chore(deps-dev): bump the babel group across 1 directory with 8 updates#8091
chore(deps-dev): bump the babel group across 1 directory with 8 updates#8091dependabot[bot] wants to merge 5 commits into
Conversation
|
|
🤖 Lint issues have been automatically fixed and committed to this PR. |
Bumps the babel group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.29.0` | `8.0.1` | | [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) | `7.28.6` | `8.0.1` | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.28.6` | `8.0.1` | | [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) | `7.29.0` | `8.0.0` | | [@babel/plugin-transform-modules-commonjs](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-modules-commonjs) | `7.28.6` | `8.0.1` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.28.5` | `8.0.1` | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.28.5` | `8.0.1` | | [babel-plugin-styled-components](https://github.com/styled-components/babel-plugin-styled-components) | `2.1.4` | `2.3.0` | Updates `@babel/core` from 7.29.0 to 8.0.1 - [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.1/packages/babel-core) Updates `@babel/eslint-parser` from 7.28.6 to 8.0.1 - [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.1/eslint/babel-eslint-parser) Updates `@babel/cli` from 7.28.6 to 8.0.1 - [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.1/packages/babel-cli) Updates `@babel/parser` from 7.29.0 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-parser) Updates `@babel/plugin-transform-modules-commonjs` from 7.28.6 to 8.0.1 - [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.1/packages/babel-plugin-transform-modules-commonjs) Updates `@babel/preset-react` from 7.28.5 to 8.0.1 - [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.1/packages/babel-preset-react) Updates `@babel/preset-typescript` from 7.28.5 to 8.0.1 - [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.1/packages/babel-preset-typescript) Updates `babel-plugin-styled-components` from 2.1.4 to 2.3.0 - [Release notes](https://github.com/styled-components/babel-plugin-styled-components/releases) - [Changelog](https://github.com/styled-components/babel-plugin-styled-components/blob/main/CHANGELOG.md) - [Commits](styled-components/babel-plugin-styled-components@v2.1.4...v2.3.0) --- updated-dependencies: - dependency-name: "@babel/cli" dependency-version: 8.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: babel - dependency-name: "@babel/core" dependency-version: 8.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: babel - dependency-name: "@babel/eslint-parser" dependency-version: 8.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: babel - dependency-name: "@babel/parser" dependency-version: 8.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: babel - dependency-name: "@babel/plugin-transform-modules-commonjs" dependency-version: 8.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: babel - dependency-name: "@babel/preset-react" dependency-version: 8.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: babel - dependency-name: "@babel/preset-typescript" dependency-version: 8.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: babel - dependency-name: babel-plugin-styled-components dependency-version: 2.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: babel ... Signed-off-by: dependabot[bot] <support@github.com>
2f72b1b to
5bc5937
Compare
|
🤖 Lint issues have been automatically fixed and committed to this PR. |
|
@copilot fix the failing CI |
Co-authored-by: liuliu-dev <6688812+liuliu-dev@users.noreply.github.com>
Addressed in 9dca495. I removed the Babel 7-only |
|
The current fetch-retries=5 with 5-minute min/max timeouts means a single package that cannot be resolved (e.g. blocked by min-release-age) can stall npm ci for hours before failing. Reduce retries and timeouts so install failures surface in minutes and are debuggable in CI.
|
Closing, Babel 8 causes our CI to hang (repeatedly timing out at 6h). At minimum, |
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
Bumps the babel group with 8 updates in the / directory:
7.29.08.0.17.28.68.0.17.28.68.0.17.29.08.0.07.28.68.0.17.28.58.0.17.28.58.0.12.1.42.3.0Updates
@babel/corefrom 7.29.0 to 8.0.1Release notes
Sourced from @babel/core's releases.
... (truncated)
Changelog
Sourced from @babel/core's changelog.
... (truncated)
Commits
b4be199v8.0.1b68b1cbActually removepreset-env'suseBuiltIns(#18079)de007eaAvoid trailing zeroes in Babel 9 generated version (#18078)7dc825av8.0.0b71c35aperf: Only extract source map comments at the end of the file (#18039)e74b70dchore: Remove unused file (#18033)ae57969chore: consolidate upwards traversal to empathic (#18030)827d003Change jestsnapshotFormat(#18029)34cf24eUpdate deps (#18023)73bceefv8.0.0-rc.6Updates
@babel/eslint-parserfrom 7.28.6 to 8.0.1Release notes
Sourced from @babel/eslint-parser's releases.
... (truncated)
Changelog
Sourced from @babel/eslint-parser's changelog.
... (truncated)
Commits
b4be199v8.0.1cd96c47chore(pkg): set@babel/corepeer deps to ^8.0.0 (#18076)7dc825av8.0.034cf24eUpdate deps (#18023)73bceefv8.0.0-rc.6cedb08bchore: use bundled dts for register and eslint-* (#17993)0b91d35Add file URL support for test runners (#18002)dc91f90v8.0.0-rc.5b34c4e7Bump typescript-eslint to 8.59.2 (#17984)7f2dda1chore: add custom no-extraneous-dependencies rule (#17971)Updates
@babel/clifrom 7.28.6 to 8.0.1Release notes
Sourced from @babel/cli's releases.
... (truncated)
Changelog
Sourced from @babel/cli's changelog.
... (truncated)
Commits
b4be199v8.0.1cd96c47chore(pkg): set@babel/corepeer deps to ^8.0.0 (#18076)7dc825av8.0.0004f4b4Fallback to assuming ESM support withmodules: auto(#18069)73bceefv8.0.0-rc.6c6d71f3EnablestrictFunctionTypes(#17946)0e16971Do not emit source map names for identical names (#18005)3d34928Use Yarn catalog for source map dependencies (#18004)0b91d35Add file URL support for test runners (#18002)dc91f90v8.0.0-rc.5Updates
@babel/parserfrom 7.29.0 to 8.0.0Release notes
Sourced from @babel/parser's releases.
... (truncated)
Changelog
Sourced from @babel/parser's changelog.
... (truncated)
Commits
7dc825av8.0.005eb4beRemovelocations: "packed"(#18034)827d003Change jestsnapshotFormat(#18029)73bceefv8.0.0-rc.6c6d71f3EnablestrictFunctionTypes(#17946)0b91d35Add file URL support for test runners (#18002)dc91f90v8.0.0-rc.5b34c4e7Bump typescript-eslint to 8.59.2 (#17984)e77fa07breaking(code-frame): use 0-based columns to match Babel AST locations (#1… (...7f2dda1chore: add custom no-extraneous-dependencies rule (#17971)Updates
@babel/plugin-transform-modules-commonjsfrom 7.28.6 to 8.0.1Release notes
Sourced from @babel/plugin-transform-modules-commonjs's releases.
... (truncated)
Changelog
Sourced from @babel/plugin-transform-modules-commonjs's changelog.
... (truncated)
Commits
b4be199v8.0.1cd96c47chore(pkg): set@babel/corepeer deps to ^8.0.0 (#18076)7dc825av8.0.0004f4b4Fallback to assuming ESM support withmodules: auto(#18069)827d003Change jestsnapshotFormat(#18029)73bceefv8.0.0-rc.6448aef3Show source maps mappings as point-to-point (