Skip to content

Commit 1a07d24

Browse files
Bump the npm-bump group across 1 directory with 5 updates (#226)
Bumps the npm-bump group with 5 updates in the /client directory: | Package | From | To | | --- | --- | --- | | [eslint](https://github.com/eslint/eslint) | `9.17.0` | `9.20.0` | | [postcss](https://github.com/postcss/postcss) | `8.4.49` | `8.5.1` | | [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) | `3.3.2` | `3.3.3` | | [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.6.9` | `0.6.11` | | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.16.1` | `5.19.9` | Updates `eslint` from 9.17.0 to 9.20.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.17.0...v9.20.0) Updates `postcss` from 8.4.49 to 8.5.1 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.49...8.5.1) 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 `prettier-plugin-tailwindcss` from 0.6.9 to 0.6.11 - [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md) - [Commits](tailwindlabs/prettier-plugin-tailwindcss@v0.6.9...v0.6.11) Updates `svelte` from 5.16.1 to 5.19.9 - [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/[email protected]/packages/svelte) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-bump - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-bump - dependency-name: prettier-plugin-svelte dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-bump - dependency-name: prettier-plugin-tailwindcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-bump - dependency-name: svelte dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-bump ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dab84fd commit 1a07d24

File tree

2 files changed

+58
-44
lines changed

2 files changed

+58
-44
lines changed

client/package-lock.json

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

client/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"devDependencies": {
1414
"@sveltejs/vite-plugin-svelte": "^4.0.4",
1515
"autoprefixer": "^10.4.20",
16-
"eslint": "^9.17.0",
16+
"eslint": "^9.20.0",
1717
"eslint-config-prettier": "^10.0.1",
1818
"eslint-plugin-svelte": "^2.46.1",
19-
"postcss": "^8.4.49",
19+
"postcss": "^8.5.1",
2020
"prettier": "^3.4.2",
21-
"prettier-plugin-svelte": "^3.3.2",
22-
"prettier-plugin-tailwindcss": "^0.6.9",
23-
"svelte": "^5.16.1",
21+
"prettier-plugin-svelte": "^3.3.3",
22+
"prettier-plugin-tailwindcss": "^0.6.11",
23+
"svelte": "^5.19.9",
2424
"tailwindcss": "^3.4.17",
2525
"vite": "^5.4.11"
2626
}

0 commit comments

Comments
 (0)