Skip to content

Commit fbefcfa

Browse files
Bump the npm group with 7 updates (#551)
Bumps the npm group with 7 updates: | Package | From | To | | --- | --- | --- | | [@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss) | `4.0.13` | `4.0.14` | | [preact](https://github.com/preactjs/preact) | `10.27.2` | `10.28.0` | | [sharp](https://github.com/lovell/sharp) | `0.34.4` | `0.34.5` | | [@astrojs/check](https://github.com/withastro/astro/tree/HEAD/packages/language-tools/astro-check) | `0.9.5` | `0.9.6` | | [@astrojs/ts-plugin](https://github.com/withastro/astro/tree/HEAD/packages/language-tools/ts-plugin) | `1.10.5` | `1.10.6` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.21` | `10.4.22` | | [prettier](https://github.com/prettier/prettier) | `3.6.2` | `3.7.3` | Updates `@astrojs/rss` from 4.0.13 to 4.0.14 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro-rss/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/[email protected]/packages/astro-rss) Updates `preact` from 10.27.2 to 10.28.0 - [Release notes](https://github.com/preactjs/preact/releases) - [Commits](preactjs/preact@10.27.2...10.28.0) Updates `sharp` from 0.34.4 to 0.34.5 - [Release notes](https://github.com/lovell/sharp/releases) - [Commits](lovell/sharp@v0.34.4...v0.34.5) Updates `@astrojs/check` from 0.9.5 to 0.9.6 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/language-tools/astro-check/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/[email protected]/packages/language-tools/astro-check) Updates `@astrojs/ts-plugin` from 1.10.5 to 1.10.6 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/language-tools/ts-plugin/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/[email protected]/packages/language-tools/ts-plugin) Updates `autoprefixer` from 10.4.21 to 10.4.22 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](postcss/autoprefixer@10.4.21...10.4.22) Updates `prettier` from 3.6.2 to 3.7.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.6.2...3.7.3) --- updated-dependencies: - dependency-name: "@astrojs/rss" dependency-version: 4.0.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: preact dependency-version: 10.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: sharp dependency-version: 0.34.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@astrojs/check" dependency-version: 0.9.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@astrojs/ts-plugin" dependency-version: 1.10.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: autoprefixer dependency-version: 10.4.22 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: prettier dependency-version: 3.7.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 715756d commit fbefcfa

File tree

2 files changed

+348
-343
lines changed

2 files changed

+348
-343
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
"inject:protocol": "scripts/inject-protocol.sh && prettier --write ."
2020
},
2121
"devDependencies": {
22-
"@astrojs/check": "^0.9.5",
23-
"@astrojs/ts-plugin": "^1.10.5",
22+
"@astrojs/check": "^0.9.6",
23+
"@astrojs/ts-plugin": "^1.10.6",
2424
"@types/eslint": "^8.44.2",
2525
"@types/lodash-es": "^4.17.12",
2626
"@types/mapbox__rehype-prism": "^0.8.3",
2727
"@types/node": "^18.17.14",
2828
"@types/react": "^18.3.10",
2929
"@typescript-eslint/eslint-plugin": "^6.5.0",
3030
"@typescript-eslint/parser": "^6.5.0",
31-
"autoprefixer": "^10.4.21",
31+
"autoprefixer": "^10.4.22",
3232
"concurrently": "^8.2.2",
3333
"cssnano": "^7.1.2",
3434
"eslint": "^8.48.0",
@@ -40,7 +40,7 @@
4040
"postcss": "^8.5.6",
4141
"postcss-html": "^1.8.0",
4242
"postcss-preset-env": "^9.1.3",
43-
"prettier": "^3.6.2",
43+
"prettier": "^3.7.3",
4444
"prettier-plugin-astro": "^0.14.1",
4545
"stylelint": "^15.10.3",
4646
"stylelint-config-astro": "^1.0.4",
@@ -52,7 +52,7 @@
5252
"dependencies": {
5353
"@astrojs/mdx": "^1.1.5",
5454
"@astrojs/preact": "~3.5.3",
55-
"@astrojs/rss": "^4.0.13",
55+
"@astrojs/rss": "^4.0.14",
5656
"@astrojs/sitemap": "^3.6.0",
5757
"@octokit/core": "^5.0.0",
5858
"@octokit/plugin-paginate-rest": "^11.4.1",
@@ -65,15 +65,15 @@
6565
"cross-fetch": "^4.1.0",
6666
"lodash-es": "^4.17.21",
6767
"modern-normalize": "^2.0.0",
68-
"preact": "^10.27.2",
68+
"preact": "^10.28.0",
6969
"pretty-bytes": "^6.1.1",
7070
"rehype-autolink-headings": "^6.1.1",
7171
"rehype-stringify": "^9.0.3",
7272
"remark-parse": "^10.0.2",
7373
"remark-rehype": "^10.1.0",
7474
"remark-toc": "^8.0.1",
7575
"s-ago": "^2.2.0",
76-
"sharp": "^0.34.4",
76+
"sharp": "^0.34.5",
7777
"timeago.js": "^4.0.2",
7878
"ts-is-present": "^1.2.2",
7979
"tus-js-client": "^3.1.1",

0 commit comments

Comments
 (0)