Commit ff6ab9c
authored
chore(deps-dev): bump the npm-development-dependencies group across 1 directory with 21 updates
Bumps the npm-development-dependencies group with 20 updates in the /application directory:
| Package | From | To |
| --- | --- | --- |
| [@astrojs/check](https://github.com/withastro/astro/tree/HEAD/packages/language-tools/astro-check) | `0.9.4` | `0.9.6` |
| [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) | `4.2.4` | `4.3.13` |
| [@astrojs/tailwind](https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind) | `5.1.5` | `6.0.2` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.24.0` | `10.0.1` |
| [@iconify-json/flat-color-icons](https://github.com/iconify/icon-sets) | `1.2.1` | `1.2.3` |
| [@iconify-json/tabler](https://github.com/iconify/icon-sets) | `1.2.17` | `1.2.26` |
| [@tailwindcss/typography](https://github.com/tailwindlabs/tailwindcss-typography) | `0.5.16` | `0.5.19` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.30.1` | `8.55.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.30.1` | `8.55.0` |
| [astro-compress](https://github.com/PlayForm/Compress) | `2.3.8` | `2.3.9` |
| [astro-eslint-parser](https://github.com/ota-meshi/astro-eslint-parser) | `1.2.2` | `1.3.0` |
| [eslint](https://github.com/eslint/eslint) | `9.24.0` | `10.0.0` |
| [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro) | `1.3.1` | `1.6.0` |
| [globals](https://github.com/sindresorhus/globals) | `16.0.0` | `17.3.0` |
| [prettier](https://github.com/prettier/prettier) | `3.5.3` | `3.8.1` |
| [sharp](https://github.com/lovell/sharp) | `0.34.1` | `0.34.5` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `2.6.0` | `3.4.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.3` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.30.1` | `8.55.0` |
| [unist-util-visit](https://github.com/syntax-tree/unist-util-visit) | `5.0.0` | `5.1.0` |
Updates `@astrojs/check` from 0.9.4 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/check@0.9.6/packages/language-tools/astro-check)
Updates `@astrojs/mdx` from 4.2.4 to 4.3.13
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/mdx@4.3.13/packages/integrations/mdx)
Updates `@astrojs/tailwind` from 5.1.5 to 6.0.2
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/tailwind/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/tailwind@6.0.2/packages/integrations/tailwind)
Updates `@eslint/js` from 9.24.0 to 10.0.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/HEAD/packages/js)
Updates `@iconify-json/flat-color-icons` from 1.2.1 to 1.2.3
- [Commits](https://github.com/iconify/icon-sets/commits)
Updates `@iconify-json/tabler` from 1.2.17 to 1.2.26
- [Commits](https://github.com/iconify/icon-sets/commits)
Updates `@tailwindcss/typography` from 0.5.16 to 0.5.19
- [Release notes](https://github.com/tailwindlabs/tailwindcss-typography/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss-typography/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss-typography@v0.5.16...v0.5.19)
Updates `@typescript-eslint/eslint-plugin` from 8.30.1 to 8.55.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.55.0/packages/eslint-plugin)
Updates `@typescript-eslint/parser` from 8.30.1 to 8.55.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.55.0/packages/parser)
Updates `astro-compress` from 2.3.8 to 2.3.9
- [Release notes](https://github.com/PlayForm/Compress/releases)
- [Changelog](https://github.com/PlayForm/Compress/blob/AstroCompress/v2.3.9/CHANGELOG.md)
- [Commits](PlayForm/Compress@AstroCompress/v2.3.8...AstroCompress/v2.3.9)
Updates `astro-eslint-parser` from 1.2.2 to 1.3.0
- [Release notes](https://github.com/ota-meshi/astro-eslint-parser/releases)
- [Changelog](https://github.com/ota-meshi/astro-eslint-parser/blob/main/CHANGELOG.md)
- [Commits](ota-meshi/astro-eslint-parser@v1.2.2...v1.3.0)
Updates `eslint` from 9.24.0 to 10.0.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.24.0...v10.0.0)
Updates `eslint-plugin-astro` from 1.3.1 to 1.6.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.6.0)
Updates `globals` from 16.0.0 to 17.3.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v16.0.0...v17.3.0)
Updates `js-yaml` from 4.1.0 to 4.1.1
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@4.1.0...4.1.1)
Updates `prettier` from 3.5.3 to 3.8.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.5.3...3.8.1)
Updates `sharp` from 0.34.1 to 0.34.5
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](lovell/sharp@v0.34.1...v0.34.5)
Updates `tailwind-merge` from 2.6.0 to 3.4.0
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](dcastil/tailwind-merge@v2.6.0...v3.4.0)
Updates `typescript` from 5.8.3 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.3)
Updates `typescript-eslint` from 8.30.1 to 8.55.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.55.0/packages/typescript-eslint)
Updates `unist-util-visit` from 5.0.0 to 5.1.0
- [Release notes](https://github.com/syntax-tree/unist-util-visit/releases)
- [Commits](syntax-tree/unist-util-visit@5.0.0...5.1.0)
---
updated-dependencies:
- dependency-name: "@astrojs/check"
dependency-version: 0.9.6
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-development-dependencies
- dependency-name: "@astrojs/mdx"
dependency-version: 4.3.13
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-development-dependencies
- dependency-name: "@astrojs/tailwind"
dependency-version: 6.0.2
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: npm-development-dependencies
- dependency-name: "@eslint/js"
dependency-version: 10.0.1
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: npm-development-dependencies
- dependency-name: "@iconify-json/flat-color-icons"
dependency-version: 1.2.3
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-development-dependencies
- dependency-name: "@iconify-json/tabler"
dependency-version: 1.2.26
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-development-dependencies
- dependency-name: "@tailwindcss/typography"
dependency-version: 0.5.19
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-development-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-version: 8.55.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-development-dependencies
- dependency-name: "@typescript-eslint/parser"
dependency-version: 8.55.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-development-dependencies
- dependency-name: astro-compress
dependency-version: 2.3.9
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-development-dependencies
- dependency-name: astro-eslint-parser
dependency-version: 1.3.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-development-dependencies
- dependency-name: eslint
dependency-version: 10.0.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: npm-development-dependencies
- dependency-name: eslint-plugin-astro
dependency-version: 1.6.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-development-dependencies
- dependency-name: globals
dependency-version: 17.3.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: npm-development-dependencies
- dependency-name: js-yaml
dependency-version: 4.1.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-development-dependencies
- dependency-name: prettier
dependency-version: 3.8.1
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-development-dependencies
- dependency-name: sharp
dependency-version: 0.34.5
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-development-dependencies
- dependency-name: tailwind-merge
dependency-version: 3.4.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: npm-development-dependencies
- dependency-name: typescript
dependency-version: 5.9.3
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-development-dependencies
- dependency-name: typescript-eslint
dependency-version: 8.55.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-development-dependencies
- dependency-name: unist-util-visit
dependency-version: 5.1.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>1 parent ad0c010 commit ff6ab9c
2 files changed
Lines changed: 1577 additions & 2308 deletions
0 commit comments