chore(deps): bump all @babel/* packages to v8#999
Conversation
Bumps [@babel/template](https://github.com/babel/babel/tree/HEAD/packages/babel-template) from 7.29.7 to 8.0.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v8.0.0/packages/babel-template) --- updated-dependencies: - dependency-name: "@babel/template" dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
📊 Bundle size report✅ No changes found |
|
@copilot bump all used |
…types Co-authored-by: layershifter <14183168+layershifter@users.noreply.github.com>
Done in b7535f1. Bumped all Babel 8 has breaking type changes, so I also migrated the affected code: |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps all
@babel/*packages used across the repo to their latest8.xversions (extending the original@babel/template7.29.7 → 8.0.0 bump).Changes Made
package.jsonfiles):@babel/core→^8.0.1@babel/generator,@babel/helper-module-imports,@babel/traverse,@babel/template→^8.0.0@babel/helper-plugin-utils,@babel/preset-react,@babel/preset-typescript→^8.0.1yarn dedupe.PluginObj→PluginObject,TransformOptions→InputOptions,BabelFileResult→FileResultdeclare<State, Options>generic order in@babel/helper-plugin-utilsusages (babel-preset,postcss-syntax,webpack-extraction-plugin)api.assertVersion(7)→api.assertVersion('^7.0.0 || ^8.0.0')to support both majorsthis.callbackboundary (Babel 8'sEncodedSourceMapvs webpack'sRawSourceMap)PresetObjectreturn type ongriffelPresetto fix a type-portability errorpatchbeachball entries for@griffel/babel-preset,@griffel/postcss-syntax,@griffel/webpack-loader, and@griffel/webpack-extraction-plugin.Testing