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 #431

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@astrojs/solid-js (source) ^4.4.2 -> ^4.4.4 age adoption passing confidence
@changesets/cli (source) ^2.27.9 -> ^2.27.10 age adoption passing confidence
@cloudflare/workers-types ^4.20241022.0 -> ^4.20241112.0 age adoption passing confidence
@​netlify/edge-functions ^2.11.0 -> ^2.11.1 age adoption passing confidence
@types/node (source) ^18.19.62 -> ^18.19.66 age adoption passing confidence
@types/node (source) ^20.17.4 -> ^20.17.8 age adoption passing confidence
@vercel/analytics (source) ^1.3.2 -> ^1.4.1 age adoption passing confidence
@vercel/nft ^0.27.5 -> ^0.27.6 age adoption passing confidence
astro (source) ^4.16.8 -> ^4.16.15 age adoption passing confidence
eslint (source) ^9.13.0 -> ^9.15.0 age adoption passing confidence
eslint-plugin-regexp ^2.6.0 -> ^2.7.0 age adoption passing confidence
magic-string ^0.30.12 -> ^0.30.14 age adoption passing confidence
miniflare (source) ^3.20241022.0 -> ^3.20241106.1 age adoption passing confidence
prettier (source) ^3.3.3 -> ^3.4.1 age adoption passing confidence
rollup (source) ^4.24.3 -> ^4.27.4 age adoption passing confidence
turbo (source) ^2.2.3 -> ^2.3.3 age adoption passing confidence
typescript (source) ^5.6.3 -> ^5.7.2 age adoption passing confidence
typescript-eslint (source) ^8.12.2 -> ^8.16.0 age adoption passing confidence
vite (source) ^5.4.10 -> ^5.4.11 age adoption passing confidence
wrangler (source) ^3.84.0 -> ^3.91.0 age adoption passing confidence

Release Notes

withastro/astro (@​astrojs/solid-js)

v4.4.4

Compare Source

Patch Changes

v4.4.3

Compare Source

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

v2.27.10

Compare Source

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

v4.20241112.0

Compare Source

v4.20241106.0

Compare Source

vercel/analytics (@​vercel/analytics)

v1.4.1

Compare Source

What's Changed

Full Changelog: vercel/analytics@1.4.0...1.4.1

v1.4.0

Compare Source

What's Changed

Full Changelog: vercel/analytics@1.3.2...1.4.0

vercel/nft (@​vercel/nft)

v0.27.6

Compare Source

Bug Fixes
withastro/astro (astro)

v4.16.15

Compare Source

Patch Changes

v4.16.14

Compare Source

Patch Changes

v4.16.13

Compare Source

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

v4.16.12

Compare Source

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.

v4.16.11

Compare Source

Patch Changes

v4.16.10

Compare Source

Patch Changes

v4.16.9

Compare Source

Patch Changes
eslint/eslint (eslint)

v9.15.0

Compare Source

v9.14.0

Compare Source

ota-meshi/eslint-plugin-regexp (eslint-plugin-regexp)

v2.7.0

Compare Source

Minor Changes
  • Add support for ES2025 duplicate named capturing groups (#​752)
Patch Changes
  • Updates unicode property alias resource with latest (#​766)

  • fix(regexp/no-useless-dollar-replacements): Correct capturing group not found grammar (#​776)

rich-harris/magic-string (magic-string)

v0.30.14

Compare Source

Features

v0.30.13

Compare Source

Features
cloudflare/workers-sdk (miniflare)

v3.20241106.1

Compare Source

Minor Changes

v3.20241106.0

Compare Source

Patch Changes
prettier/prettier (prettier)

v3.4.1

Compare Source

diff

Remove unnecessary parentheses around assignment in v-on (#​16887 by @​fisker)
<!-- Input -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

<!-- Prettier 3.4.0 -->
<template>
  <button @&#8203;click="(foo += 2)">Click</button>
</template>

<!-- Prettier 3.4.1 -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

v3.4.0

Compare Source

diff

🔗 Release Notes

rollup/rollup (rollup)

v4.27.4

Compare Source

2024-11-23

Bug Fixes
  • Update bundled magic-string to support sourcemap debug ids (#​5740)
Pull Requests

v4.27.3

Compare Source

2024-11-18

Bug Fixes
  • Revert object property tree-shaking for now (#​5736)
Pull Requests

v4.27.2

Compare Source

2024-11-15

Bug Fixes
  • Ensure unused variables in patterns are always deconflicted if rendered (#​5728)
Pull Requests

v4.27.1

Compare Source

2024-11-15

Bug Fixes
  • Fix some situations where parameter declarations could put Rollup into an infinite loop (#​5727)
Pull Requests

v4.27.0

Compare Source

2024-11-15

Features
  • Tree-shake unused properties in object literals (#​5420)
Bug Fixes
  • Change hash length limit to 21 to avoid inconsistent hash length (#​5423)
Pull Requests

v4.26.0

Compare Source

2024-11-13

Features
  • Allow to avoid await bundle.close() via explicit resource management in TypeScript (#​5721)
Pull Requests

v4.25.0

Compare Source

2024-11-09

Features
  • Add output.sourcemapDebugIds option to add matching debug ids to sourcemaps and code for tools like Sentry or Rollbar (#​5712)
Bug Fixes
  • Make it easier to manually reproduce base16 hashes by using a more standard base16 conversion algorithm (#​5719)
Pull Requests

v4.24.4

Compare Source

2024-11-04

Bug Fixes
  • Ensure mutations by handlers in Proxy definitions are always respected when tree-shaking (#​5713)
Pull Requests
vercel/turborepo (turbo)

v2.3.3

Compare Source

v2.3.2

Compare Source

v2.3.1

Compare Source

v2.3.0: Turborepo v2.3.0

Compare Source

What's Changed
Docs
@​turbo/codemod
Examples
Changelog
New Contributors

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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 Nov 4, 2024
Copy link

changeset-bot bot commented Nov 4, 2024

🦋 Changeset detected

Latest commit: 34c599c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 10 packages
Name Type
@astrojs/cloudflare Patch
@test/astro-cloudflare-astro-dev-platform Patch
@test/astro-cloudflare-astro-env Patch
@test/astro-cloudflare-compile-image-service Patch
@test/astro-cloudflare-external-image-service Patch
@test/astro-cloudflare-wasm Patch
@test/astro-cloudflare-no-output Patch
@test/astro-cloudflare-routes-json Patch
@test/astro-cloudflare-with-solid-js Patch
@test/astro-cloudflare-wrangler-preview-platform Patch

Not sure what this means? Click here to learn what changesets are.

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

@github-actions github-actions bot added pkg: cloudflare pkg: netlify pkg: node Related to Node adapter (scope) labels Nov 4, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3a1223b to e53aba4 Compare November 4, 2024 14:46
@github-actions github-actions bot added the pkg: vercel Related to Vercel adapter (scope) label Nov 4, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 7eb1e3b to c04f10f Compare November 6, 2024 23:30
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Nov 6, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 8a7256b to f6b5039 Compare November 15, 2024 16:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 10f5fef to 56487c5 Compare November 18, 2024 18:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 9ec0e6f to b35268a Compare November 25, 2024 18:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 5f54dbd to 4f227cd Compare November 26, 2024 22:58
@bluwy
Copy link
Member

bluwy commented Nov 27, 2024

@alexanderniebuhr I had to update the types for platformProxy to fix the build type error: 56962d6 (#431). Do you think this fix is fine?

Copy link
Contributor Author

renovate bot commented Nov 27, 2024

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.

@alexanderniebuhr
Copy link
Member

@bluwy i haven't checked all the differences in platformProxy and why their types changed, but this looks like a good change. /lgtm

@bluwy
Copy link
Member

bluwy commented Nov 27, 2024

👍 It was particularly that they removed the experimentalJsonConfig option, so I thought it'd be better to inherit the types so we don't have to manage it.

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.

2 participants