-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update all non-major dependencies #447
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
base: master
Are you sure you want to change the base?
Conversation
9b3f27d
to
d20544e
Compare
|
532f3a2
to
f94b2d2
Compare
4639ac1
to
555c5ab
Compare
555c5ab
to
c2fbe7c
Compare
dbaddbd
to
7dbc0d1
Compare
25bc7dd
to
b91c34d
Compare
b91c34d
to
732c375
Compare
This PR contains the following updates:
9.37.0
->9.38.0
24.7.1
->24.8.1
8.46.0
->8.46.1
5.14.3
->5.14.6
9.37.0
->9.38.0
10.18.2
->10.18.3
8.46.0
->8.46.1
6.3.6
->6.4.0
Release Notes
eslint/eslint (@eslint/js)
v9.38.0
Compare Source
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.46.1
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
withastro/astro (astro)
v5.14.6
Compare Source
Patch Changes
#14562
722bba0
Thanks @erbierc! - Fixes a bug where the behavior of the "muted" HTML attribute was inconsistent with that of other attributes.#14538
51ebe6a
Thanks @florian-lefebvre! - Improves how Actions are implemented#14548
6cdade4
Thanks @ascorbic! - Removes support for themaxAge
property incacheHint
objects returned by live loaders.Feedback showed that this did not make sense to set at the loader level, since the loader does not know how long each individual entry should be cached for.
If your live loader returns cache hints with
maxAge
, you need to remove this property:return { entries: [...], cacheHint: { tags: ['my-tag'], - maxAge: 60, lastModified: new Date(), }, };
The
cacheHint
object now only supportstags
andlastModified
properties. If you want to set the max age for a page, you can set the headers manually:v5.14.5
Compare Source
Patch Changes
#14525
4f55781
Thanks @penx! - FixesdefineLiveCollection()
types#14441
62ec8ea
Thanks @upsuper! - Updates redirect handling to be consistent acrossstatic
andserver
output, aligning with the behavior of other adapters.Previously, the Node.js adapter used default HTML files with meta refresh tags when in
static
output. This often resulted in an extra flash of the page on redirect, while also not applying the proper status code for redirections. It's also likely less friendly to search engines.This update ensures that configured redirects are always handled as HTTP redirects regardless of output mode, and the default HTML files for the redirects are no longer generated in
static
output. It makes the Node.js adapter more consistent with the other official adapters.No change to your project is required to take advantage of this new adapter functionality. It is not expected to cause any breaking changes. However, if you relied on the previous redirecting behavior, you may need to handle your redirects differently now. Otherwise you should notice smoother redirects, with more accurate HTTP status codes, and may potentially see some SEO gains.
#14506
ec3cbe1
Thanks @abdo-spices! - Updates the<Font />
component so that preload links are generated after the style tag, as recommended by capo.jsv5.14.4
Compare Source
Patch Changes
7e04caf
Thanks @ArmandPhilippot! - Fixes an error in the docs that specified an incorrect version for thesecurity.allowedDomains
release.eslint/eslint (eslint)
v9.38.0
Compare Source
pnpm/pnpm (pnpm)
v10.18.3
Compare Source
Patch Changes
verifyDepsBeforeInstall: install
and pre/post install scripts that called other pnpm scripts #10060.@scope:registry
) being parsed as property paths inpnpm config get
when--location=project
is used #9362.pnpm config set --location=project
incorrectly handling keys with slashes (auth tokens, registry settings) #9884.pnpm-workspace.yaml
and.npmrc
exist,pnpm config set --location=project
now writes topnpm-workspace.yaml
(matching read priority) #10072.pnpm outdated --long
#10040.typescript-eslint/typescript-eslint (typescript-eslint)
v8.46.1
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
vitejs/vite (vite)
v6.4.0
Compare Source
Please refer to CHANGELOG.md for details.
v6.3.7
Compare Source
Please refer to CHANGELOG.md for details.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.