Skip to content

Commit b25b3e2

Browse files
Bump the dependencies group with 5 updates
Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [ace-builds](https://github.com/ajaxorg/ace-builds) | `1.43.3` | `1.43.4` | | [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `5.14.3` | `5.15.3` | | [htmlhint](https://github.com/htmlhint/HTMLHint) | `1.7.0` | `1.7.1` | | [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) | `0.9.4` | `0.9.5` | | [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro) | `1.3.1` | `1.4.0` | Updates `ace-builds` from 1.43.3 to 1.43.4 - [Release notes](https://github.com/ajaxorg/ace-builds/releases) - [Changelog](https://github.com/ajaxorg/ace-builds/blob/master/CHANGELOG.md) - [Commits](ajaxorg/ace-builds@v1.43.3...v1.43.4) Updates `astro` from 5.14.3 to 5.15.3 - [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/astro@5.15.3/packages/astro) Updates `htmlhint` from 1.7.0 to 1.7.1 - [Release notes](https://github.com/htmlhint/HTMLHint/releases) - [Commits](htmlhint/HTMLHint@v1.7.0...v1.7.1) Updates `@astrojs/check` from 0.9.4 to 0.9.5 - [Release notes](https://github.com/withastro/language-tools/releases) - [Changelog](https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md) - [Commits](https://github.com/withastro/language-tools/commits/HEAD/packages/astro-check) Updates `eslint-plugin-astro` from 1.3.1 to 1.4.0 - [Release notes](https://github.com/ota-meshi/eslint-plugin-astro/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/CHANGELOG.md) - [Commits](ota-meshi/eslint-plugin-astro@v1.3.1...v1.4.0) --- updated-dependencies: - dependency-name: ace-builds dependency-version: 1.43.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: astro dependency-version: 5.15.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: htmlhint dependency-version: 1.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@astrojs/check" dependency-version: 0.9.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: eslint-plugin-astro dependency-version: 1.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f91d835 commit b25b3e2

File tree

2 files changed

+85
-45
lines changed

2 files changed

+85
-45
lines changed

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,18 @@
3030
"pa11y-ci": "npx pa11y-ci https://playground.htmlhint.com/"
3131
},
3232
"dependencies": {
33-
"ace-builds": "^1.43.3",
34-
"astro": "^5.14.3",
33+
"ace-builds": "^1.43.4",
34+
"astro": "^5.15.3",
3535
"bootstrap": "^5.3.8",
36-
"htmlhint": "^1.7.0"
36+
"htmlhint": "^1.7.1"
3737
},
3838
"devDependencies": {
39-
"@astrojs/check": "^0.9.4",
39+
"@astrojs/check": "^0.9.5",
4040
"@fullhuman/postcss-purgecss": "^7.0.2",
4141
"@typescript-eslint/eslint-plugin": "^6.0.0",
4242
"@typescript-eslint/parser": "^6.0.0",
4343
"eslint": "8.57.1",
44-
"eslint-plugin-astro": "^1.3.1",
44+
"eslint-plugin-astro": "^1.4.0",
4545
"prettier": "3.6.2",
4646
"prettier-plugin-astro": "^0.14.1",
4747
"typescript": "^5.0.0"

0 commit comments

Comments
 (0)