Skip to content

Commit a39b6e0

Browse files
chore(deps): bump the npm group with 4 updates (#51)
Bumps the npm group with 4 updates: [@eslint/compat](https://github.com/eslint/rewrite), [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [eslint](https://github.com/eslint/eslint) and prettier-plugin-apex. Updates `@eslint/compat` from 1.2.7 to 1.2.8 - [Release notes](https://github.com/eslint/rewrite/releases) - [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json) - [Commits](eslint/rewrite@compat-v1.2.7...compat-v1.2.8) Updates `@eslint/js` from 9.23.0 to 9.24.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.24.0/packages/js) Updates `eslint` from 9.23.0 to 9.24.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.23.0...v9.24.0) Updates `prettier-plugin-apex` from 2.2.5 to 2.2.6 --- updated-dependencies: - dependency-name: "@eslint/compat" dependency-version: 1.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@eslint/js" dependency-version: 9.24.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: eslint dependency-version: 9.24.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: prettier-plugin-apex dependency-version: 2.2.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 45d5655 commit a39b6e0

File tree

2 files changed

+41
-41
lines changed

2 files changed

+41
-41
lines changed

package-lock.json

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@
1717
"lint-staged": "lint-staged"
1818
},
1919
"devDependencies": {
20-
"@eslint/js": "^9.23.0",
20+
"@eslint/js": "^9.24.0",
2121
"@lwc/eslint-plugin-lwc": "^3.0.0-beta.2",
2222
"@prettier/plugin-xml": "^3.4.1",
2323
"@salesforce/eslint-config-lwc": "^4.0.0-beta.5",
2424
"@salesforce/eslint-plugin-lightning": "^2.0.0-beta.1",
2525
"@salesforce/sfdx-lwc-jest": "^7.0.1",
26-
"eslint": "^9.23.0",
26+
"eslint": "^9.24.0",
2727
"eslint-plugin-import": "^2.31.0",
2828
"eslint-plugin-jest": "^28.11.0",
2929
"globals": "^16.0.0",
3030
"husky": "^9.1.7",
3131
"lint-staged": "^15.5.0",
3232
"prettier": "^3.5.3",
33-
"prettier-plugin-apex": "^2.2.5"
33+
"prettier-plugin-apex": "^2.2.6"
3434
},
3535
"lint-staged": {
3636
"**/{aura,lwc}/**/*.js": [
@@ -41,6 +41,6 @@
4141
]
4242
},
4343
"dependencies": {
44-
"@eslint/compat": "^1.2.7"
44+
"@eslint/compat": "^1.2.8"
4545
}
4646
}

0 commit comments

Comments
 (0)