Skip to content

Commit

Permalink
fix(deps): bump the minor-and-patch group across 1 directory with 3 u…
Browse files Browse the repository at this point in the history
…pdates

Bumps the minor-and-patch group with 3 updates in the / directory: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) and [eslint-plugin-eslint-plugin](https://github.com/eslint-community/eslint-plugin-eslint-plugin).


Updates `@babel/core` from 7.25.2 to 7.26.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/v7.26.0/packages/babel-core)

Updates `@babel/eslint-parser` from 7.25.1 to 7.25.9
- [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.25.9/eslint/babel-eslint-parser)

Updates `eslint-plugin-eslint-plugin` from 6.2.0 to 6.3.1
- [Release notes](https://github.com/eslint-community/eslint-plugin-eslint-plugin/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-eslint-plugin/blob/main/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-eslint-plugin@v6.2.0...v6.3.1)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@babel/eslint-parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: eslint-plugin-eslint-plugin
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent ed97e8f commit 751e96a
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 207 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"!**/test/"
],
"devDependencies": {
"@babel/eslint-parser": "7.25.1",
"@babel/eslint-parser": "7.25.9",
"prettier": "^3.3.3",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
Expand All @@ -50,7 +50,7 @@
"jest-sonar-reporter": "^2.0.0",
"eslint": "^8.57.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-eslint-plugin": "^6.2.0",
"eslint-plugin-eslint-plugin": "^6.3.1",
"chai": "^4.5.0"
},
"dependencies": {
Expand All @@ -59,7 +59,7 @@
"@lwc/sfdc-compiler-utils": "3.5.0-0",
"@lwc/errors": "~3.5.0",
"@lwc/template-compiler": "~3.5.0",
"@babel/core": "^7.25.2"
"@babel/core": "^7.26.0"
},
"scripts": {
"format": "prettier --list-different \"**/*.js\"",
Expand Down
Loading

0 comments on commit 751e96a

Please sign in to comment.