Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the js-dependencies group across 1 directory with 26 updates #78

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2024

Bumps the js-dependencies group with 26 updates in the / directory:

Package From To
@astrojs/rss 4.0.5 4.0.7
@astrojs/sitemap 3.1.2 3.1.6
@astrolib/seo 1.0.0-beta.5 1.0.0-beta.6
@fontsource-variable/inter 5.0.17 5.1.0
astro 4.15.5 4.15.9
astro-icon 1.1.0 1.1.1
@astrojs/check 0.5.10 0.9.3
@astrojs/mdx 2.2.2 3.1.7
@astrojs/partytown 2.0.4 2.1.2
@astrojs/tailwind 5.1.0 5.1.1
@iconify-json/flat-color-icons 1.1.10 1.2.0
@iconify-json/tabler 1.1.109 1.2.4
@tailwindcss/typography 0.5.12 0.5.15
@typescript-eslint/eslint-plugin 7.4.0 8.7.0
@typescript-eslint/parser 7.4.0 8.7.0
eslint 8.57.0 9.11.1
eslint-plugin-astro 0.33.1 1.2.4
eslint-plugin-jsx-a11y 6.8.0 6.10.0
postcss-html 1.6.0 1.7.0
prettier 3.2.5 3.3.3
prettier-plugin-astro 0.13.0 0.14.1
stylelint 16.3.1 16.9.0
stylelint-config-standard 36.0.0 36.0.1
tailwind-merge 2.2.2 2.5.2
tailwindcss 3.4.3 3.4.13
typescript 5.4.3 5.6.2

Updates @astrojs/rss from 4.0.5 to 4.0.7

Changelog

Sourced from @​astrojs/rss's changelog.

4.0.7

Patch Changes

4.0.6

Patch Changes

  • #11050 841df1f Thanks @​mingjunlu! - Fixes an issue where trailing slash is not removed even if the trailingSlash option is set to false.
Commits

Updates @astrojs/sitemap from 3.1.2 to 3.1.6

Release notes

Sourced from @​astrojs/sitemap's releases.

@​astrojs/mdx@​3.1.6

Patch Changes

@​astrojs/mdx@​3.1.5

Patch Changes

  • #11818 88ef1d0 Thanks @​bluwy! - Fixes CSS in the layout component to be ordered first before any other components in the MDX file

@​astrojs/mdx@​3.1.4

Patch Changes

  • #11717 423614e Thanks @​bluwy! - Fixes stack trace location when failed to parse an MDX file with frontmatter

@​astrojs/mdx@​3.1.3

Patch Changes

  • Updated dependencies [49b5145]:
    • @​astrojs/markdown-remark@​5.2.0
Changelog

Sourced from @​astrojs/sitemap's changelog.

3.1.6

Patch Changes

3.1.5

Patch Changes

3.1.4

Patch Changes

3.1.3

Patch Changes

Commits

Updates @astrolib/seo from 1.0.0-beta.5 to 1.0.0-beta.6

Commits

Updates @fontsource-variable/inter from 5.0.17 to 5.1.0

Commits

Updates astro from 4.15.5 to 4.15.9

Release notes

Sourced from astro's releases.

[email protected]

Patch Changes

  • #12034 5b3ddfa Thanks @​ematipico! - Fixes an issue where the middleware wasn't called when a project uses 404.astro.

  • #12042 243ecb6 Thanks @​ematipico! - Fixes a problem in the Container API, where a polyfill wasn't correctly applied. This caused an issue in some environments where crypto isn't supported.

  • #12038 26ea5e8 Thanks @​ascorbic! - Resolves image paths in content layer with initial slash as project-relative

    When using the image() schema helper, previously paths with an initial slash were treated as public URLs. This was to match the behavior of markdown images. However this is a change from before, where paths with an initial slash were treated as project-relative. This change restores the previous behavior, so that paths with an initial slash are treated as project-relative.

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

  • #11993 ffba5d7 Thanks @​matthewp! - Fix getStaticPaths regression

    This reverts a previous change meant to remove a dependency, to fix a regression with multiple nested spread routes.

  • #11964 06eff60 Thanks @​TheOtterlord! - Add wayland (wl-copy) support to astro info

Changelog

Sourced from astro's changelog.

4.15.9

Patch Changes

  • #12034 5b3ddfa Thanks @​ematipico! - Fixes an issue where the middleware wasn't called when a project uses 404.astro.

  • #12042 243ecb6 Thanks @​ematipico! - Fixes a problem in the Container API, where a polyfill wasn't correctly applied. This caused an issue in some environments where crypto isn't supported.

  • #12038 26ea5e8 Thanks @​ascorbic! - Resolves image paths in content layer with initial slash as project-relative

    When using the image() schema helper, previously paths with an initial slash were treated as public URLs. This was to match the behavior of markdown images. However this is a change from before, where paths with an initial slash were treated as project-relative. This change restores the previous behavior, so that paths with an initial slash are treated as project-relative.

4.15.8

Patch Changes

4.15.7

Patch Changes

4.15.6

Patch Changes

  • #11993 ffba5d7 Thanks @​matthewp! - Fix getStaticPaths regression

    This reverts a previous change meant to remove a dependency, to fix a regression with multiple nested spread routes.

  • #11964 06eff60 Thanks @​TheOtterlord! - Add wayland (wl-copy) support to astro info

Commits

Updates astro-icon from 1.1.0 to 1.1.1

Release notes

Sourced from astro-icon's releases.

[email protected]

Patch Changes

Changelog

Sourced from astro-icon's changelog.

1.1.1

Patch Changes

Commits

Updates @astrojs/check from 0.5.10 to 0.9.3

Release notes

Sourced from @​astrojs/check's releases.

@​astrojs/check@​0.9.3

Patch Changes

  • 28dfebe: Updates to the stable version of Volar 2.4.0
  • Updated dependencies [28dfebe]
    • @​astrojs/language-server@​2.14.1

@​astrojs/check@​0.9.2

Patch Changes

  • e8e18a8: Fixes an issue where errors inside script and style tags could be offset by a few characters when multi bytes characters were present in the file
  • Updated dependencies [e8e18a8]
    • @​astrojs/language-server@​2.13.2

@​astrojs/check@​0.9.1

Patch Changes

  • cc94bef: Revert a change to top-level returns that could prevent the return types of functions from being correct in certain cases
  • Updated dependencies [cc94bef]
    • @​astrojs/language-server@​2.13.1

@​astrojs/check@​0.9.0

Minor Changes

  • b65d6b4: Adds support for SCSS and LESS intellisense inside style tags

Patch Changes

  • Updated dependencies [3a60f00]
  • Updated dependencies [b65d6b4]
    • @​astrojs/language-server@​2.13.0

@​astrojs/check@​0.8.3

Patch Changes

  • 0a46801: Fixes a regression where errors could wrongly show (or not show) inside scripts and style tags
  • Updated dependencies [0a46801]
  • Updated dependencies [72f61e1]
    • @​astrojs/language-server@​2.12.7

@​astrojs/check@​0.8.2

Patch Changes

  • 708167e: Fixes script and style tags being wrongfully included in the generated TSX
  • Updated dependencies [708167e]
    • @​astrojs/language-server@​2.12.1

@​astrojs/check@​0.8.1

Patch Changes

... (truncated)

Changelog

Sourced from @​astrojs/check's changelog.

0.9.3

Patch Changes

  • 28dfebe: Updates to the stable version of Volar 2.4.0
  • Updated dependencies [28dfebe]
    • @​astrojs/language-server@​2.14.1

0.9.2

Patch Changes

  • e8e18a8: Fixes an issue where errors inside script and style tags could be offset by a few characters when multi bytes characters were present in the file
  • Updated dependencies [e8e18a8]
    • @​astrojs/language-server@​2.13.2

0.9.1

Patch Changes

  • cc94bef: Revert a change to top-level returns that could prevent the return types of functions from being correct in certain cases
  • Updated dependencies [cc94bef]
    • @​astrojs/language-server@​2.13.1

0.9.0

Minor Changes

  • b65d6b4: Adds support for SCSS and LESS intellisense inside style tags

Patch Changes

  • Updated dependencies [3a60f00]
  • Updated dependencies [b65d6b4]
    • @​astrojs/language-server@​2.13.0

0.8.3

Patch Changes

  • 0a46801: Fixes a regression where errors could wrongly show (or not show) inside scripts and style tags
  • Updated dependencies [0a46801]
  • Updated dependencies [72f61e1]
    • @​astrojs/language-server@​2.12.7

0.8.2

Patch Changes

  • 708167e: Fixes script and style tags being wrongfully included in the generated TSX

... (truncated)

Commits

Updates @astrojs/mdx from 2.2.2 to 3.1.7

Release notes

Sourced from @​astrojs/mdx's releases.

@​astrojs/mdx@​3.1.7

Patch Changes

@​astrojs/mdx@​3.1.6

Patch Changes

@​astrojs/mdx@​3.1.5

Patch Changes

  • #11818 88ef1d0 Thanks @​bluwy! - Fixes CSS in the layout component to be ordered first before any other components in the MDX file

@​astrojs/mdx@​3.1.4

Patch Changes

  • #11717 423614e Thanks @​bluwy! - Fixes stack trace location when failed to parse an MDX file with frontmatter

@​astrojs/mdx@​3.1.3

Patch Changes

  • Updated dependencies [49b5145]:
    • @​astrojs/markdown-remark@​5.2.0
Changelog

Sourced from @​astrojs/mdx's changelog.

3.1.7

Patch Changes

3.1.6

Patch Changes

3.1.5

Patch Changes

  • #11818 88ef1d0 Thanks @​bluwy! - Fixes CSS in the layout component to be ordered first before any other components in the MDX file

3.1.4

Patch Changes

  • #11717 423614e Thanks @​bluwy! - Fixes stack trace location when failed to parse an MDX file with frontmatter

3.1.3

Patch Changes

  • Updated dependencies [49b5145]:
    • @​astrojs/markdown-remark@​5.2.0

3.1.2

Patch Changes

  • Updated dependencies [b6afe6a]:
    • @​astrojs/markdown-remark@​5.1.1

3.1.1

Patch Changes

3.1.0

Minor Changes

  • #11144 803dd80 Thanks @​ematipico! - The integration now exposes a function called getContainerRenderer, that can be used inside the Container APIs to load the relative renderer.

... (truncated)

Commits

Updates @astrojs/partytown from 2.0.4 to 2.1.2

Release notes

Sourced from @​astrojs/partytown's releases.

@​astrojs/partytown@​2.1.2

Patch Changes

Changelog

Sourced from @​astrojs/partytown's changelog.

2.1.2

Patch Changes

2.1.1

Patch Changes

  • #11083 416c4ac Thanks @​V3RON! - Prevent Partytown from crashing when View Transitions are enabled

    When View Transitions are turned on, Partytown executes on every transition. It's not meant to be like that, and therefore it breaks the integration completely. Starting from now, Partytown will be executed only once.

2.1.0

Minor Changes

  • #10833 8d5f3e8 Thanks @​renovate! - Updates the @builder.io/partytown dependency to v0.10. This should not affect projects in most cases.
Commits

Updates @astrojs/tailwind from 5.1.0 to 5.1.1

Release notes

Sourced from @​astrojs/tailwind's releases.

@​astrojs/tailwind@​5.1.1

Patch Changes

Changelog

Sourced from @​astrojs/tailwind's changelog.

5.1.1

Patch Changes

Commits

Updates @iconify-json/flat-color-icons from 1.1.10 to 1.2.0

Commits

Updates @iconify-json/tabler from 1.1.109 to 1.2.4

Commits

Updates @tailwindcss/typography from 0.5.12 to 0.5.15

Release notes

Sourced from @​tailwindcss/typography's releases.

v0.5.15

Fixed

  • Support installing with alpha versions of Tailwind CSS v4 (#358)

v0.5.14

  • Fix table text alignment (#346)

v0.5.13

Fixed

  • Don't apply margins to <br> elements contained in an <li> in FF (#350)
Changelog

Sourced from @​tailwindcss/typography's changelog.

[0.5.15] - 2024-08-28

Fixed

  • Support installing with alpha versions of Tailwind CSS v4 (#358)

[0.5.14] - 2024-08-07

Fixed

  • Fix table text alignment (#346)

[0.5.13] - 2024-04-26

Fixed

  • Don't apply margins to <br> elements contained in an <li> in FF (#350)
Commits

Updates @typescript-eslint/eslint-plugin from 7.4.0 to 8.7.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.7.0

8.7.0 (2024-09-23)

🚀 Features

  • eslint-plugin: [no-unsafe-call] check calls of Function (#10010)
  • eslint-plugin: [consistent-type-exports] check export * exports to see if all exported members are types (#10006)

🩹 Fixes

  • eslint-plugin: properly coerce all types to string in getStaticMemberAccessValue (#10004)
  • eslint-plugin: [no-deprecated] report on imported deprecated variables (#9987)
  • eslint-plugin: [no-confusing-non-null-assertion] check !in and !instanceof (#9994)
  • types: add NewExpression as a parent of SpreadElement (#10024)
  • utils: add missing entries to the RuleListener selectors list (#9992)

❤️ Thank You

Bumps the js-dependencies group with 26 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss) | `4.0.5` | `4.0.7` |
| [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) | `3.1.2` | `3.1.6` |
| [@astrolib/seo](https://github.com/onwidget/astrolib/tree/HEAD/packages/seo) | `1.0.0-beta.5` | `1.0.0-beta.6` |
| [@fontsource-variable/inter](https://github.com/fontsource/font-files/tree/HEAD/fonts/variable/inter) | `5.0.17` | `5.1.0` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `4.15.5` | `4.15.9` |
| [astro-icon](https://github.com/natemoo-re/astro-icon/tree/HEAD/packages/core) | `1.1.0` | `1.1.1` |
| [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) | `0.5.10` | `0.9.3` |
| [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) | `2.2.2` | `3.1.7` |
| [@astrojs/partytown](https://github.com/withastro/astro/tree/HEAD/packages/integrations/partytown) | `2.0.4` | `2.1.2` |
| [@astrojs/tailwind](https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind) | `5.1.0` | `5.1.1` |
| [@iconify-json/flat-color-icons](https://github.com/iconify/icon-sets) | `1.1.10` | `1.2.0` |
| [@iconify-json/tabler](https://github.com/iconify/icon-sets) | `1.1.109` | `1.2.4` |
| [@tailwindcss/typography](https://github.com/tailwindlabs/tailwindcss-typography) | `0.5.12` | `0.5.15` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.4.0` | `8.7.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.4.0` | `8.7.0` |
| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.11.1` |
| [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro) | `0.33.1` | `1.2.4` |
| [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) | `6.8.0` | `6.10.0` |
| [postcss-html](https://github.com/ota-meshi/postcss-html) | `1.6.0` | `1.7.0` |
| [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.3.3` |
| [prettier-plugin-astro](https://github.com/withastro/prettier-plugin-astro) | `0.13.0` | `0.14.1` |
| [stylelint](https://github.com/stylelint/stylelint) | `16.3.1` | `16.9.0` |
| [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) | `36.0.0` | `36.0.1` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `2.2.2` | `2.5.2` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.3` | `3.4.13` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.4.3` | `5.6.2` |



Updates `@astrojs/rss` from 4.0.5 to 4.0.7
- [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 `@astrojs/sitemap` from 3.1.2 to 3.1.6
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/sitemap/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/[email protected]/packages/integrations/sitemap)

Updates `@astrolib/seo` from 1.0.0-beta.5 to 1.0.0-beta.6
- [Commits](https://github.com/onwidget/astrolib/commits/HEAD/packages/seo)

Updates `@fontsource-variable/inter` from 5.0.17 to 5.1.0
- [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 4.15.5 to 4.15.9
- [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-icon` from 1.1.0 to 1.1.1
- [Release notes](https://github.com/natemoo-re/astro-icon/releases)
- [Changelog](https://github.com/natemoo-re/astro-icon/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/natemoo-re/astro-icon/commits/[email protected]/packages/core)

Updates `@astrojs/check` from 0.5.10 to 0.9.3
- [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/@astrojs/[email protected]/packages/astro-check)

Updates `@astrojs/mdx` from 2.2.2 to 3.1.7
- [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/[email protected]/packages/integrations/mdx)

Updates `@astrojs/partytown` from 2.0.4 to 2.1.2
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/partytown/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/[email protected]/packages/integrations/partytown)

Updates `@astrojs/tailwind` from 5.1.0 to 5.1.1
- [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/[email protected]/packages/integrations/tailwind)

Updates `@iconify-json/flat-color-icons` from 1.1.10 to 1.2.0
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `@iconify-json/tabler` from 1.1.109 to 1.2.4
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `@tailwindcss/typography` from 0.5.12 to 0.5.15
- [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.12...v0.5.15)

Updates `@typescript-eslint/eslint-plugin` from 7.4.0 to 8.7.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.7.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.4.0 to 8.7.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.7.0/packages/parser)

Updates `eslint` from 8.57.0 to 9.11.1
- [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.11.1)

Updates `eslint-plugin-astro` from 0.33.1 to 1.2.4
- [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...v1.2.4)

Updates `eslint-plugin-jsx-a11y` from 6.8.0 to 6.10.0
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-jsx-a11y@v6.8.0...v6.10.0)

Updates `postcss-html` from 1.6.0 to 1.7.0
- [Release notes](https://github.com/ota-meshi/postcss-html/releases)
- [Commits](ota-meshi/postcss-html@v1.6.0...v1.7.0)

Updates `prettier` from 3.2.5 to 3.3.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.2.5...3.3.3)

Updates `prettier-plugin-astro` from 0.13.0 to 0.14.1
- [Release notes](https://github.com/withastro/prettier-plugin-astro/releases)
- [Changelog](https://github.com/withastro/prettier-plugin-astro/blob/main/CHANGELOG.md)
- [Commits](withastro/prettier-plugin-astro@v0.13.0...v0.14.1)

Updates `stylelint` from 16.3.1 to 16.9.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@16.3.1...16.9.0)

Updates `stylelint-config-standard` from 36.0.0 to 36.0.1
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint-config-standard@36.0.0...36.0.1)

Updates `tailwind-merge` from 2.2.2 to 2.5.2
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](dcastil/tailwind-merge@v2.2.2...v2.5.2)

Updates `tailwindcss` from 3.4.3 to 3.4.13
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.13/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.3...v3.4.13)

Updates `typescript` from 5.4.3 to 5.6.2
- [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.6.2)

---
updated-dependencies:
- dependency-name: "@astrojs/rss"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: "@astrojs/sitemap"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: "@astrolib/seo"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: "@fontsource-variable/inter"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: astro-icon
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: "@astrojs/check"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: "@astrojs/mdx"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-dependencies
- dependency-name: "@astrojs/partytown"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: "@astrojs/tailwind"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: "@iconify-json/flat-color-icons"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: "@iconify-json/tabler"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: "@tailwindcss/typography"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-dependencies
- dependency-name: eslint-plugin-astro
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-dependencies
- dependency-name: eslint-plugin-jsx-a11y
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: postcss-html
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: prettier-plugin-astro
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: stylelint-config-standard
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: tailwind-merge
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 29, 2024
Copy link

vercel bot commented Sep 29, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
vipyrsec-site ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 29, 2024 5:31pm

@import-pandas-as-numpy import-pandas-as-numpy merged commit af5ba42 into main Sep 29, 2024
7 checks passed
@import-pandas-as-numpy import-pandas-as-numpy deleted the dependabot/npm_and_yarn/js-dependencies-6e569c028e branch September 29, 2024 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant