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 with 25 updates #47

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2024

Bumps the js-dependencies group with 25 updates:

Package From To
@astrojs/rss 3.0.0 4.0.1
@astrojs/sitemap 3.0.3 3.0.4
@astrolib/analytics 0.4.2 0.5.0
@astrolib/seo 1.0.0-beta.4 1.0.0-beta.5
@fontsource-variable/inter 5.0.15 5.0.16
astro 3.4.4 4.0.8
astro-icon 1.0.0-next.2 1.0.1
unpic 3.13.0 3.16.0
@astrojs/check 0.3.1 0.3.4
@astrojs/mdx 1.1.3 2.0.3
@astrojs/partytown 2.0.2 2.0.3
@astrojs/tailwind 5.0.2 5.1.0
@iconify-json/flat-color-icons 1.1.7 1.1.10
@iconify-json/tabler 1.1.96 1.1.102
@typescript-eslint/eslint-plugin 6.10.0 6.16.0
@typescript-eslint/parser 6.10.0 6.16.0
astro-compress 2.2.3 2.2.5
eslint 8.53.0 8.56.0
eslint-plugin-astro 0.29.1 0.31.0
prettier 3.0.3 3.1.1
prettier-plugin-astro 0.12.1 0.12.3
stylelint 15.11.0 16.1.0
stylelint-config-standard 34.0.0 36.0.0
tailwind-merge 2.0.0 2.2.0
tailwindcss 3.3.5 3.4.0

Updates @astrojs/rss from 3.0.0 to 4.0.1

Release notes

Sourced from @​astrojs/rss's releases.

@​astrojs/rss@​4.0.1

Patch Changes

  • #9299 edfae50e6 Thanks @​cdvillard! - Improves the @astrojs/rss error message thrown when the object passed to the items property is missing any of the three required keys or if one of those keys is mistyped.

@​astrojs/rss@​4.0.0

Major Changes

  • #9168 153a5abb9 Thanks @​bluwy! - Removes the deprecated (in v3.0) drafts option as the feature is deprecated in Astro 3.0

@​astrojs/rss@​4.0.0-beta.0

Major Changes

Changelog

Sourced from @​astrojs/rss's changelog.

4.0.1

Patch Changes

  • #9299 edfae50e6 Thanks @​cdvillard! - Improves the @astrojs/rss error message thrown when the object passed to the items property is missing any of the three required keys or if one of those keys is mistyped.

4.0.0

Major Changes

  • #9168 153a5abb9 Thanks @​bluwy! - Removes the deprecated (in v3.0) drafts option as the feature is deprecated in Astro 3.0

4.0.0-beta.0

Major Changes

Commits

Updates @astrojs/sitemap from 3.0.3 to 3.0.4

Release notes

Sourced from @​astrojs/sitemap's releases.

@​astrojs/sitemap@​3.0.4

Patch Changes

Changelog

Sourced from @​astrojs/sitemap's changelog.

3.0.4

Patch Changes

Commits

Updates @astrolib/analytics from 0.4.2 to 0.5.0

Commits

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

Commits

Updates @fontsource-variable/inter from 5.0.15 to 5.0.16

Commits

Updates astro from 3.4.4 to 4.0.8

Release notes

Sourced from astro's releases.

[email protected]

Patch Changes

[email protected]

Patch Changes

... (truncated)

Changelog

Sourced from astro's changelog.

4.0.8

Patch Changes

4.0.7

Patch Changes

... (truncated)

Commits

Updates astro-icon from 1.0.0-next.2 to 1.0.1

Release notes

Sourced from astro-icon's releases.

[email protected]

Patch Changes

[email protected]

Major Changes

Patch Changes

[email protected]

Patch Changes

Changelog

Sourced from astro-icon's changelog.

1.0.1

Patch Changes

1.0.0

Major Changes

Patch Changes

1.0.0-next.4

Patch Changes

1.0.0-next.3

Patch Changes

Commits

Updates unpic from 3.13.0 to 3.16.0

Release notes

Sourced from unpic's releases.

v3.16.0

3.16.0 (2023-12-09)

Features

v3.15.0

3.15.0 (2023-12-05)

Features

Bug Fixes

  • contentful: limit dimensions to 4000px (#101) (8d84f4d)

v3.14.1

3.14.1 (2023-11-16)

Bug Fixes

  • cloudflare: use optional regex for transformation group #60 (2800f41)

v3.14.0

3.14.0 (2023-11-15)

Features

Bug Fixes

Changelog

Sourced from unpic's changelog.

3.16.0 (2023-12-09)

Features

3.15.0 (2023-12-05)

Features

Bug Fixes

  • contentful: limit dimensions to 4000px (#101) (8d84f4d)

3.14.1 (2023-11-16)

Bug Fixes

  • cloudflare: use optional regex for transformation group #60 (2800f41)

3.14.0 (2023-11-15)

Features

Bug Fixes

Commits

Updates @astrojs/check from 0.3.1 to 0.3.4

Release notes

Sourced from @​astrojs/check's releases.

@​astrojs/check@​0.3.4

Patch Changes

  • b16fcbb: Temporarily disable checking .jsx and .tsx files using astro check until withastro/language-tools#727 is fixed
  • Updated dependencies [b16fcbb]
    • @​astrojs/language-server@​2.5.5

@​astrojs/check@​0.3.3

Patch Changes

  • 45d49f5: Fix errors spilling out of inline event attributes in certain cases
  • 7c9c981: Fix errors inside .ts files not being properly reported in certain cases
  • Updated dependencies [45d49f5]
  • Updated dependencies [7c9c981]
    • @​astrojs/language-server@​2.5.4

@​astrojs/check@​0.3.2

Patch Changes

  • 621320a: Fix language server crashing when encountering malformed files in certain cases
  • dc98b0b: Fixes an issue where type checking errors were shown on define:vars scripts when "type=module" attribute was also present.
  • Updated dependencies [621320a]
  • Updated dependencies [dc98b0b]
  • Updated dependencies [015a667]
  • Updated dependencies [598689a]
    • @​astrojs/language-server@​2.5.3
Changelog

Sourced from @​astrojs/check's changelog.

0.3.4

Patch Changes

  • b16fcbb: Temporarily disable checking .jsx and .tsx files using astro check until withastro/language-tools#727 is fixed
  • Updated dependencies [b16fcbb]
    • @​astrojs/language-server@​2.5.5

0.3.3

Patch Changes

  • 45d49f5: Fix errors spilling out of inline event attributes in certain cases
  • 7c9c981: Fix errors inside .ts files not being properly reported in certain cases
  • Updated dependencies [45d49f5]
  • Updated dependencies [7c9c981]
    • @​astrojs/language-server@​2.5.4

0.3.2

Patch Changes

  • 621320a: Fix language server crashing when encountering malformed files in certain cases
  • dc98b0b: Fixes an issue where type checking errors were shown on define:vars scripts when "type=module" attribute was also present.
  • Updated dependencies [621320a]
  • Updated dependencies [dc98b0b]
  • Updated dependencies [015a667]
  • Updated dependencies [598689a]
    • @​astrojs/language-server@​2.5.3
Commits

Updates @astrojs/mdx from 1.1.3 to 2.0.3

Release notes

Sourced from @​astrojs/mdx's releases.

@​astrojs/mdx@​2.0.3

Patch Changes

@​astrojs/mdx@​2.0.2

Patch Changes

@​astrojs/mdx@​2.0.1

Patch Changes

@​astrojs/mdx@​2.0.0

Major Changes

  • #9138 abf601233 Thanks @​bluwy! - Updates the unified, remark, and rehype dependencies to latest. Make sure to update your custom remark and rehype plugins as well to be compatible with the latest versions.

    Potentially breaking change: The default value of markdown.remarkRehype.footnoteBackLabel is changed from "Back to content" to "Back to reference 1". See the mdast-util-to-hast commit for more information.

Patch Changes

@​astrojs/mdx@​2.0.0-beta.0

Major Changes

  • #9138 abf601233 Thanks @​bluwy! - Updates the unified, remark, and rehype dependencies to latest. Make sure to update your custom remark and rehype plugins as well to be compatible with the latest versions.

    Potentially breaking change: The default value of markdown.remarkRehype.footnoteBackLabel is changed from "Back to content" to "Back to reference 1". See the mdast-util-to-hast commit for more information.

Patch Changes

@​astrojs/mdx@​1.1.5

Patch Changes

  • Updated dependencies [4537ecf0d]:
    • @​astrojs/markdown-remark@​3.5.0
Changelog

Sourced from @​astrojs/mdx's changelog.

2.0.3

Patch Changes

2.0.2

Patch Changes

2.0.1

Patch Changes

Bumps the js-dependencies group with 25 updates:

| Package | From | To |
| --- | --- | --- |
| [@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss) | `3.0.0` | `4.0.1` |
| [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) | `3.0.3` | `3.0.4` |
| [@astrolib/analytics](https://github.com/onwidget/astrolib/tree/HEAD/packages/analytics) | `0.4.2` | `0.5.0` |
| [@astrolib/seo](https://github.com/onwidget/astrolib/tree/HEAD/packages/seo) | `1.0.0-beta.4` | `1.0.0-beta.5` |
| [@fontsource-variable/inter](https://github.com/fontsource/font-files/tree/HEAD/fonts/variable/inter) | `5.0.15` | `5.0.16` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `3.4.4` | `4.0.8` |
| [astro-icon](https://github.com/natemoo-re/astro-icon/tree/HEAD/packages/core) | `1.0.0-next.2` | `1.0.1` |
| [unpic](https://github.com/ascorbic/unpic) | `3.13.0` | `3.16.0` |
| [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) | `0.3.1` | `0.3.4` |
| [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) | `1.1.3` | `2.0.3` |
| [@astrojs/partytown](https://github.com/withastro/astro/tree/HEAD/packages/integrations/partytown) | `2.0.2` | `2.0.3` |
| [@astrojs/tailwind](https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind) | `5.0.2` | `5.1.0` |
| [@iconify-json/flat-color-icons](https://github.com/iconify/icon-sets) | `1.1.7` | `1.1.10` |
| [@iconify-json/tabler](https://github.com/iconify/icon-sets) | `1.1.96` | `1.1.102` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.10.0` | `6.16.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.10.0` | `6.16.0` |
| [astro-compress](https://github.com/astro-community/AstroCompress) | `2.2.3` | `2.2.5` |
| [eslint](https://github.com/eslint/eslint) | `8.53.0` | `8.56.0` |
| [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro) | `0.29.1` | `0.31.0` |
| [prettier](https://github.com/prettier/prettier) | `3.0.3` | `3.1.1` |
| [prettier-plugin-astro](https://github.com/withastro/prettier-plugin-astro) | `0.12.1` | `0.12.3` |
| [stylelint](https://github.com/stylelint/stylelint) | `15.11.0` | `16.1.0` |
| [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) | `34.0.0` | `36.0.0` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `2.0.0` | `2.2.0` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.3.5` | `3.4.0` |


Updates `@astrojs/rss` from 3.0.0 to 4.0.1
- [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.0.3 to 3.0.4
- [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/analytics` from 0.4.2 to 0.5.0
- [Commits](https://github.com/onwidget/astrolib/commits/HEAD/packages/analytics)

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

Updates `@fontsource-variable/inter` from 5.0.15 to 5.0.16
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/variable/inter/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/variable/inter)

Updates `astro` from 3.4.4 to 4.0.8
- [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.0.0-next.2 to 1.0.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 `unpic` from 3.13.0 to 3.16.0
- [Release notes](https://github.com/ascorbic/unpic/releases)
- [Changelog](https://github.com/ascorbic/unpic/blob/main/CHANGELOG.md)
- [Commits](ascorbic/unpic@v3.13.0...v3.16.0)

Updates `@astrojs/check` from 0.3.1 to 0.3.4
- [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 1.1.3 to 2.0.3
- [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.2 to 2.0.3
- [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.0.2 to 5.1.0
- [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.7 to 1.1.10
- [Commits](iconify/icon-sets@1.1.7...1.1.10)

Updates `@iconify-json/tabler` from 1.1.96 to 1.1.102
- [Commits](iconify/icon-sets@1.1.96...1.1.102)

Updates `@typescript-eslint/eslint-plugin` from 6.10.0 to 6.16.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/v6.16.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.10.0 to 6.16.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/v6.16.0/packages/parser)

Updates `astro-compress` from 2.2.3 to 2.2.5
- [Release notes](https://github.com/astro-community/AstroCompress/releases)
- [Changelog](https://github.com/astro-community/AstroCompress/blob/main/CHANGELOG.md)
- [Commits](PlayForm/Compress@v2.2.3...v2.2.5)

Updates `eslint` from 8.53.0 to 8.56.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.53.0...v8.56.0)

Updates `eslint-plugin-astro` from 0.29.1 to 0.31.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.29.1...v0.31.0)

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

Updates `prettier-plugin-astro` from 0.12.1 to 0.12.3
- [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.12.1...v0.12.3)

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

Updates `stylelint-config-standard` from 34.0.0 to 36.0.0
- [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@34.0.0...36.0.0)

Updates `tailwind-merge` from 2.0.0 to 2.2.0
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](dcastil/tailwind-merge@v2.0.0...v2.2.0)

Updates `tailwindcss` from 3.3.5 to 3.4.0
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.3.5...v3.4.0)

---
updated-dependencies:
- dependency-name: "@astrojs/rss"
  dependency-type: direct:production
  update-type: version-update:semver-major
  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/analytics"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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-patch
  dependency-group: js-dependencies
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: js-dependencies
- dependency-name: astro-icon
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: unpic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: "@astrojs/check"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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-patch
  dependency-group: js-dependencies
- dependency-name: "@astrojs/tailwind"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: "@iconify-json/flat-color-icons"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: "@iconify-json/tabler"
  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-minor
  dependency-group: js-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: astro-compress
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: js-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js-dependencies
- dependency-name: eslint-plugin-astro
  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-patch
  dependency-group: js-dependencies
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-dependencies
- dependency-name: stylelint-config-standard
  dependency-type: direct:development
  update-type: version-update:semver-major
  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-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 Jan 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 1, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/js-dependencies-de6ce21c6b branch February 1, 2024 06:32
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.

0 participants