Skip to content

Commit

Permalink
chore(deps): bump the lint group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the lint group with 3 updates in the / directory: [eslint](https://github.com/eslint/eslint), [eslint-config-sheriff](https://github.com/AndreaPontrandolfo/sheriff/tree/HEAD/packages/eslint-config-sheriff) and [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist).


Updates `eslint` from 9.14.0 to 9.15.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.14.0...v9.15.0)

Updates `eslint-config-sheriff` from 25.1.0 to 25.3.0
- [Release notes](https://github.com/AndreaPontrandolfo/sheriff/releases)
- [Changelog](https://github.com/AndreaPontrandolfo/sheriff/blob/master/packages/eslint-config-sheriff/CHANGELOG.md)
- [Commits](https://github.com/AndreaPontrandolfo/sheriff/commits/[email protected]/packages/eslint-config-sheriff)

Updates `eslint-plugin-perfectionist` from 3.9.1 to 4.1.2
- [Release notes](https://github.com/azat-io/eslint-plugin-perfectionist/releases)
- [Changelog](https://github.com/azat-io/eslint-plugin-perfectionist/blob/main/changelog.md)
- [Commits](azat-io/eslint-plugin-perfectionist@v3.9.1...v4.1.2)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: lint
- dependency-name: eslint-config-sheriff
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lint
- dependency-name: eslint-plugin-perfectionist
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: lint
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 6e41fd7 commit 9d4928c
Show file tree
Hide file tree
Showing 4 changed files with 438 additions and 558 deletions.
2 changes: 1 addition & 1 deletion apps/gpa-calculator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"browserslist": "^4.24.2",
"browserslist-to-esbuild": "^2.1.1",
"deputy": "workspace:^",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"fontaine": "^0.5.0",
"lightningcss": "^1.28.1",
"typescript": "^5.6.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/phs-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"browserslist": "^4.24.2",
"browserslist-to-esbuild": "^2.1.1",
"deputy": "workspace:^",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"fontaine": "^0.5.0",
"lightningcss": "^1.28.1",
"typescript": "^5.6.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/deputy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@
},
"dependencies": {
"@cspell/eslint-plugin": "^8.16.0",
"eslint-config-sheriff": "^25.1.0",
"eslint-config-sheriff": "^25.3.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-perfectionist": "^3.9.1"
"eslint-plugin-perfectionist": "^4.1.2"
},
"peerDependencies": {
"eslint": "^9.14.0"
"eslint": "^9.15.0"
},
"devDependencies": {
"@eslint-types/unicorn": "^52.0.0",
"@psdtools/tsconfig": "workspace:*",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"rolldown": "0.13.2-snapshot-378692a-20241105003303",
"tsdown": "^0.3.0",
"typescript": "^5.6.3"
Expand Down
Loading

0 comments on commit 9d4928c

Please sign in to comment.