From ee0e5f7c9057989df9883717e44f84a11d193e78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 12:14:17 +0000 Subject: [PATCH] internal(pkg): bump @babel/core from 7.29.0 to 7.29.6 Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.29.0 to 7.29.6. - [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/v7.29.6/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.29.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- examples/benchmark-react/package.json | 2 +- examples/benchmark/package.json | 2 +- examples/coin-app/package.json | 2 +- examples/normalizr-github/package.json | 2 +- examples/normalizr-redux/package.json | 2 +- examples/normalizr-relationships/package.json | 2 +- examples/test-bundlesize/package.json | 2 +- package.json | 2 +- yarn.lock | 216 +++++++++++++++++- 9 files changed, 215 insertions(+), 17 deletions(-) diff --git a/examples/benchmark-react/package.json b/examples/benchmark-react/package.json index 913538a07e02..60b8deb3f537 100644 --- a/examples/benchmark-react/package.json +++ b/examples/benchmark-react/package.json @@ -36,7 +36,7 @@ "@anansi/babel-preset": "6.2.26", "@anansi/browserslist-config": "^1.4.3", "@anansi/webpack-config": "21.1.18", - "@babel/core": "^7.22.15", + "@babel/core": "^7.29.6", "@playwright/test": "1.60.0", "@types/node": "25.9.1", "@types/react": "19.2.15", diff --git a/examples/benchmark/package.json b/examples/benchmark/package.json index 0eaf1e2a9ada..c33534ef8f31 100644 --- a/examples/benchmark/package.json +++ b/examples/benchmark/package.json @@ -26,7 +26,7 @@ }, "devDependencies": { "@anansi/webpack-config": "21.1.18", - "@babel/core": "7.29.0", + "@babel/core": "7.29.6", "@babel/node": "7.29.0", "@types/babel__core": "^7", "@types/benchmark": "2.1.5", diff --git a/examples/coin-app/package.json b/examples/coin-app/package.json index 49256ccfc11c..d530db900042 100644 --- a/examples/coin-app/package.json +++ b/examples/coin-app/package.json @@ -27,7 +27,7 @@ "@anansi/babel-preset": "6.2.26", "@anansi/browserslist-config": "1.7.4", "@anansi/webpack-config": "21.1.18", - "@babel/core": "7.29.0", + "@babel/core": "7.29.6", "@linaria/core": "*", "@linaria/react": "*", "@linaria/shaker": "*", diff --git a/examples/normalizr-github/package.json b/examples/normalizr-github/package.json index 07134839707f..d2f765d58c65 100644 --- a/examples/normalizr-github/package.json +++ b/examples/normalizr-github/package.json @@ -14,7 +14,7 @@ "@data-client/normalizr": "workspace:*" }, "devDependencies": { - "@babel/core": "7.29.0", + "@babel/core": "7.29.6", "@babel/node": "7.29.0", "@types/babel__core": "^7" } diff --git a/examples/normalizr-redux/package.json b/examples/normalizr-redux/package.json index 51ba79d5bdfe..1e4262b7d6bb 100644 --- a/examples/normalizr-redux/package.json +++ b/examples/normalizr-redux/package.json @@ -13,7 +13,7 @@ "node": ">=18.0" }, "devDependencies": { - "@babel/core": "7.29.0", + "@babel/core": "7.29.6", "@babel/node": "7.29.0", "@octokit/rest": "22.0.1", "@types/babel__core": "^7", diff --git a/examples/normalizr-relationships/package.json b/examples/normalizr-relationships/package.json index 4b95453fc80c..233a935a7be4 100644 --- a/examples/normalizr-relationships/package.json +++ b/examples/normalizr-relationships/package.json @@ -10,7 +10,7 @@ "start": "babel-node ./ --root-mode upward --extensions '.ts,.tsx,.js'" }, "devDependencies": { - "@babel/core": "7.29.0", + "@babel/core": "7.29.6", "@babel/node": "7.29.0", "@types/babel__core": "^7" }, diff --git a/examples/test-bundlesize/package.json b/examples/test-bundlesize/package.json index 1b642b57a34c..5a8de499b291 100644 --- a/examples/test-bundlesize/package.json +++ b/examples/test-bundlesize/package.json @@ -28,7 +28,7 @@ "@anansi/babel-preset": "6.2.26", "@anansi/browserslist-config": "^1.4.3", "@anansi/webpack-config": "21.1.18", - "@babel/core": "^7.22.15", + "@babel/core": "^7.29.6", "@types/react": "*", "@types/react-dom": "*", "react-refresh": "*", diff --git a/package.json b/package.json index abf633d19435..cec2467b04ad 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@anansi/eslint-plugin": "1.0.73", "@anansi/jest-preset": "0.11.33", "@babel/cli": "7.28.6", - "@babel/core": "7.29.0", + "@babel/core": "7.29.6", "@babel/node": "7.29.0", "@babel/preset-flow": "^7.18.6", "@changesets/changelog-github": "^0.7.0", diff --git a/yarn.lock b/yarn.lock index ae3dac5b7f8f..df499911f395 100644 --- a/yarn.lock +++ b/yarn.lock @@ -669,6 +669,17 @@ __metadata: languageName: node linkType: hard +"@babel/code-frame@npm:^7.29.7": + version: 7.29.7 + resolution: "@babel/code-frame@npm:7.29.7" + dependencies: + "@babel/helper-validator-identifier": "npm:^7.29.7" + js-tokens: "npm:^4.0.0" + picocolors: "npm:^1.1.1" + checksum: 10c0/169fc2080169a40c1760155eaaaf739bcb882df0bec76a83adbda5493645bc17270a3434b8848c494b1933e96fe1d147370001e3cda09a39f43ae30f08ef2069 + languageName: node + linkType: hard + "@babel/compat-data@npm:^7.28.6, @babel/compat-data@npm:^7.29.3": version: 7.29.3 resolution: "@babel/compat-data@npm:7.29.3" @@ -676,7 +687,37 @@ __metadata: languageName: node linkType: hard -"@babel/core@npm:7.29.0, @babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.21.3, @babel/core@npm:^7.22.15, @babel/core@npm:^7.23.5, @babel/core@npm:^7.23.9, @babel/core@npm:^7.24.7, @babel/core@npm:^7.25.2, @babel/core@npm:^7.25.9, @babel/core@npm:^7.27.4": +"@babel/compat-data@npm:^7.29.7": + version: 7.29.7 + resolution: "@babel/compat-data@npm:7.29.7" + checksum: 10c0/47913f05e08a45a1c9df38c02b4b49e391005085b489432647a1abe112e5d9c75e3be8ea5972b7f6da4ec5d1339922ceb9ea02b8a25d4ed1cb8636e5261f344e + languageName: node + linkType: hard + +"@babel/core@npm:7.29.6": + version: 7.29.6 + resolution: "@babel/core@npm:7.29.6" + dependencies: + "@babel/code-frame": "npm:^7.29.0" + "@babel/generator": "npm:^7.29.6" + "@babel/helper-compilation-targets": "npm:^7.28.6" + "@babel/helper-module-transforms": "npm:^7.28.6" + "@babel/helpers": "npm:^7.29.2" + "@babel/parser": "npm:^7.29.3" + "@babel/template": "npm:^7.28.6" + "@babel/traverse": "npm:^7.29.0" + "@babel/types": "npm:^7.29.0" + "@jridgewell/remapping": "npm:^2.3.5" + convert-source-map: "npm:^2.0.0" + debug: "npm:^4.1.0" + gensync: "npm:^1.0.0-beta.2" + json5: "npm:^2.2.3" + semver: "npm:^6.3.1" + checksum: 10c0/0179b763970e9e00e35e9ff137fa4536dba45bb8d5a8e93835f72eacedf0ee1098e6012b3e82be2715d2560bab79eb1514003e1cd88e4245f8f9f67d5175df3f + languageName: node + linkType: hard + +"@babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.21.3, @babel/core@npm:^7.22.15, @babel/core@npm:^7.23.5, @babel/core@npm:^7.23.9, @babel/core@npm:^7.24.7, @babel/core@npm:^7.25.2, @babel/core@npm:^7.25.9, @babel/core@npm:^7.27.4": version: 7.29.0 resolution: "@babel/core@npm:7.29.0" dependencies: @@ -699,6 +740,29 @@ __metadata: languageName: node linkType: hard +"@babel/core@npm:^7.29.6": + version: 7.29.7 + resolution: "@babel/core@npm:7.29.7" + dependencies: + "@babel/code-frame": "npm:^7.29.7" + "@babel/generator": "npm:^7.29.7" + "@babel/helper-compilation-targets": "npm:^7.29.7" + "@babel/helper-module-transforms": "npm:^7.29.7" + "@babel/helpers": "npm:^7.29.7" + "@babel/parser": "npm:^7.29.7" + "@babel/template": "npm:^7.29.7" + "@babel/traverse": "npm:^7.29.7" + "@babel/types": "npm:^7.29.7" + "@jridgewell/remapping": "npm:^2.3.5" + convert-source-map: "npm:^2.0.0" + debug: "npm:^4.1.0" + gensync: "npm:^1.0.0-beta.2" + json5: "npm:^2.2.3" + semver: "npm:^6.3.1" + checksum: 10c0/112fb09c24de7a1de64d1de2c31fe65c4e6af4cb2fb6e6d99ea5373e6fc51e75b88581c0efae4c4c68f119a02a988c7106e95011a41530a2fb8ed793c7eaa07b + languageName: node + linkType: hard + "@babel/eslint-parser@npm:^7.28.6": version: 7.28.6 resolution: "@babel/eslint-parser@npm:7.28.6" @@ -738,6 +802,19 @@ __metadata: languageName: node linkType: hard +"@babel/generator@npm:^7.29.6, @babel/generator@npm:^7.29.7": + version: 7.29.7 + resolution: "@babel/generator@npm:7.29.7" + dependencies: + "@babel/parser": "npm:^7.29.7" + "@babel/types": "npm:^7.29.7" + "@jridgewell/gen-mapping": "npm:^0.3.12" + "@jridgewell/trace-mapping": "npm:^0.3.28" + jsesc: "npm:^3.0.2" + checksum: 10c0/9bf72b01b5bd0ea5b1288a0e37dbd360bff2f2b1ce73342c0d40fb3db2ec3dc004ada5ffa925c5e12939a416eed59e600d562b8ecd938ce0d27dfd0eb6c6c2b7 + languageName: node + linkType: hard + "@babel/helper-annotate-as-pure@npm:^7.27.1, @babel/helper-annotate-as-pure@npm:^7.27.3": version: 7.27.3 resolution: "@babel/helper-annotate-as-pure@npm:7.27.3" @@ -770,6 +847,19 @@ __metadata: languageName: node linkType: hard +"@babel/helper-compilation-targets@npm:^7.29.7": + version: 7.29.7 + resolution: "@babel/helper-compilation-targets@npm:7.29.7" + dependencies: + "@babel/compat-data": "npm:^7.29.7" + "@babel/helper-validator-option": "npm:^7.29.7" + browserslist: "npm:^4.24.0" + lru-cache: "npm:^5.1.1" + semver: "npm:^6.3.1" + checksum: 10c0/4c15fd4c69a0a7047799a28a88460c19cede0a0ee8af994ea169114986f4af48b92c7393a4a3fee0456c11a656eece3448a6ed06354453d6c27cccf17195453b + languageName: node + linkType: hard + "@babel/helper-create-class-features-plugin@npm:^7.28.6": version: 7.28.6 resolution: "@babel/helper-create-class-features-plugin@npm:7.28.6" @@ -822,6 +912,13 @@ __metadata: languageName: node linkType: hard +"@babel/helper-globals@npm:^7.29.7": + version: 7.29.7 + resolution: "@babel/helper-globals@npm:7.29.7" + checksum: 10c0/f38417c40b1129a1b2b519ca961b9040c8827d1444fd74068702286b91b77089431dc76b6b9d5c1496e5da2a4f3ad329c6946e688ba3fa0d1d0b3d2b4f34f36a + languageName: node + linkType: hard + "@babel/helper-member-expression-to-functions@npm:^7.28.5": version: 7.28.5 resolution: "@babel/helper-member-expression-to-functions@npm:7.28.5" @@ -842,6 +939,16 @@ __metadata: languageName: node linkType: hard +"@babel/helper-module-imports@npm:^7.29.7": + version: 7.29.7 + resolution: "@babel/helper-module-imports@npm:7.29.7" + dependencies: + "@babel/traverse": "npm:^7.29.7" + "@babel/types": "npm:^7.29.7" + checksum: 10c0/6adf60d97356027413342a092f818d9678c4f5caff716a33e3284b5ae14e47a9e88059d421dde4ee4894691260039a12602c0e7becadc175602194b40dfa345d + languageName: node + linkType: hard + "@babel/helper-module-transforms@npm:^7.27.1, @babel/helper-module-transforms@npm:^7.28.6": version: 7.28.6 resolution: "@babel/helper-module-transforms@npm:7.28.6" @@ -855,6 +962,19 @@ __metadata: languageName: node linkType: hard +"@babel/helper-module-transforms@npm:^7.29.7": + version: 7.29.7 + resolution: "@babel/helper-module-transforms@npm:7.29.7" + dependencies: + "@babel/helper-module-imports": "npm:^7.29.7" + "@babel/helper-validator-identifier": "npm:^7.29.7" + "@babel/traverse": "npm:^7.29.7" + peerDependencies: + "@babel/core": ^7.0.0 + checksum: 10c0/ee5a2172c24a42be696836f4b0d947489c9729d8adf5821885cf77d1ad5333e3c447368e9a71f67df1099570490553dccf9f888ef0a92a48aa63cb086bd8c7e1 + languageName: node + linkType: hard + "@babel/helper-optimise-call-expression@npm:^7.27.1": version: 7.27.1 resolution: "@babel/helper-optimise-call-expression@npm:7.27.1" @@ -914,6 +1034,13 @@ __metadata: languageName: node linkType: hard +"@babel/helper-string-parser@npm:^7.29.7": + version: 7.29.7 + resolution: "@babel/helper-string-parser@npm:7.29.7" + checksum: 10c0/194bc0f1716e396d5ffde56ad6119745fb9557662c98611590e5e454906783a4ccb21ce93056b8eb69a4909044834e45d96e50ac695bbe9e3221648fe033c06c + languageName: node + linkType: hard + "@babel/helper-validator-identifier@npm:^7.28.5": version: 7.28.5 resolution: "@babel/helper-validator-identifier@npm:7.28.5" @@ -921,6 +1048,13 @@ __metadata: languageName: node linkType: hard +"@babel/helper-validator-identifier@npm:^7.29.7": + version: 7.29.7 + resolution: "@babel/helper-validator-identifier@npm:7.29.7" + checksum: 10c0/4795354e7ae0dcafa72de1cd04ec51252dc1498517170beaf019e03effc5b7bf13c6b21a3949a77e07b8125be7f106ed1131350d8ebd4566ae874094a726d62b + languageName: node + linkType: hard + "@babel/helper-validator-option@npm:^7.27.1": version: 7.27.1 resolution: "@babel/helper-validator-option@npm:7.27.1" @@ -928,6 +1062,13 @@ __metadata: languageName: node linkType: hard +"@babel/helper-validator-option@npm:^7.29.7": + version: 7.29.7 + resolution: "@babel/helper-validator-option@npm:7.29.7" + checksum: 10c0/d2a06c6d0ac40ba4a2f219fc2cab249c7a94bacdb2686273b7f9598571c908809b48468ff588915a346e6cc7296f60b581023d1d498b747fed06f779d335c2cc + languageName: node + linkType: hard + "@babel/helper-wrap-function@npm:^7.27.1": version: 7.27.1 resolution: "@babel/helper-wrap-function@npm:7.27.1" @@ -949,6 +1090,16 @@ __metadata: languageName: node linkType: hard +"@babel/helpers@npm:^7.29.2, @babel/helpers@npm:^7.29.7": + version: 7.29.7 + resolution: "@babel/helpers@npm:7.29.7" + dependencies: + "@babel/template": "npm:^7.29.7" + "@babel/types": "npm:^7.29.7" + checksum: 10c0/218e8d10953647c9f44775f5a022b227a182674853b5ea8631889deb7e1a3e4bc870388aaecf59bb8bd92a87f9a96220ed3f70a35bffec6bcf9169ecb67891ac + languageName: node + linkType: hard + "@babel/node@npm:7.29.0": version: 7.29.0 resolution: "@babel/node@npm:7.29.0" @@ -978,6 +1129,17 @@ __metadata: languageName: node linkType: hard +"@babel/parser@npm:^7.29.7": + version: 7.29.7 + resolution: "@babel/parser@npm:7.29.7" + dependencies: + "@babel/types": "npm:^7.29.7" + bin: + parser: ./bin/babel-parser.js + checksum: 10c0/65133038f80b54a714d6027cb77cee3f9a6b5c4c6842ce674301e13947cbcbfa8055e63acaf1b84c085d34226a14425b2c2b97b829e0e226d2e8f1299942a51d + languageName: node + linkType: hard + "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.28.5": version: 7.28.5 resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.28.5" @@ -2268,6 +2430,17 @@ __metadata: languageName: node linkType: hard +"@babel/template@npm:^7.29.7": + version: 7.29.7 + resolution: "@babel/template@npm:7.29.7" + dependencies: + "@babel/code-frame": "npm:^7.29.7" + "@babel/parser": "npm:^7.29.7" + "@babel/types": "npm:^7.29.7" + checksum: 10c0/8bb7f900dcab0e9e1c5ffbc33ca10e0d26b7b2e2ca804becb73ee771b9c4ed6e2908a4ae4a14c08560febb45d2b6b9a173955e42ad404d05f8b04840a14d9c58 + languageName: node + linkType: hard + "@babel/traverse@npm:^7.22.15, @babel/traverse@npm:^7.23.5, @babel/traverse@npm:^7.25.9, @babel/traverse@npm:^7.27.1, @babel/traverse@npm:^7.28.5, @babel/traverse@npm:^7.28.6, @babel/traverse@npm:^7.29.0": version: 7.29.0 resolution: "@babel/traverse@npm:7.29.0" @@ -2283,6 +2456,21 @@ __metadata: languageName: node linkType: hard +"@babel/traverse@npm:^7.29.7": + version: 7.29.7 + resolution: "@babel/traverse@npm:7.29.7" + dependencies: + "@babel/code-frame": "npm:^7.29.7" + "@babel/generator": "npm:^7.29.7" + "@babel/helper-globals": "npm:^7.29.7" + "@babel/parser": "npm:^7.29.7" + "@babel/template": "npm:^7.29.7" + "@babel/types": "npm:^7.29.7" + debug: "npm:^4.3.1" + checksum: 10c0/e256a1fbdb956555b76f3c285b1e453f6bedec8b3afb61751d99d933efd11c7d79caf5ddf2493570058a9f7deaa1b48324380d7c1aa1443fd9508becbf56331a + languageName: node + linkType: hard + "@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.21.3, @babel/types@npm:^7.22.15, @babel/types@npm:^7.23.5, @babel/types@npm:^7.26.0, @babel/types@npm:^7.27.1, @babel/types@npm:^7.27.3, @babel/types@npm:^7.28.5, @babel/types@npm:^7.28.6, @babel/types@npm:^7.29.0, @babel/types@npm:^7.3.0, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4": version: 7.29.0 resolution: "@babel/types@npm:7.29.0" @@ -2293,6 +2481,16 @@ __metadata: languageName: node linkType: hard +"@babel/types@npm:^7.29.7": + version: 7.29.7 + resolution: "@babel/types@npm:7.29.7" + dependencies: + "@babel/helper-string-parser": "npm:^7.29.7" + "@babel/helper-validator-identifier": "npm:^7.29.7" + checksum: 10c0/b6623994c69717fa27294f5fa46d59140338e2d86c6c1c13085c84ef7d53086ee357fbf4fe9abe3dd3da75734dc77c4c0df2f90fb29e667558bb3b3fb705e88f + languageName: node + linkType: hard + "@bcoe/v8-coverage@npm:^0.2.3": version: 0.2.3 resolution: "@bcoe/v8-coverage@npm:0.2.3" @@ -10998,7 +11196,7 @@ __metadata: "@anansi/core": "npm:0.22.11" "@anansi/router": "npm:0.10.23" "@anansi/webpack-config": "npm:21.1.18" - "@babel/core": "npm:7.29.0" + "@babel/core": "npm:7.29.6" "@babel/runtime-corejs3": "npm:7.29.2" "@data-client/img": "npm:0.18.0" "@data-client/react": "npm:0.18.1" @@ -14070,7 +14268,7 @@ __metadata: "@anansi/babel-preset": "npm:6.2.26" "@anansi/browserslist-config": "npm:^1.4.3" "@anansi/webpack-config": "npm:21.1.18" - "@babel/core": "npm:^7.22.15" + "@babel/core": "npm:^7.29.6" "@data-client/core": "workspace:*" "@data-client/endpoint": "workspace:*" "@data-client/react": "workspace:*" @@ -14097,7 +14295,7 @@ __metadata: resolution: "example-benchmark@workspace:examples/benchmark" dependencies: "@anansi/webpack-config": "npm:21.1.18" - "@babel/core": "npm:7.29.0" + "@babel/core": "npm:7.29.6" "@babel/node": "npm:7.29.0" "@data-client/core": "workspace:*" "@data-client/endpoint": "workspace:*" @@ -20560,7 +20758,7 @@ __metadata: version: 0.0.0-use.local resolution: "normalizr-github-example@workspace:examples/normalizr-github" dependencies: - "@babel/core": "npm:7.29.0" + "@babel/core": "npm:7.29.6" "@babel/node": "npm:7.29.0" "@data-client/endpoint": "workspace:*" "@data-client/normalizr": "workspace:*" @@ -20572,7 +20770,7 @@ __metadata: version: 0.0.0-use.local resolution: "normalizr-redux-example@workspace:examples/normalizr-redux" dependencies: - "@babel/core": "npm:7.29.0" + "@babel/core": "npm:7.29.6" "@babel/node": "npm:7.29.0" "@data-client/endpoint": "workspace:*" "@data-client/normalizr": "workspace:*" @@ -20588,7 +20786,7 @@ __metadata: version: 0.0.0-use.local resolution: "normalizr-relationships@workspace:examples/normalizr-relationships" dependencies: - "@babel/core": "npm:7.29.0" + "@babel/core": "npm:7.29.6" "@babel/node": "npm:7.29.0" "@data-client/endpoint": "workspace:*" "@data-client/normalizr": "workspace:*" @@ -24827,7 +25025,7 @@ __metadata: "@anansi/eslint-plugin": "npm:1.0.73" "@anansi/jest-preset": "npm:0.11.33" "@babel/cli": "npm:7.28.6" - "@babel/core": "npm:7.29.0" + "@babel/core": "npm:7.29.6" "@babel/node": "npm:7.29.0" "@babel/preset-flow": "npm:^7.18.6" "@changesets/changelog-github": "npm:^0.7.0" @@ -26684,7 +26882,7 @@ __metadata: "@anansi/babel-preset": "npm:6.2.26" "@anansi/browserslist-config": "npm:^1.4.3" "@anansi/webpack-config": "npm:21.1.18" - "@babel/core": "npm:^7.22.15" + "@babel/core": "npm:^7.29.6" "@babel/runtime-corejs3": "npm:^7.26.7" "@data-client/img": "workspace:*" "@data-client/react": "workspace:*"