Skip to content

Commit 708c0ed

Browse files
Bump the patch-minor group across 1 directory with 8 updates (#106)
Bumps the patch-minor group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss) | `4.0.10` | `4.0.11` | | [@fontsource-variable/inter](https://github.com/fontsource/font-files/tree/HEAD/fonts/variable/inter) | `5.1.0` | `5.1.1` | | [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `5.0.4` | `5.3.0` | | [astro-expressive-code](https://github.com/expressive-code/expressive-code/tree/HEAD/packages/astro-expressive-code) | `0.38.3` | `0.40.2` | | [sanitize-html](https://github.com/apostrophecms/sanitize-html) | `2.13.1` | `2.14.0` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.16.0` | `9.20.0` | | [eslint](https://github.com/eslint/eslint) | `9.16.0` | `9.20.1` | | [prettier](https://github.com/prettier/prettier) | `3.4.2` | `3.5.1` | Updates `@astrojs/rss` from 4.0.10 to 4.0.11 - [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 `@fontsource-variable/inter` from 5.1.0 to 5.1.1 - [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md) - [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/variable/inter) Updates `astro` from 5.0.4 to 5.3.0 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/[email protected]/packages/astro) Updates `astro-expressive-code` from 0.38.3 to 0.40.2 - [Release notes](https://github.com/expressive-code/expressive-code/releases) - [Changelog](https://github.com/expressive-code/expressive-code/blob/main/packages/astro-expressive-code/CHANGELOG.md) - [Commits](https://github.com/expressive-code/expressive-code/commits/[email protected]/packages/astro-expressive-code) Updates `sanitize-html` from 2.13.1 to 2.14.0 - [Changelog](https://github.com/apostrophecms/sanitize-html/blob/main/CHANGELOG.md) - [Commits](apostrophecms/sanitize-html@2.13.1...2.14.0) Updates `@eslint/js` from 9.16.0 to 9.20.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.20.0/packages/js) Updates `eslint` from 9.16.0 to 9.20.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.16.0...v9.20.1) Updates `prettier` from 3.4.2 to 3.5.1 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.4.2...3.5.1) --- updated-dependencies: - dependency-name: "@astrojs/rss" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-minor - dependency-name: "@fontsource-variable/inter" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-minor - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-minor - dependency-name: astro-expressive-code dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-minor - dependency-name: sanitize-html dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-minor - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-minor - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-minor - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5de19f6 commit 708c0ed

File tree

2 files changed

+802
-737
lines changed

2 files changed

+802
-737
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,23 @@
1313
"preinstall": "npx only-allow pnpm"
1414
},
1515
"dependencies": {
16-
"@astrojs/rss": "^4.0.10",
16+
"@astrojs/rss": "^4.0.11",
1717
"@astrojs/sitemap": "^3.2.1",
18-
"@fontsource-variable/inter": "^5.1.0",
19-
"astro": "^5.0.4",
20-
"astro-expressive-code": "^0.38.3",
18+
"@fontsource-variable/inter": "^5.1.1",
19+
"astro": "^5.3.0",
20+
"astro-expressive-code": "^0.40.2",
2121
"markdown-it": "^14.1.0",
2222
"node-html-parser": "^6.1.13",
23-
"sanitize-html": "^2.13.1"
23+
"sanitize-html": "^2.14.0"
2424
},
2525
"devDependencies": {
26-
"@eslint/js": "^9.16.0",
27-
"eslint": "^9.16.0",
26+
"@eslint/js": "^9.20.0",
27+
"eslint": "^9.20.1",
2828
"eslint-config-prettier": "^9.1.0",
2929
"eslint-plugin-astro": "^1.3.1",
3030
"eslint-plugin-jsx-a11y": "^6.10.2",
3131
"fontaine": "^0.5.0",
32-
"prettier": "^3.4.2",
32+
"prettier": "^3.5.1",
3333
"prettier-plugin-astro": "^0.14.1"
3434
}
3535
}

0 commit comments

Comments
 (0)