Skip to content

Commit

Permalink
⬆️ Bump the eslint group across 1 directory with 4 updates (#69)
Browse files Browse the repository at this point in the history
* ⬆️ Bump the eslint group across 1 directory with 4 updates

Bumps the eslint group with 4 updates in the / directory: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [eslint](https://github.com/eslint/eslint), [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `@eslint/js` from 9.2.0 to 9.9.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.9.0/packages/js)

Updates `eslint` from 9.2.0 to 9.9.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.2.0...v9.9.0)

Updates `eslint-plugin-svelte` from 2.38.0 to 2.43.0
- [Release notes](https://github.com/sveltejs/eslint-plugin-svelte/releases)
- [Commits](https://github.com/sveltejs/eslint-plugin-svelte/compare/[email protected])

Updates `typescript-eslint` from 7.8.0 to 8.0.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.0.1/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-svelte
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <[email protected]>

* 💩 Ignore eslint configuration issue

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nato Boram <[email protected]>
  • Loading branch information
dependabot[bot] and NatoBoram authored Aug 11, 2024
1 parent 8f0b2ea commit 104e886
Show file tree
Hide file tree
Showing 3 changed files with 202 additions and 238 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export default tseslint.config(
},

{
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
extends: [...svelte.configs['flat/recommended'], ...svelte.configs['flat/prettier']],
files: ['.svelte'].flatMap(e => [`**/*${e}`, `*${e}`]),
languageOptions: {
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"docker:kill": "docker ps --format '{{.Image}} {{.ID}}' | grep lmgtfy | awk '{print $2}' | xargs docker kill"
},
"devDependencies": {
"@eslint/js": "^9.2.0",
"@eslint/js": "^9.9.0",
"@natoboram/heroicons.svelte": "^1.0.6",
"@playwright/test": "^1.46.0",
"@sveltejs/adapter-auto": "^3.2.2",
Expand All @@ -37,9 +37,9 @@
"@sveltejs/kit": "^2.5.19",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.2.0",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.38.0",
"eslint-plugin-svelte": "^2.43.0",
"globals": "^15.1.0",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
Expand All @@ -50,7 +50,7 @@
"tailwindcss": "^3.4.9",
"tslib": "^2.6.3",
"typescript": "^5.4.5",
"typescript-eslint": "^7.8.0",
"typescript-eslint": "^8.0.1",
"vite": "^5.2.10",
"vitest": "^1.6.0"
},
Expand Down
Loading

0 comments on commit 104e886

Please sign in to comment.