-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(gatsby): upgrade gatsby deps #29699
Conversation
e12e9f2
to
fcfbc61
Compare
4c4943e
to
72d4a77
Compare
31bd315
to
40b6bca
Compare
@@ -24,15 +24,15 @@ | |||
"watch:polyfills": "microbundle -f iife -i src/polyfills.js --no-sourcemap --external=none --watch" | |||
}, | |||
"dependencies": { | |||
"core-js-compat": "^3.6.5" | |||
"core-js-compat": "3.9.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll pin these deps as we don't really need auto updates for these as they could break snapshots which is not ideal. Normally renovatebot should create prs to upgrade.
"util.promisify": "^1.0.1", | ||
"uuid": "3.4.0", | ||
"util.promisify": "^1.1.1", | ||
"uuid": "8.3.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we pinned it because the new versions included more stuff we didn't need. I recall some conversation on Slack about this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok 👍
"address": "1.1.2", | ||
"anser": "^2.0.1", | ||
"ansi-html": "^0.0.7", | ||
"autoprefixer": "^9.8.4", | ||
"autoprefixer": "^10.2.4", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"browserslist": "^4.12.2", | ||
"cache-manager": "^2.11.1", | ||
"browserslist": "^4.16.3", | ||
"cache-manager": "^3.4.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"webpack-dev-middleware": "^4.1.0", | ||
"webpack-dev-server": "^3.11.2", | ||
"webpack-hot-middleware": "^2.25.0", | ||
"webpack-merge": "^5.7.3", | ||
"webpack-stats-plugin": "^1.0.3", | ||
"webpack-virtual-modules": "^0.3.2", | ||
"xstate": "^4.11.0", | ||
"webpack-virtual-modules": "^0.4.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We want to keep this at 0.3.2, right?
Description
Upgraded dependencies that seem non breaking