-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: 34c599c The changes in this PR will be included in the next version bump. This PR includes changesets to release 10 packages
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 |
3a1223b
to
e53aba4
Compare
7eb1e3b
to
c04f10f
Compare
8a7256b
to
f6b5039
Compare
10f5fef
to
56487c5
Compare
9ec0e6f
to
b35268a
Compare
5f54dbd
to
4f227cd
Compare
4f227cd
to
375b63f
Compare
@alexanderniebuhr I had to update the types for |
Edited/Blocked NotificationRenovate 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. |
@bluwy i haven't checked all the differences in platformProxy and why their types changed, but this looks like a good change. /lgtm |
👍 It was particularly that they removed the |
This PR contains the following updates:
^4.4.2
->^4.4.4
^2.27.9
->^2.27.10
^4.20241022.0
->^4.20241112.0
^2.11.0
->^2.11.1
^18.19.62
->^18.19.66
^20.17.4
->^20.17.8
^1.3.2
->^1.4.1
^0.27.5
->^0.27.6
^4.16.8
->^4.16.15
^9.13.0
->^9.15.0
^2.6.0
->^2.7.0
^0.30.12
->^0.30.14
^3.20241022.0
->^3.20241106.1
^3.3.3
->^3.4.1
^4.24.3
->^4.27.4
^2.2.3
->^2.3.3
^5.6.3
->^5.7.2
^8.12.2
->^8.16.0
^5.4.10
->^5.4.11
^3.84.0
->^3.91.0
Release Notes
withastro/astro (@astrojs/solid-js)
v4.4.4
Compare Source
Patch Changes
8a46e80
Thanks @marbrex! - Resolvevite
peer dependency problem for strict package managers like Yarn in PnP mode.v4.4.3
Compare Source
Patch Changes
9fc2ab8
Thanks @jdtjenkins! - Handles checking Svelte 5 component functions to avoid processing them as Solid componentschangesets/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
@mapbox/node-pre-gyp@1.0.11
(#451) (12116d2)withastro/astro (astro)
v4.16.15
Compare Source
Patch Changes
b140a3f
Thanks @ematipico! - Fixes a regression where Astro was trying to accessRequest.headers
v4.16.14
Compare Source
Patch Changes
#12480
c3b7e7c
Thanks @matthewp! - Removes the default throw behavior inastro:env
#12444
28dd3ce
Thanks @ematipico! - Fixes an issue where a server island hydration script might fail case the island ID misses from the DOM.#12476
80a9a52
Thanks @florian-lefebvre! - Fixes a case where the Content Layerglob()
loader would not update when renaming or deleting an entry#12418
25baa4e
Thanks @oliverlynch! - Fix cached image redownloading if it is the first asset#12477
46f6b38
Thanks @ematipico! - Fixes an issue where the SSR build was emitting thedist/server/entry.mjs
file with an incorrect import at the top of the file/#12365
a23985b
Thanks @apatel369! - Fixes an issue whereAstro.currentLocale
was not correctly returning the locale for 404 and 500 pages.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 sameentrypoint
and differentpattern
v4.16.12
Compare Source
Patch Changes
acac0af
Thanks @ematipico! - Fixes an issue where the dev server returns a 404 status code when a user middleware returns a validResponse
.v4.16.11
Compare Source
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 usingAstro.callAction
. This is now invalid, and Astro will show a proper error.v4.16.10
Compare Source
Patch Changes
#12311
bf2723e
Thanks @dinesh-58! - Addschecked
to the list of boolean attributes.#12363
222f718
Thanks @Fryuni! - Fixes code generated byastro add
command when adding a version of an integration other than the defaultlatest
.#12368
493fe43
Thanks @bluwy! - Improves error logs when executing commands#12355
c4726d7
Thanks @apatel369! - Improves error reporting for invalid frontmatter in MDX files during theastro build
command. The error message now includes the file path where the frontmatter parsing failed.v4.16.9
Compare Source
Patch Changes
#12333
836cd91
Thanks @imattacus! - Destroy the server response stream if async error is thrown#12358
7680349
Thanks @spacedawwwg! - HonorsinlineAstroConfig
parameter ingetViteConfig
when creating a logger#12353
35795a1
Thanks @hippotastic! - Fixes an issue in dev server watch file handling that could cause multiple restarts for a single file change.#12351
5751488
Thanks @florian-lefebvre! - Reverts a change made in4.16.6
that prevented usage ofastro:env
secrets inside middleware in SSR#12346
20e5a84
Thanks @bluwy! - Fixes sourcemap generation when prefetch is enabled#12349
1fc83d3
Thanks @norskeld! - Fixes thegetImage
options type so it properly extendsImageTransform
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
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
debugId
inSourceMap
types (#294) (5d93dcf)v0.30.13
Compare Source
Features
debugId
property (#292) (ef531a8)cloudflare/workers-sdk (miniflare)
v3.20241106.1
Compare Source
Minor Changes
563439b
Thanks @LuisDuarte1! - Add proper engine persistance in .wrangler and fix multiple workflows in miniflarev3.20241106.0
Compare Source
Patch Changes
#7187
1db7846
Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
prettier/prettier (prettier)
v3.4.1
Compare Source
diff
Remove unnecessary parentheses around assignment in
v-on
(#16887 by @fisker)v3.4.0
Compare Source
diff
🔗 Release Notes
rollup/rollup (rollup)
v4.27.4
Compare Source
2024-11-23
Bug Fixes
Pull Requests
v4.27.3
Compare Source
2024-11-18
Bug Fixes
Pull Requests
v4.27.2
Compare Source
2024-11-15
Bug Fixes
Pull Requests
v4.27.1
Compare Source
2024-11-15
Bug Fixes
Pull Requests
v4.27.0
Compare Source
2024-11-15
Features
Bug Fixes
Pull Requests
v4.26.0
Compare Source
2024-11-13
Features
await bundle.close()
via explicit resource management in TypeScript (#5721)Pull Requests
using
forRollupBuild
(@shulaoda)v4.25.0
Compare Source
2024-11-09
Features
output.sourcemapDebugIds
option to add matching debug ids to sourcemaps and code for tools like Sentry or Rollbar (#5712)Bug Fixes
Pull Requests
v4.24.4
Compare Source
2024-11-04
Bug Fixes
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.0Compare Source
What's Changed
Docs
jest
/ts-jest
to latest by @dimitropoulos in https://github.com/vercel/turborepo/pull/9155TURBO_FORCE
is a boolean. by @anthonyshew in https://github.com/vercel/turborepo/pull/9380//#
means. by @anthonyshew in https://github.com/vercel/turborepo/pull/9377turbo info
by @anthonyshew in https://github.com/vercel/turborepo/pull/9413--cache
flag. by @anthonyshew in https://github.com/vercel/turborepo/pull/9427@turbo/codemod
Examples
Changelog
h
key. by @anthonyshew in https://github.com/vercel/turborepo/pull/9350import
andrequire
to trace resolver by @NicholasLYang in https://github.com/vercel/turborepo/pull/9360turbo info
command for debugging by @anthonyshew in https://github.com/vercel/turborepo/pull/9368turbo info
. by @anthonyshew in https://github.com/vercel/turborepo/pull/9416New 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.
This PR was generated by Mend Renovate. View the repository job log.