-
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.91% 16.91%
=======================================
Files 132 132
Lines 3990 3990
Branches 128 134 +6
=======================================
Hits 675 675
Misses 3255 3255
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
b00118d
to
56f6ee2
Compare
6ca41b8
to
0301d18
Compare
685f4f8
to
3742006
Compare
2b90736
to
9804d01
Compare
9804d01
to
825b37b
Compare
This PR contains the following updates:
2.2.379
->2.2.381
8.2.7
->8.2.8
8.2.7
->8.2.8
8.2.7
->8.2.8
8.2.7
->8.2.8
8.2.7
->8.2.8
8.2.7
->8.2.8
6.5.1
->6.5.2
6.5.1
->6.5.2
6.5.1
->6.5.2
6.5.1
->6.5.2
6.5.1
->6.5.2
6.5.1
->6.5.2
1.131.28
->1.131.35
1.131.28
->1.131.35
1.131.28
->1.131.35
24.3.0
->24.3.1
5.13.4
->5.13.5
1.11.15
->1.11.18
30.1.1
->30.1.3
10.15.0
->10.15.1
14.2.4
->14.2.5
7.1.3
->7.1.4
Release Notes
iconify/icon-sets (@iconify/json)
v2.2.381
Compare Source
v2.2.380
Compare Source
mantinedev/mantine (@mantine/core)
v8.2.8
Compare Source
What's Changed
[@mantine/charts]
LineChart: FixgridColor
prop being passed down to the root DOM node[@mantine/carousel]
Adddata-type="next"
anddata-type="previous"
to controls[@mantine/hooks]
use-scroll-spy: Addoffset
prop support (#8209)[@mantine/core]
ScrollArea: Fix incorrect horizontal size calculations in ScrollArea.Autosize (#8199)[@mantine/core]
JsonInput: Fix font-size not scaling with size prop (#8206)[@mantine/hooks]
Fix incorrect ESM exports fornodenext
module resolution (#8211)[@mantine/hooks]
use-document-visibility: Fix initial document visibility state not being set (#8215)[@mantine/dates]
DateTimePicker: FixonDropdownClose
not working (#8212)New Contributors
Full Changelog: mantinedev/mantine@8.2.7...8.2.8
mikro-orm/mikro-orm (@mikro-orm/cli)
v6.5.2
Compare Source
Bug Fixes
em.assign
withonlyOwnProperties
(#6822) (099869f), closes #6813TanStack/router (@tanstack/react-router)
v1.131.35
Compare Source
Version 1.131.35 - 9/4/25, 8:48 AM
Changes
Fix
cb0b692
) by Nico LynzaadCi
f158256
) by autofix-ci[bot]Docs
540a2bd
) by HaydenBPackages
v1.131.34
Compare Source
Version 1.131.34 - 9/3/25, 7:55 PM
Changes
Refactor
3db4eb9
) by @Sheraff777e152
) by @SheraffPackages
v1.131.33
Compare Source
Version 1.131.33 - 9/3/25, 4:50 PM
Changes
Fix
dc45979
) by @SheraffDocs
createIsomorphicFn
andenvOnly
(#4806) (bc5e78f
) by @hokkyss3178314
) by Manuel SchillerPackages
v1.131.32
Compare Source
Version 1.131.32 - 9/2/25, 12:31 PM
Changes
Refactor
ad3ab7f
) by @SheraffCi
5b5f792
) by autofix-ci[bot]Docs
0ee993b
) by Noah SilasPackages
v1.131.31
Compare Source
Version 1.131.31 - 8/31/25, 11:50 AM
Changes
Fix
fb04daf
) by Nico LynzaadPackages
v1.131.30
Compare Source
Version 1.131.30 - 8/30/25, 1:22 PM
Changes
Refactor
eb6bcea
) by @Sheraff48551b3
) by @SheraffPackages
withastro/astro (astro)
v5.13.5
Compare Source
Patch Changes
#14286
09c5db3
Thanks @ematipico! - BREAKING CHANGES only to the experimental CSP featureThe following runtime APIs of the
Astro
global have been renamed:Astro.insertDirective
toAstro.csp.insertDirective
Astro.insertStyleResource
toAstro.csp.insertStyleResource
Astro.insertStyleHash
toAstro.csp.insertStyleHash
Astro.insertScriptResource
toAstro.csp.insertScriptResource
Astro.insertScriptHash
toAstro.csp.insertScriptHash
The following runtime APIs of the
APIContext
have been renamed:ctx.insertDirective
toctx.csp.insertDirective
ctx.insertStyleResource
toctx.csp.insertStyleResource
ctx.insertStyleHash
toctx.csp.insertStyleHash
ctx.insertScriptResource
toctx.csp.insertScriptResource
ctx.insertScriptHash
toctx.csp.insertScriptHash
#14283
3224637
Thanks @ematipico! - Fixes an issue where CSP headers were incorrectly injected in the development server.#14275
3e2f20d
Thanks @florian-lefebvre! - Adds support for experimental CSP when using experimental fontsExperimental fonts now integrate well with experimental CSP by injecting hashes for the styles it generates, as well as
font-src
directives.No action is required to benefit from it.
#14280
4b9fb73
Thanks @ascorbic! - Fixes a bug that caused cookies to not be correctly set when using middleware sequences#14276
77281c4
Thanks @ArmandPhilippot! - Adds a missing export forresolveSrc
, a documented image services utility.iamkun/dayjs (dayjs)
v1.11.18
Compare Source
v1.11.17
Compare Source
Bug Fixes
v1.11.16
Compare Source
jestjs/jest (jest)
v30.1.3
Compare Source
Fixes
unstable_mockModule
withnode:
prefixed core modules.v30.1.2
Compare Source
pnpm/pnpm (pnpm)
v10.15.1
Compare Source
Patch Changes
.pnp.cjs
crash when importing subpath #9904.vercel/serve (serve)
v14.2.5
Compare Source
Patch Changes
f4b6fbd
: Update compression to v1.8.1vitejs/vite (vite)
v7.1.4
Compare Source
Bug Fixes
Miscellaneous Chores
Code Refactoring
minify
parameter fromfinalizeCss
(#20701) (8099582)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.