Skip to content

Commit

Permalink
Bump babel-loader from 8.2.5 to 9.0.1 in /test (#678)
Browse files Browse the repository at this point in the history
Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.2.5 to 9.0.1.
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](babel/babel-loader@v8.2.5...v9.0.1)

---
updated-dependencies:
- dependency-name: babel-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and wojtekmaj committed Nov 4, 2022
1 parent e9ae958 commit 8dca970
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 26 deletions.
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.0",
"babel-loader": "^8.0.0",
"babel-loader": "^9.0.1",
"css-loader": "^6.0.0",
"eslint": "^8.26.0",
"html-webpack-plugin": "^5.1.0",
Expand Down
37 changes: 12 additions & 25 deletions test/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1656,7 +1656,7 @@ __metadata:
languageName: node
linkType: hard

"@types/json-schema@npm:*, @types/json-schema@npm:^7.0.5, @types/json-schema@npm:^7.0.8, @types/json-schema@npm:^7.0.9":
"@types/json-schema@npm:*, @types/json-schema@npm:^7.0.8, @types/json-schema@npm:^7.0.9":
version: 7.0.11
resolution: "@types/json-schema@npm:7.0.11"
checksum: 527bddfe62db9012fccd7627794bd4c71beb77601861055d87e3ee464f2217c85fca7a4b56ae677478367bbd248dbde13553312b7d4dbc702a2f2bbf60c4018d
Expand Down Expand Up @@ -2154,18 +2154,16 @@ __metadata:
languageName: node
linkType: hard

"babel-loader@npm:^8.0.0":
version: 8.2.5
resolution: "babel-loader@npm:8.2.5"
"babel-loader@npm:^9.0.1":
version: 9.0.1
resolution: "babel-loader@npm:9.0.1"
dependencies:
find-cache-dir: ^3.3.1
loader-utils: ^2.0.0
make-dir: ^3.1.0
schema-utils: ^2.6.5
find-cache-dir: ^3.3.2
schema-utils: ^4.0.0
peerDependencies:
"@babel/core": ^7.0.0
webpack: ">=2"
checksum: a6605557885eabbc3250412405f2c63ca87287a95a439c643fdb47d5ea3d5326f72e43ab97be070316998cb685d5dfbc70927ce1abe8be7a6a4f5919287773fb
"@babel/core": ^7.12.0
webpack: ">=5"
checksum: 28164515105c54ab89c72a51fdad7076d40cf871df94e37a3fcbce6c69410f3f03ec93e83148e7ce1839d4e86c0f7be6e81b3eeb9f1a4cb52fcc78af6a438ef6
languageName: node
linkType: hard

Expand Down Expand Up @@ -3340,7 +3338,7 @@ __metadata:
languageName: node
linkType: hard

"find-cache-dir@npm:^3.3.1":
"find-cache-dir@npm:^3.3.2":
version: 3.3.2
resolution: "find-cache-dir@npm:3.3.2"
dependencies:
Expand Down Expand Up @@ -4362,7 +4360,7 @@ __metadata:
languageName: node
linkType: hard

"make-dir@npm:^3.0.2, make-dir@npm:^3.1.0":
"make-dir@npm:^3.0.2":
version: 3.1.0
resolution: "make-dir@npm:3.1.0"
dependencies:
Expand Down Expand Up @@ -5215,7 +5213,7 @@ __metadata:
"@babel/preset-react": ^7.14.0
"@pmmmwh/react-refresh-webpack-plugin": ^0.5.0
"@wojtekmaj/date-utils": ^1.0.2
babel-loader: ^8.0.0
babel-loader: ^9.0.1
css-loader: ^6.0.0
eslint: ^8.26.0
get-user-locale: ^1.4.0
Expand Down Expand Up @@ -5560,17 +5558,6 @@ __metadata:
languageName: node
linkType: hard

"schema-utils@npm:^2.6.5":
version: 2.7.1
resolution: "schema-utils@npm:2.7.1"
dependencies:
"@types/json-schema": ^7.0.5
ajv: ^6.12.4
ajv-keywords: ^3.5.2
checksum: 32c62fc9e28edd101e1bd83453a4216eb9bd875cc4d3775e4452b541908fa8f61a7bbac8ffde57484f01d7096279d3ba0337078e85a918ecbeb72872fb09fb2b
languageName: node
linkType: hard

"schema-utils@npm:^3.0.0, schema-utils@npm:^3.1.0, schema-utils@npm:^3.1.1":
version: 3.1.1
resolution: "schema-utils@npm:3.1.1"
Expand Down

0 comments on commit 8dca970

Please sign in to comment.