diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-18 17:39:14 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-11-18 17:39:54 +0000 |
commit | 45d0b8e4a32c3e86e62b328d907e116b3f3adc5e (patch) | |
tree | 03b3a4bc351e1a524050273e5888bb1f4982eb8a /app/package.json | |
parent | Bump the node-deps group with 4 updates (diff) | |
download | trinkets-45d0b8e4a32c3e86e62b328d907e116b3f3adc5e.tar trinkets-45d0b8e4a32c3e86e62b328d907e116b3f3adc5e.tar.gz trinkets-45d0b8e4a32c3e86e62b328d907e116b3f3adc5e.tar.bz2 trinkets-45d0b8e4a32c3e86e62b328d907e116b3f3adc5e.tar.lz trinkets-45d0b8e4a32c3e86e62b328d907e116b3f3adc5e.tar.xz trinkets-45d0b8e4a32c3e86e62b328d907e116b3f3adc5e.tar.zst trinkets-45d0b8e4a32c3e86e62b328d907e116b3f3adc5e.zip |
Bump the node-deps group with 5 updates
Bumps the node-deps group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.14.0` | `8.15.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.14.0` | `8.15.0` |
| [eslint](https://github.com/eslint/eslint) | `9.14.0` | `9.15.0` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.2.0` | `5.2.3` |
| [svelte-check](https://github.com/sveltejs/language-tools) | `4.0.8` | `4.0.9` |
Updates `@typescript-eslint/eslint-plugin` from 8.14.0 to 8.15.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.15.0/packages/eslint-plugin)
Updates `@typescript-eslint/parser` from 8.14.0 to 8.15.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.15.0/packages/parser)
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](https://github.com/eslint/eslint/compare/v9.14.0...v9.15.0)
Updates `svelte` from 5.2.0 to 5.2.3
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.2.3/packages/svelte)
Updates `svelte-check` from 4.0.8 to 4.0.9
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-4.0.8...svelte-check-4.0.9)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: node-deps
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: node-deps
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: node-deps
- dependency-name: svelte
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: node-deps
- dependency-name: svelte-check
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: node-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'app/package.json')
-rw-r--r-- | app/package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/package.json b/app/package.json index ef71bb2..2ccfb46 100644 --- a/app/package.json +++ b/app/package.json @@ -19,12 +19,12 @@ "@types/html-minifier-terser": "7.0.2", "@types/node": "22.9.0", "@types/wicg-file-system-access": "2023.10.5", - "@typescript-eslint/eslint-plugin": "8.14.0", - "@typescript-eslint/parser": "8.14.0", + "@typescript-eslint/eslint-plugin": "8.15.0", + "@typescript-eslint/parser": "8.15.0", "@vite-pwa/sveltekit": "0.6.6", "autoprefixer": "10.4.20", "crc": "4.3.2", - "eslint": "9.14.0", + "eslint": "9.15.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-svelte": "2.46.0", "html-minifier-terser": "7.2.0", @@ -32,8 +32,8 @@ "postcss": "8.4.49", "prettier": "3.3.3", "prettier-plugin-svelte": "3.2.8", - "svelte": "5.2.0", - "svelte-check": "4.0.8", + "svelte": "5.2.3", + "svelte-check": "4.0.9", "tailwindcss": "3.4.15", "tslib": "2.8.1", "typescript": "5.6.3", |