Skip to content

Commit

Permalink
chore(deps-dev): bump the development-dependencies group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the development-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/markdown-it](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/markdown-it) | `13.0.7` | `14.0.0` |
| [astro-eslint-parser](https://github.com/ota-meshi/astro-eslint-parser) | `0.16.3` | `0.17.0` |
| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.0.0` |
| [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro) | `0.33.1` | `0.34.0` |
| [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) | `2.7.0` | `2.8.0` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.3` | `5.4.4` |


Updates `@types/markdown-it` from 13.0.7 to 14.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/markdown-it)

Updates `astro-eslint-parser` from 0.16.3 to 0.17.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@v0.16.3...v0.17.0)

Updates `eslint` from 8.57.0 to 9.0.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.0...v9.0.0)

Updates `eslint-plugin-astro` from 0.33.1 to 0.34.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@v0.33.1...v0.34.0)

Updates `eslint-plugin-perfectionist` from 2.7.0 to 2.8.0
- [Release notes](https://github.com/azat-io/eslint-plugin-perfectionist/releases)
- [Changelog](https://github.com/azat-io/eslint-plugin-perfectionist/blob/main/changelog.md)
- [Commits](azat-io/eslint-plugin-perfectionist@v2.7.0...v2.8.0)

Updates `typescript` from 5.4.3 to 5.4.4
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.3...v5.4.4)

---
updated-dependencies:
- dependency-name: "@types/markdown-it"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: astro-eslint-parser
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: eslint-plugin-astro
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: eslint-plugin-perfectionist
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Apr 7, 2024
1 parent cdbce69 commit 3c12252
Show file tree
Hide file tree
Showing 2 changed files with 230 additions and 222 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,25 +31,25 @@
"@tailwindcss/typography": "0.5.12",
"@types/eslint": "8.56.7",
"@types/hast": "3.0.4",
"@types/markdown-it": "13.0.7",
"@types/markdown-it": "14.0.0",
"@types/sanitize-html": "2.11.0",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"astro-eslint-parser": "0.16.3",
"astro-eslint-parser": "0.17.0",
"astro-icon": "1.1.0",
"autoprefixer": "10.4.19",
"class-variance-authority": "0.7.0",
"clsx": "2.1.0",
"cssnano": "6.1.2",
"cssnano-preset-advanced": "6.1.2",
"eslint": "8.57.0",
"eslint": "9.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-astro": "0.33.1",
"eslint-plugin-astro": "0.34.0",
"eslint-plugin-deprecation": "2.0.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-perfectionist": "2.7.0",
"eslint-plugin-perfectionist": "2.8.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-typescript-sort-keys": "3.2.0",
"markdown-it": "14.1.0",
Expand All @@ -72,7 +72,7 @@
"sharp": "0.33.3",
"tailwind-merge": "2.2.2",
"tailwindcss": "3.4.3",
"typescript": "5.4.3",
"typescript": "5.4.4",
"unist-util-visit": "5.0.0"
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit 3c12252

Please sign in to comment.