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

build(deps): bump the astro group with 6 updates #124

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the astro group with 6 updates:

Package From To
@astrojs/solid-js 4.4.1 4.4.4
@astrojs/tailwind 5.1.0 5.1.2
@astrojs/vercel 7.8.0 7.8.2
astro 4.15.1 4.16.16
@astrojs/ts-plugin 1.10.1 1.10.4
eslint-plugin-astro 1.2.3 1.3.1

Updates @astrojs/solid-js from 4.4.1 to 4.4.4

Release notes

Sourced from @​astrojs/solid-js's releases.

@​astrojs/solid-js@​4.4.4

Patch Changes

  • #12481 8a46e80 Thanks @​marbrex! - Resolve vite peer dependency problem for strict package managers like Yarn in PnP mode.

@​astrojs/solid-js@​4.4.4-beta.0

Patch Changes

  • #12481 8a46e80 Thanks @​marbrex! - Resolve vite peer dependency problem for strict package managers like Yarn in PnP mode.

@​astrojs/solid-js@​4.4.3

Patch Changes

@​astrojs/solid-js@​4.4.2

Patch Changes

Changelog

Sourced from @​astrojs/solid-js's changelog.

4.4.4

Patch Changes

  • #12481 8a46e80 Thanks @​marbrex! - Resolve vite peer dependency problem for strict package managers like Yarn in PnP mode.

4.4.3

Patch Changes

4.4.2

Patch Changes

Commits

Updates @astrojs/tailwind from 5.1.0 to 5.1.2

Release notes

Sourced from @​astrojs/tailwind's releases.

@​astrojs/tailwind@​5.1.2

Patch Changes

  • #12161 8e500f2 Thanks @​delucis! - Adds keywords to package.json to improve categorization in the Astro integrations catalog

@​astrojs/tailwind@​5.1.1

Patch Changes

Changelog

Sourced from @​astrojs/tailwind's changelog.

5.1.2

Patch Changes

  • #12161 8e500f2 Thanks @​delucis! - Adds keywords to package.json to improve categorization in the Astro integrations catalog

6.0.0-alpha.0

Patch Changes

5.1.1

Patch Changes

Commits

Updates @astrojs/vercel from 7.8.0 to 7.8.2

Release notes

Sourced from @​astrojs/vercel's releases.

@​astrojs/vercel@​7.8.2

Patch Changes

@​astrojs/vercel@​7.8.1

Patch Changes

Changelog

Sourced from @​astrojs/vercel's changelog.

7.8.2

Patch Changes

7.8.1

Patch Changes

8.0.0-alpha.1

Major Changes

  • #11679 ea71b90 Thanks @​florian-lefebvre! - Adds stable support for astro:env

  • #11770 cfa6a47 Thanks @​Princesseuh! - Removed support for the Squoosh image service. As the underlying library libsquoosh is no longer maintained, and the image service sees very little usage we have decided to remove it from Astro.

    Our recommendation is to use the base Sharp image service, which is more powerful, faster, and more actively maintained.

    - import { squooshImageService } from "astro/config";
    import { defineConfig } from "astro/config";
    export default defineConfig({
    
    image: {
    service: squooshImageService()
    }
    });

If you are using this service, and cannot migrate to the base Sharp image service, a third-party extraction of the previous service is available here: https://github.com/Princesseuh/astro-image-service-squoosh

Patch Changes

  • #11783 fc81b01 Thanks @​matthewp! - Prevent race condition with Node 18

    Using Node 18 there can be a race condition where polyfill for the crypto global is not applied in time. This change ensures the polyfills run first.

8.0.0-alpha.0

Major Changes

  • #11714 8a53517 Thanks @​matthewp! - Remove support for functionPerRoute

    This change removes support for the functionPerRoute option both in Astro and @astrojs/vercel.

    This option made it so that each route got built as separate entrypoints so that they could be loaded as separate functions. The hope was that by doing this it would decrease the size of each function. However in practice routes use most of the same code, and increases in function size limitations made the potential upsides less important.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by matthewp, a new releaser for @​astrojs/vercel since your current version.


Updates astro from 4.15.1 to 4.16.16

Release notes

Sourced from astro's releases.

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

  • #12436 453ec6b Thanks @​martrapp! - Fixes a potential null access in the clientside router

  • #12392 0462219 Thanks @​apatel369! - Fixes an issue where scripts were not correctly injected during the build. The issue was triggered when there were injected routes with the same entrypoint and different pattern

[email protected]

Patch Changes

  • #12420 acac0af Thanks @​ematipico! - Fixes an issue where the dev server returns a 404 status code when a user middleware returns a valid Response.

[email protected]

Patch Changes

  • #12305 f5f7109 Thanks @​florian-lefebvre! - Fixes a case where the error overlay would not escape the message

  • #12402 823e73b Thanks @​ematipico! - Fixes a case where Astro allowed to call an action without using Astro.callAction. This is now invalid, and Astro will show a proper error.

    ---
    import { actions } from "astro:actions";

... (truncated)

Changelog

Sourced from astro's changelog.

4.16.16

Patch Changes

4.16.15

Patch Changes

4.16.14

Patch Changes

4.16.13

Patch Changes

  • #12436 453ec6b Thanks @​martrapp! - Fixes a potential null access in the clientside router

  • #12392 0462219 Thanks @​apatel369! - Fixes an issue where scripts were not correctly injected during the build. The issue was triggered when there were injected routes with the same entrypoint and different pattern

4.16.12

Patch Changes

  • #12420 acac0af Thanks @​ematipico! - Fixes an issue where the dev server returns a 404 status code when a user middleware returns a valid Response.

4.16.11

Patch Changes

... (truncated)

Commits

Updates @astrojs/ts-plugin from 1.10.1 to 1.10.4

Release notes

Sourced from @​astrojs/ts-plugin's releases.

@​astrojs/ts-plugin@​1.10.4

Patch Changes

  • 128cf11: Improves performance when using TS 5.6. Performance is still degraded compared to 5.5, but should at least be usable.
  • Updated dependencies [128cf11]
    • @​astrojs/yaml2ts@​0.2.2

@​astrojs/ts-plugin@​1.10.3

Patch Changes

  • 8673fa5: Fixes certain cases where content schemas would not be reloaded properly when they were updated

@​astrojs/ts-plugin@​1.10.2

Patch Changes

  • af5bbc5: Fixes content intellisense not working inside Markdoc files using the markdoc language identifier
Changelog

Sourced from @​astrojs/ts-plugin's changelog.

1.10.4

Patch Changes

  • 128cf11: Improves performance when using TS 5.6. Performance is still degraded compared to 5.5, but should at least be usable.
  • Updated dependencies [128cf11]
    • @​astrojs/yaml2ts@​0.2.2

1.10.3

Patch Changes

  • 8673fa5: Fixes certain cases where content schemas would not be reloaded properly when they were updated

1.10.2

Patch Changes

  • af5bbc5: Fixes content intellisense not working inside Markdoc files using the markdoc language identifier
Commits

Updates eslint-plugin-astro from 1.2.3 to 1.3.1

Release notes

Sourced from eslint-plugin-astro's releases.

v1.3.1

Patch Changes

v1.3.0

Minor Changes

v1.2.4

Patch Changes

Changelog

Sourced from eslint-plugin-astro's changelog.

1.3.1

Patch Changes

1.3.0

Minor Changes

1.2.4

Patch Changes

Commits
  • 37a77ef chore: release eslint-plugin-astro (#446)
  • 1133962 fix: preserve whitespace between attributes in sort-attributes rule (#445)
  • 6ffa048 fix(deps): update dependency eslint-compat-utils to ^0.6.0 (#443)
  • db90a41 chore: add doc-renderer for generating & updating detailed rule docs (#442)
  • ae7c6a4 chore(deps): update dependency postcss-nested to v7 (#441)
  • 6579f49 chore(deps): update dependency @​types/node to v22 (#440)
  • b525f44 fix(deps): update dependency postcss-selector-parser to v7 (#435)
  • 5db7673 chore(deps): update coverallsapp/github-action action to v2.3.4 (#436)
  • 8d9e0a2 chore: move 'utils/rules.ts' to 'rules/index.ts' (#439)
  • fd8bc14 chore: remove redundant assignments & use "createRequire" (#437)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the astro group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@astrojs/solid-js](https://github.com/withastro/astro/tree/HEAD/packages/integrations/solid) | `4.4.1` | `4.4.4` |
| [@astrojs/tailwind](https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind) | `5.1.0` | `5.1.2` |
| [@astrojs/vercel](https://github.com/withastro/adapters/tree/HEAD/packages/vercel) | `7.8.0` | `7.8.2` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `4.15.1` | `4.16.16` |
| [@astrojs/ts-plugin](https://github.com/withastro/language-tools/tree/HEAD/packages/ts-plugin) | `1.10.1` | `1.10.4` |
| [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro) | `1.2.3` | `1.3.1` |


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

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

Updates `@astrojs/vercel` from 7.8.0 to 7.8.2
- [Release notes](https://github.com/withastro/adapters/releases)
- [Changelog](https://github.com/withastro/adapters/blob/main/packages/vercel/CHANGELOG.md)
- [Commits](https://github.com/withastro/adapters/commits/@astrojs/[email protected]/packages/vercel)

Updates `astro` from 4.15.1 to 4.16.16
- [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 `@astrojs/ts-plugin` from 1.10.1 to 1.10.4
- [Release notes](https://github.com/withastro/language-tools/releases)
- [Changelog](https://github.com/withastro/language-tools/blob/main/packages/ts-plugin/CHANGELOG.md)
- [Commits](https://github.com/withastro/language-tools/commits/@astrojs/[email protected]/packages/ts-plugin)

Updates `eslint-plugin-astro` from 1.2.3 to 1.3.1
- [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.2.3...v1.3.1)

---
updated-dependencies:
- dependency-name: "@astrojs/solid-js"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: astro
- dependency-name: "@astrojs/tailwind"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: astro
- dependency-name: "@astrojs/vercel"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: astro
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: astro
- dependency-name: "@astrojs/ts-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: astro
- dependency-name: eslint-plugin-astro
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: astro
...

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 Dec 1, 2024
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