-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
📦 Update build-system devDependencies #35899
Conversation
Hey @estherkim! These files were changed:
Hey @alanorozco! These files were changed:
Hey @danielrozenberg! These files were changed:
|
c512701
to
6a50f37
Compare
a292f5d
to
955b253
Compare
aa1e735
to
842bb3f
Compare
@alanorozco this PR is currently blocked by failures likely related to the storybook issues described in #35923. I also noticed several pending upgrades to AMP's storybook addon, which might result in version mismatches. Could you take a look and comment on the way forward? Edit: Fixed by |
9de53d6
to
67ae0b6
Compare
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
This PR contains the following updates:
7.15.0
->7.15.5
7.15.3
->7.15.4
1.0.0-beta.67
->1.0.0-beta.68
6.3.7
->6.3.8
6.3.7
->6.3.8
6.2.9
->6.3.1
6.3.7
->6.3.8
6.3.7
->6.3.8
92.0.1
->92.0.2
3.16.4
->3.18.1
2.0.3
->2.0.4
9.1.1
->9.1.2
10.2.0
->10.4.0
4.0.0-beta.4
->4.0.0-rc-1
4.0.0
->4.0.1
See all other Renovate PRs on the Dependency Dashboard
How to resolve breaking changes
This PR may introduce breaking changes that require manual intervention. In such cases, you will need to check out this branch, fix the cause of the breakage, and commit the fix to ensure a green CI build. To check out and update this PR, follow the steps below:
Release Notes
babel/babel
v7.15.5
Compare Source
👓 Spec Compliance
babel-parser
#a in #b in c
and similar expressions (@nicolo-ribaudo)↩️ Revert
babel-core
v7.15.4
Compare Source
👓 Spec Compliance
babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining
,babel-plugin-proposal-async-generator-functions
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-private-methods
,babel-plugin-proposal-private-property-in-object
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
🐛 Bug Fix
"latest"
asecmaVersion
(@fisker)babel-traverse
,babel-types
getBindingIdentifiers
should return params for private methods (@JLHwung)babel-types
babel-helper-compilation-targets
browserslistEnv
toresolveTargets
(@meskill)babel-helper-create-class-features-plugin
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-private-property-in-object
babel-plugin-transform-typescript
babel-parser
static
property from class static block for TS (@sosukesuzuki)babel-core
📝 Documentation
babel-parser
🏠 Internal
babel-helper-create-class-features-plugin
,babel-plugin-proposal-class-static-block
,babel-plugin-proposal-private-property-in-object
,babel-plugin-syntax-class-static-block
,babel-plugin-syntax-private-property-in-object
,babel-plugin-syntax-top-level-await
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-systemjs
,babel-preset-env
,babel-standalone
🏃♀️ Performance
babel-core
,babel-generator
,babel-helper-annotate-as-pure
,babel-helper-builder-binary-assignment-operator-visitor
,babel-helper-builder-react-jsx
,babel-helper-define-map
,babel-helper-explode-assignable-expression
,babel-helper-function-name
,babel-helper-get-function-arity
,babel-helper-hoist-variables
,babel-helper-member-expression-to-functions
,babel-helper-module-imports
,babel-helper-module-transforms
,babel-helper-optimise-call-expression
,babel-helper-remap-async-to-generator
,babel-helper-replace-supers
,babel-helper-simple-access
,babel-helper-skip-transparent-expression-wrappers
,babel-helper-split-export-declaration
,babel-helper-wrap-function
,babel-helpers
,babel-preset-env
,babel-template
,babel-traverse
babel-cli
,babel-helper-define-map
,babel-helpers
,babel-node
,babel-parser
,babel-plugin-proposal-async-generator-functions
,babel-plugin-proposal-decorators
,babel-plugin-transform-classes
,babel-plugin-transform-for-of
,babel-plugin-transform-modules-systemjs
,babel-plugin-transform-parameters
,babel-traverse
,babel-types
.concat
with.push
(@fedeci)percy/cli
v1.0.0-beta.68
Compare Source
✨ Enhancements
🐛 Bug Fixes
⬆️⬇️ Dependency Updates
storybookjs/storybook
v6.3.8
Compare Source
Maintenance
chunks
for brevity (#15889)storybookjs/addon-knobs
v6.3.1
Compare Source
🐛 Bug Fix
main
🔩 Dependency Updates
Authors: 3
v6.3.0
Compare Source
🚀 Enhancement
🐛 Bug Fix
main
Authors: 1
giggio/node-chromedriver
v92.0.2
Compare Source
zloirock/core-js
v3.18.1
Compare Source
String.prototype.substr
feature detection and compat data.forEach
from prototypes of some DOM collections where it shouldn't be, #988, #987, thanks @moorejscause
toAggregateError
constructor implementation (still without adding to the feature detection).at
and.findLast
methods marked as supported in Safari TPv3.18.0
Compare Source
Array.fromAsync
stage 1 proposal:Array.fromAsync
%TypedArray%.fromAsync
.name
and.toString()
on polyfilled functions improved in many different casesIsConstructor
andIsCallable
checksGetMethod
operationparseInt
/parseFloat
with boxed symbolses.array.{ index-of, last-index-of }
compat datav3.17.3
Compare Source
%IteratorPrototype%
and%AsyncIteratorPrototype%
in the futureDOMTokenList.prototype.{ forEach, @​@​iterator, keys, values, entries }
in old WebKit versions whereelement.classList
is not an instance of globalDOMTokenList
v3.17.2
Compare Source
v3.17.1
Compare Source
modules-by-versions
datav3.17.0
Compare Source
Object.prototype.hasOwnProperty
(Object.hasOwn
) proposal moved to the stable ES, per August 2021 TC39 meeting.at
) proposal moved to the stable ES, per August 2021 TC39 meetingString.prototype.at
. It was not exposed because of the conflict with the alternative obsolete proposal (that will be completely removed in the next major version). For the backward compatibility, in the case of loading this proposal, it will be overwritten.vladikoff/node-geckodriver
v2.0.4
Compare Source
907477f
mochajs/mocha
v9.1.2
Compare Source
🐛 Fixes
browser-entry.js
(@PaperStrike)🔩 Other
puppeteer/puppeteer
v10.4.0
Compare Source
Features
Page.waitForNetworkIdle()
(#5140) (3c6029c)Bug Fixes
vercel/styled-jsx
v4.0.1
Compare Source
Bug Fixes
Configuration
📅 Schedule: "after 12am every weekday" in timezone America/Los_Angeles.
🚦 Automerge: Enabled.
♻ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.