From 369505c4137e5af372dce7cd10bdaef79622f064 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 05:08:05 +0000 Subject: Bump the node-deps group with 8 updates Bumps the node-deps group with 8 updates: | Package | From | To | | --- | --- | --- | | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `9.1.0` | `10.0.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.5` | `22.10.6` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.19.1` | `8.20.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.19.1` | `8.20.0` | | [postcss](https://github.com/postcss/postcss) | `8.4.49` | `8.5.0` | | [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) | `3.3.2` | `3.3.3` | | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.17.3` | `5.17.4` | | [svelte-check](https://github.com/sveltejs/language-tools) | `4.1.3` | `4.1.4` | Updates `eslint-config-prettier` from 9.1.0 to 10.0.1 - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-config-prettier/compare/v9.1.0...v10.0.1) Updates `@types/node` from 22.10.5 to 22.10.6 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/eslint-plugin` from 8.19.1 to 8.20.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.20.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.19.1 to 8.20.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.20.0/packages/parser) Updates `postcss` from 8.4.49 to 8.5.0 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.49...8.5.0) Updates `prettier-plugin-svelte` from 3.3.2 to 3.3.3 - [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md) - [Commits](https://github.com/sveltejs/prettier-plugin-svelte/commits) Updates `svelte` from 5.17.3 to 5.17.4 - [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.17.4/packages/svelte) Updates `svelte-check` from 4.1.3 to 4.1.4 - [Release notes](https://github.com/sveltejs/language-tools/releases) - [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-4.1.3...svelte-check-4.1.4) --- updated-dependencies: - dependency-name: eslint-config-prettier dependency-type: direct:development update-type: version-update:semver-major dependency-group: node-deps - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: node-deps - 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: postcss dependency-type: direct:development update-type: version-update:semver-minor dependency-group: node-deps - dependency-name: prettier-plugin-svelte dependency-type: direct:development update-type: version-update:semver-patch 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] --- clients/www/package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'clients') diff --git a/clients/www/package.json b/clients/www/package.json index bd5c7b2..381a753 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -21,20 +21,20 @@ "@sveltejs/vite-plugin-svelte": "^5.0.3", "@tailwindcss/forms": "0.5.10", "@tailwindcss/typography": "0.5.16", - "@types/node": "22.10.5", - "@typescript-eslint/eslint-plugin": "^8.19.1", - "@typescript-eslint/parser": "^8.19.1", + "@types/node": "22.10.6", + "@typescript-eslint/eslint-plugin": "^8.20.0", + "@typescript-eslint/parser": "^8.20.0", "@vite-pwa/sveltekit": "^0.6.7", "autoprefixer": "10.4.20", "eslint": "^9.18.0", - "eslint-config-prettier": "^9.1.0", + "eslint-config-prettier": "^10.0.1", "eslint-plugin-svelte": "^2.46.1", "iconify-icon": "^2.3.0", - "postcss": "8.4.49", + "postcss": "8.5.0", "prettier": "^3.4.2", - "prettier-plugin-svelte": "^3.3.2", - "svelte": "^5.17.3", - "svelte-check": "^4.1.3", + "prettier-plugin-svelte": "^3.3.3", + "svelte": "^5.17.4", + "svelte-check": "^4.1.4", "svelte-persisted-store": "^0.12.0", "tailwindcss": "3.4.17", "tslib": "^2.8.1", -- cgit v1.2.3