Update dependency babel-loader to v10.1.1 (#33235)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2026-04-21 20:31:17 +00:00 committed by GitHub
parent e568ed8aac
commit 8fa7b5ca2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

17
pnpm-lock.yaml generated
View File

@ -701,7 +701,7 @@ importers:
version: 30.3.0(@babel/core@7.29.0)
babel-loader:
specifier: ^10.0.0
version: 10.0.0(@babel/core@7.29.0)(webpack@5.106.2)
version: 10.1.1(@babel/core@7.29.0)(webpack@5.106.2)
babel-plugin-jsx-remove-data-test-id:
specifier: ^3.0.0
version: 3.0.0(@babel/core@7.29.0)
@ -6411,12 +6411,18 @@ packages:
peerDependencies:
'@babel/core': ^7.11.0 || ^8.0.0-0
babel-loader@10.0.0:
resolution: {integrity: sha512-z8jt+EdS61AMw22nSfoNJAZ0vrtmhPRVi6ghL3rCeRZI8cdNYFiV5xeV3HbE7rlZZNmGH8BVccwWt8/ED0QOHA==}
babel-loader@10.1.1:
resolution: {integrity: sha512-JwKSzk2kjIe7mgPK+/lyZ2QAaJcpahNAdM+hgR2HI8D0OJVkdj8Rl6J3kaLYki9pwF7P2iWnD8qVv80Lq1ABtg==}
engines: {node: ^18.20.0 || ^20.10.0 || >=22.0.0}
peerDependencies:
'@babel/core': ^7.12.0
'@babel/core': ^7.12.0 || ^8.0.0-beta.1
'@rspack/core': ^1.0.0 || ^2.0.0-0
webpack: '>=5.61.0'
peerDependenciesMeta:
'@rspack/core':
optional: true
webpack:
optional: true
babel-plugin-const-enum@1.2.0:
resolution: {integrity: sha512-o1m/6iyyFnp9MRsK1dHF3bneqyf3AlM2q3A/YbgQr2pCat6B6XJVDv2TXqzfY2RYUi4mak6WAksSBPlyYGx9dg==}
@ -19386,10 +19392,11 @@ snapshots:
transitivePeerDependencies:
- supports-color
babel-loader@10.0.0(@babel/core@7.29.0)(webpack@5.106.2):
babel-loader@10.1.1(@babel/core@7.29.0)(webpack@5.106.2):
dependencies:
'@babel/core': 7.29.0
find-up: 5.0.0
optionalDependencies:
webpack: 5.106.2(webpack-cli@7.0.2)
babel-plugin-const-enum@1.2.0(@babel/core@7.29.0):