-
Notifications
You must be signed in to change notification settings - Fork 1
fix(deps): update likely non breaking dependencies #188
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: main
Are you sure you want to change the base?
Conversation
|
30fb608
to
f26f3b5
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #188 +/- ##
=======================================
Coverage 16.90% 16.90%
=======================================
Files 132 132
Lines 3993 3993
Branches 130 136 +6
=======================================
Hits 675 675
Misses 3258 3258
Partials 60 60 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
b3ef166
to
164df74
Compare
40e1234
to
e06a431
Compare
46168e8
to
db61faf
Compare
1f33b93
to
3bd50af
Compare
fec5289
to
ee6af17
Compare
0c904b8
to
2efe54f
Compare
c1cc01e
to
db18c36
Compare
0d63870
to
e2eeb46
Compare
e2eeb46
to
e8eaef2
Compare
This PR contains the following updates:
2.2.394
->2.2.397
8.3.4
->8.3.5
8.3.4
->8.3.5
8.3.4
->8.3.5
8.3.4
->8.3.5
8.3.4
->8.3.5
8.3.4
->8.3.5
6.5.7
->6.5.8
6.5.7
->6.5.8
6.5.7
->6.5.8
6.5.7
->6.5.8
6.5.7
->6.5.8
6.5.7
->6.5.8
11.2.0
->11.2.1
6.9.0
->6.9.1
6.9.0
->6.9.1
5.90.2
->5.90.5
19.2.1
->19.2.2
8.46.0
->8.46.1
5.14.4
->5.14.6
27.0.0
->27.0.1
21.6.4
->21.6.5
10.18.2
->10.18.3
8.46.0
->8.46.1
7.1.9
->7.1.11
Release Notes
iconify/icon-sets (@iconify/json)
v2.2.397
Compare Source
v2.2.396
Compare Source
v2.2.395
Compare Source
mantinedev/mantine (@mantine/core)
v8.3.5
Compare Source
What's Changed
[@mantine/code-highlight]
Add option to load custom shiki themes (#8356)[@mantine/form]
Export more types (#8357)[@mantine/hooks]
use-local-storage: Fix value not resetting to the default value when value is cleared from the local storage (#8361)[@mantine/core]
Checkbox: Fix incorrect data-indeterminate attribute removal on state change (#8363)[@mantine/core]
Alert: Fix invalidaria-describedby
andarialabelled-by
if title or children props are not used (#8345)New Contributors
Full Changelog: mantinedev/mantine@8.3.4...8.3.5
mikro-orm/mikro-orm (@mikro-orm/cli)
v6.5.8
Compare Source
Bug Fixes
mapToPk()
and remove defaultref: true
indefineEntity
helper (#6919) (f0d4e8e)defineEntity
(#6920) (aa7295e), closes /github.com/mikro-orm/mikro-orm/discussions/6865#discussioncomment-14465227onConflictFields
on JSON properties (4eab82e), closes #6900createForeignKeyConstraint
property option (23e898b), closes #6903Features
defineEntity
helper (#6912) (2d39dd0)nestjs/swagger (@nestjs/swagger)
v11.2.1
Compare Source
What's Changed
Enum | null
(and ar… by @AliRaZa1121 in #3544New Contributors
Full Changelog: nestjs/swagger@11.2.0...11.2.1
gperdomor/nx-tools (@nx-tools/container-metadata)
v6.9.1
Compare Source
6.9.1 (2025-10-13)
🚀 Features
❤️ Thank You
TanStack/query (@tanstack/react-query)
v5.90.5
Compare Source
Patch Changes
e42ddfe
]:v5.90.4
Compare Source
Patch Changes
20ef922
]:v5.90.3
Compare Source
Patch Changes
Avoid unhandled promise rejection errors during de/rehydration of pending queries. (#9752)
Updated dependencies [
4e1c433
]: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.jsjsdom/jsdom (jsdom)
v27.0.1
Compare Source
class=""
attribute changes is only possible with a new version of jsdom. (asamuzaK)nrwl/nx (nx)
v21.6.5
Compare Source
21.6.5 (2025-10-15)
🚀 Features
🩹 Fixes
❤️ Thank You
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)
v7.1.11
Compare Source
Bug Fixes
server.fs.deny
check (#20968) (f479cc5)Miscellaneous Chores
Code Refactoring
Build System
v7.1.10
Compare Source
Bug Fixes
//
(#20760) (b95fa2a)fileToBuiltUrl
(#20898) (73b6d24)Documentation
WebSocket
spelling (#20890) (29e98dc)Miscellaneous Chores
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.