Skip to content

chore(deps): update all non-major dependencies - #76

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/all-minor-patch
Jan 28, 2025
Merged

chore(deps): update all non-major dependencies#76
renovate[bot] merged 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jan 10, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@anatine/zod-mock (source) ^3.13.4 -> ^3.13.5 age adoption passing confidence dependencies patch
@arethetypeswrong/cli (source) ^0.17.2 -> ^0.17.3 age adoption passing confidence devDependencies patch
@astro-community/astro-embed-bluesky (source) ^0.1.2 -> ^0.1.3 age adoption passing confidence dependencies patch
@astrojs/netlify (source) ^6.0.1 -> ^6.1.0 age adoption passing confidence dependencies minor
@atproto/api (source) ^0.13.22 -> ^0.13.31 age adoption passing confidence dependencies patch
@changesets/cli (source) ^2.27.11 -> ^2.27.12 age adoption passing confidence devDependencies patch
@faker-js/faker (source) ^9.3.0 -> ^9.4.0 age adoption passing confidence dependencies minor
@types/node (source) ^22.10.2 -> ^22.12.0 age adoption passing confidence devDependencies minor
astro (source) 5.1.1 -> 5.1.10 age adoption passing confidence devDependencies patch
astro (source) 5.1.1 -> 5.1.10 age adoption passing confidence dependencies patch
node (source) 22.12.0 -> 22.13.1 age adoption passing confidence minor
papaparse (source) ^5.4.1 -> ^5.5.2 age adoption passing confidence dependencies minor
pnpm (source) 9.15.1 -> 9.15.4 age adoption passing confidence packageManager patch
publint (source) ^0.2.12 -> ^0.3.2 age adoption passing confidence devDependencies minor
ts-pattern ^5.6.0 -> ^5.6.2 age adoption passing confidence dependencies patch
tsup (source) ^8.3.5 -> ^8.3.6 age adoption passing confidence devDependencies patch
typescript (source) ^5.7.2 -> ^5.7.3 age adoption passing confidence devDependencies patch
typescript (source) ^5.7.2 -> ^5.7.3 age adoption passing confidence dependencies patch
vite (source) ^6.0.5 -> ^6.0.11 age adoption passing confidence devDependencies patch
vitest (source) ^3.0.3 -> ^3.0.4 age adoption passing confidence devDependencies patch

Release Notes

anatine/zod-plugins (@​anatine/zod-mock)

v3.13.5

Compare Source

arethetypeswrong/arethetypeswrong.github.io (@​arethetypeswrong/cli)

v0.17.3

Patch Changes
delucis/astro-embed (@​astro-community/astro-embed-bluesky)

v0.1.3

Compare Source

Patch Changes
withastro/adapters (@​astrojs/netlify)

v6.1.0

Compare Source

Minor Changes
Patch Changes
bluesky-social/atproto (@​atproto/api)

v0.13.31

Compare Source

Patch Changes

v0.13.30

Compare Source

Patch Changes

v0.13.29

Compare Source

Patch Changes

v0.13.28

Compare Source

Patch Changes

v0.13.27

Compare Source

Patch Changes

v0.13.26

Compare Source

Patch Changes

v0.13.25

Compare Source

Patch Changes

v0.13.24

Compare Source

Patch Changes

v0.13.23

Compare Source

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

v2.27.12

Compare Source

Patch Changes
faker-js/faker (@​faker-js/faker)

v9.4.0

Compare Source

Features
Changed Locales
Bug Fixes
withastro/astro (astro)

v5.1.10

Compare Source

Patch Changes

v5.1.9

Compare Source

Patch Changes

v5.1.8

Compare Source

Patch Changes

v5.1.7

Compare Source

Patch Changes

v5.1.6

Compare Source

Patch Changes

v5.1.5

Compare Source

Patch Changes
  • #​12934 673a518 Thanks @​ematipico! - Fixes a regression where the Astro Container didn't work during the build, using pnpm

  • #​12955 db447f2 Thanks @​martrapp! - Lets TypeScript know about the "blocking" and "disabled" attributes of the <link> element.

  • #​12922 faf74af Thanks @​adamchal! - Improves performance of static asset generation by fixing a bug that caused image transforms to be performed serially. This fix ensures that processing uses all CPUs when running in a multi-core environment.

  • #​12947 3c2292f Thanks @​ascorbic! - Fixes a bug that caused empty content collections when running dev with NODE_ENV set

v5.1.4

Compare Source

Patch Changes
  • #​12927 ad2a752 Thanks @​ematipico! - Fixes a bug where Astro attempted to decode a request URL multiple times, resulting in an unexpected behaviour when decoding the character %

  • #​12912 0c0c66b Thanks @​florian-lefebvre! - Improves the config error for invalid combinations of context and access properties under env.schema

  • #​12935 3d47e6b Thanks @​AirBorne04! - Fixes an issue where Astro.locals coming from an adapter weren't available in the 404.astro, when using the astro dev command,

  • #​12925 44841fc Thanks @​ascorbic! - Ensures image styles are not imported unless experimental responsive images are enabled

  • #​12926 8e64bb7 Thanks @​oliverlynch! - Improves remote image cache efficiency by separating image data and metadata into a binary and sidecar JSON file.

  • #​12920 8b9d530 Thanks @​bluwy! - Processes markdown with empty body as remark and rehype plugins may add additional content or frontmatter

  • #​12918 fd12a26 Thanks @​lameuler! - Fixes a bug where the logged output path does not match the actual output path when using build.format: 'preserve'

  • #​12676 2ffc0fc Thanks @​koyopro! - Allows configuring Astro modules TypeScript compilation with the vite.esbuild config

  • #​12938 dbb04f3 Thanks @​ascorbic! - Fixes a bug where content collections would sometimes appear empty when first running astro dev

  • #​12937 30edb6d Thanks @​ematipico! - Fixes a bug where users could use Astro.request.headers during a rewrite inside prerendered routes. This an invalid behaviour, and now Astro will show a warning if this happens.

  • #​12937 30edb6d Thanks @​ematipico! - Fixes an issue where the use of Astro.rewrite would trigger the invalid use of Astro.request.headers

v5.1.3

Compare Source

Patch Changes

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.

nodejs/node (node)

v22.13.1

Compare Source

v22.13.0

Compare Source

mholt/PapaParse (papaparse)

v5.5.2

Compare Source

v5.5.1

Compare Source

v5.5.0

Compare Source

pnpm/pnpm (pnpm)

v9.15.4: pnpm 9.15.4

Compare Source

Patch Changes

  • Ensure that recursive pnpm update --latest <pkg> updates only the specified package, with dedupe-peer-dependents=true.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains

Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 enabled auto-merge (squash) January 10, 2025 02:03
@changeset-bot

changeset-bot Bot commented Jan 10, 2025

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 75df7d8

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

@netlify

netlify Bot commented Jan 10, 2025

Copy link
Copy Markdown

Deploy Preview for astro-loaders ready!

Name Link
🔨 Latest commit 75df7d8
🔍 Latest deploy log https://app.netlify.com/sites/astro-loaders/deploys/6798b30c5d09000008f6a378
😎 Deploy Preview https://deploy-preview-76--astro-loaders.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from a13d328 to a756682 Compare January 16, 2025 01:35
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 5f3a9d1 to 8cba77f Compare January 23, 2025 20:46
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f8c7476 to 1ff2e4a Compare January 28, 2025 04:38
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 1ff2e4a to 75df7d8 Compare January 28, 2025 10:35
@renovate
renovate Bot merged commit 4325172 into main Jan 28, 2025
@renovate
renovate Bot deleted the renovate/all-minor-patch branch January 28, 2025 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants