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

fix(deps): update all non-major dependencies #457

Merged
merged 6 commits into from
Jan 7, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@astrojs/internal-helpers (source) ^0.4.1 -> ^0.4.2 age adoption passing confidence
@astrojs/internal-helpers (source) 0.4.1 -> 0.4.2 age adoption passing confidence
@astrojs/solid-js (source) ^5.0.0 -> ^5.0.1 age adoption passing confidence
@astrojs/svelte (source) ^7.0.1 -> ^7.0.3 age adoption passing confidence
@astrojs/underscore-redirects (source) ^0.4.0-alpha.0 -> ^0.5.0 age adoption passing confidence
@astrojs/vue (source) ^5.0.1 -> ^5.0.4 age adoption passing confidence
@changesets/cli (source) ^2.27.10 -> ^2.27.11 age adoption passing confidence
@cloudflare/workers-types ^4.20241112.0 -> ^4.20241230.0 age adoption passing confidence
@inox-tools/astro-when ^1.0.1 -> ^1.0.2 age adoption passing confidence
@types/node (source) ^22.10.0 -> ^22.10.5 age adoption passing confidence
@vercel/edge (source) ^1.1.2 -> ^1.2.0 age adoption passing confidence
@vercel/nft ^0.27.6 -> ^0.29.0 age adoption passing confidence
astro (source) ^5.0.0 -> ^5.1.2 age adoption passing confidence
astro (source) ^5.0.5 -> ^5.1.2 age adoption passing confidence
eslint (source) ^9.15.0 -> ^9.17.0 age adoption passing confidence
express (source) ^4.21.1 -> ^4.21.2 age adoption passing confidence
magic-string ^0.30.14 -> ^0.30.17 age adoption passing confidence
miniflare (source) ^3.20241106.1 -> ^3.20241218.0 age adoption passing confidence
node-mocks-http ^1.16.1 -> ^1.16.2 age adoption passing confidence
prettier (source) ^3.4.1 -> ^3.4.2 age adoption passing confidence
rollup (source) ^4.27.4 -> ^4.29.1 age adoption passing confidence
svelte (source) ^5.6.0 -> ^5.16.1 age adoption passing confidence
typescript-eslint (source) ^8.16.0 -> ^8.19.0 age adoption passing confidence
vite (source) ^6.0.2 -> ^6.0.7 age adoption passing confidence
wrangler (source) ^3.84.0 -> ^3.99.0 age adoption passing confidence
wrangler (source) ^3.91.0 -> ^3.99.0 age adoption passing confidence

Release Notes

withastro/astro (@​astrojs/internal-helpers)

v0.4.2

Compare Source

Patch Changes
  • #​12559 1dc8f5e Thanks @​delucis! - Fixes usage of fileURLToPath() to anticipate the changed signature of this method in Node 22.1.0
withastro/astro (@​astrojs/solid-js)

v5.0.1

Compare Source

Patch Changes
withastro/astro (@​astrojs/svelte)

v7.0.3

Compare Source

Patch Changes

v7.0.2

Compare Source

Patch Changes
withastro/astro (@​astrojs/underscore-redirects)

v0.5.0

Compare Source

Minor Changes

v0.4.0

Compare Source

Minor Changes
withastro/astro (@​astrojs/vue)

v5.0.4

Compare Source

Patch Changes

v5.0.3

Compare Source

Patch Changes

v5.0.2

Compare Source

Patch Changes
changesets/changesets (@​changesets/cli)

v2.27.11

Compare Source

Patch Changes
cloudflare/workerd (@​cloudflare/workers-types)

v4.20241230.0

Compare Source

v4.20241224.0

Compare Source

v4.20241218.0

Compare Source

v4.20241216.0

Compare Source

v4.20241214.0

Compare Source

v4.20241205.0

Compare Source

v4.20241202.0

Compare Source

Fryuni/inox-tools (@​inox-tools/astro-when)

v1.0.2

Compare Source

Patch Changes
  • 0dcdeaa: Bump Astro Integration Kit
vercel/vercel (@​vercel/edge)

v1.2.0

Compare Source

Minor Changes

v1.1.4

Compare Source

Patch Changes
  • [vercel/edge] add geolocation.postalCode (#​12755)

v1.1.3

Compare Source

Patch Changes
  • update "rollup" to resolve vulnerability report (#​12686)
vercel/nft (@​vercel/nft)

v0.29.0

Compare Source

Features

v0.28.0

Compare Source

Features

v0.27.10

Compare Source

Bug Fixes

v0.27.9

Compare Source

Bug Fixes

v0.27.8

Compare Source

Bug Fixes

v0.27.7

Compare Source

Bug Fixes
withastro/astro (astro)

v5.1.2

Compare Source

Patch Changes
  • #​12798 7b0cb85 Thanks @​ascorbic! - Improves warning logs for invalid content collection configuration

  • #​12781 96c4b92 Thanks @​ascorbic! - Fixes a regression that caused default() to not work with reference()

  • #​12820 892dd9f Thanks @​ascorbic! - Fixes a bug that caused cookies to not be deleted when destroying a session

  • #​12864 440d8a5 Thanks @​kaytwo! - Fixes a bug where the session ID wasn't correctly regenerated

  • #​12768 524c855 Thanks @​ematipico! - Fixes an issue where Astro didn't print error logs when Astro Islands were used in incorrect cases.

  • #​12814 f12f111 Thanks @​ematipico! - Fixes an issue where Astro didn't log anything in case a file isn't created during the build.

  • #​12875 e109002 Thanks @​ascorbic! - Fixes a bug in emulated legacy collections where the entry passed to the getCollection filter function did not include the legacy entry fields.

  • #​12768 524c855 Thanks @​ematipico! - Fixes an issue where Astro was printing the incorrect output format when running the astro build command

  • #​12810 70a9f0b Thanks @​louisescher! - Fixes server islands failing to check content-type header under certain circumstances

    Sometimes a reverse proxy or similar service might modify the content-type header to include the charset or other parameters in the media type of the response. This previously wasn't handled by the client-side server island script and thus removed the script without actually placing the requested content in the DOM. This fix makes it so the script checks if the header starts with the proper content type instead of exactly matching text/html, so the following will still be considered a valid header: text/html; charset=utf-8

  • #​12816 7fb2184 Thanks @​ematipico! - Fixes an issue where an injected route entrypoint wasn't correctly marked because the resolved file path contained a query parameter.

    This fixes some edge case where some injected entrypoint were not resolved when using an adapter.

v5.1.1

Compare Source

Patch Changes

v5.1.0

Compare Source

Minor Changes
  • #​12441 b4fec3c Thanks @​ascorbic! - Adds experimental session support

    Sessions are used to store user state between requests for server-rendered pages, such as login status, shopping cart contents, or other user-specific data.

v5.0.9

Compare Source

Patch Changes

v5.0.8

Compare Source

Patch Changes

v5.0.7

Compare Source

Patch Changes

v5.0.6

Compare Source

Patch Changes

v5.0.5

Compare Source

Patch Changes

v5.0.4

Compare Source

Patch Changes

v5.0.3

Compare Source

Patch Changes
  • #​12645 8704c54 Thanks @​sarah11918! - Updates some reference links in error messages for new v5 docs.

  • #​12641 48ca399 Thanks @​ascorbic! - Fixes a bug where astro info --copy wasn't working correctly on macOS systems.

  • #​12461 62939ad Thanks @​kyr0! - Removes the misleading log message telling that a custom renderer is not recognized while it clearly is and works.

  • #​12642 ff18b9c Thanks @​ematipico! - Provides more information when logging a warning for accessing Astro.request.headers in prerendered pages

  • #​12634 03958d9 Thanks @​delucis! - Improves error message formatting for user config and content collection frontmatter

  • #​12547 6b6e18d Thanks @​mtwilliams-code! - Fixes a bug where URL search parameters weren't passed when using the i18n fallback feature.

  • #​12449 e6b8017 Thanks @​apatel369! - Fixes an issue where the custom assetFileNames configuration caused assets to be incorrectly moved to the server directory instead of the client directory, resulting in 404 errors when accessed from the client side.

  • #​12518 e216250 Thanks @​ematipico! - Fixes an issue where SSR error pages would return duplicated custom headers.

  • #​12625 74bfad0 Thanks @​ematipico! - Fixes an issue where the experimental.svg had incorrect type, resulting in some errors in the editors.

  • #​12631 dec0305 Thanks @​ascorbic! - Fixes a bug where the class attribute was rendered twice on the image component

  • #​12623 0e4fecb Thanks @​ascorbic! - Correctly handles images in content collections with uppercase file extensions

  • #​12633 8a551c1 Thanks @​bluwy! - Cleans up content layer sync during builds and programmatic sync() calls

  • #​12640 22e405a Thanks @​ascorbic! - Fixes a bug that caused content collections to be returned empty when run in a test environment

  • #​12613 306c9f9 Thanks @​matthewp! - Fix use of cloned requests in middleware with clientAddress

    When using context.clientAddress or Astro.clientAddress Astro looks up the address in a hidden property. Cloning a request can cause this hidden property to be lost.

    The fix is to pass the address as an internal property instead, decoupling it from the request.

v5.0.2

Compare Source

Patch Changes

v5.0.1

Compare Source

Patch Changes
eslint/eslint (eslint)

v9.17.0

Compare Source

v9.16.0

Compare Source

Features

  • 8f70eb1 feat: Add ignoreComputedKeys option in sort-keys rule (#​19162) (Milos Djermanovic)

Documentation


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Dec 2, 2024
Copy link

changeset-bot bot commented Dec 2, 2024

⚠️ No Changeset found

Latest commit: 4d13eae

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions bot added pkg: cloudflare pkg: netlify pkg: node Related to Node adapter (scope) pkg: vercel Related to Vercel adapter (scope) labels Dec 2, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 23 times, most recently from 489cd69 to 7e068a9 Compare December 8, 2024 16:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7e068a9 to 916f5da Compare December 9, 2024 15:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 72802ea to 5dd755a Compare December 26, 2024 05:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from c25fcaa to 64f024a Compare January 2, 2025 22:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 64f024a to 14189b3 Compare January 3, 2025 11:36
@bluwy
Copy link
Member

bluwy commented Jan 3, 2025

There's a regression in Astro causing the test to fail. Test was from: withastro/astro#11491

Copy link
Contributor Author

renovate bot commented Jan 3, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@bluwy bluwy merged commit d7e7d5e into main Jan 7, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies pkg: cloudflare pkg: netlify pkg: node Related to Node adapter (scope) pkg: vercel Related to Vercel adapter (scope)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant