-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
chore: bump up all non-major dependencies #8781
base: canary
Are you sure you want to change the base?
Conversation
Your org has enabled the Graphite merge queue for merging into canaryAdd the label “merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
☁️ Nx Cloud ReportCI is running/has finished running commands for commit f6c9f4e. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## canary #8781 +/- ##
=======================================
Coverage 70.30% 70.30%
=======================================
Files 550 550
Lines 33980 33980
Branches 3052 3052
=======================================
Hits 23889 23889
Misses 9719 9719
Partials 372 372
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
282e5cb
to
f7cafec
Compare
f7cafec
to
54b2b0b
Compare
54b2b0b
to
aa167a2
Compare
aa167a2
to
1a816dc
Compare
1a816dc
to
2bd8d1f
Compare
2bd8d1f
to
c62430c
Compare
d2d754d
to
294b328
Compare
294b328
to
ff29d47
Compare
ff29d47
to
89bda0d
Compare
89bda0d
to
e8eb908
Compare
e8eb908
to
5ab7622
Compare
5ab7622
to
a30e473
Compare
a30e473
to
d806979
Compare
d806979
to
33ec89f
Compare
33ec89f
to
f6c9f4e
Compare
This PR contains the following updates:
3.688.0
->3.693.0
3.688.0
->3.693.0
^0.7.0
->^0.8.0
1.2.0
->1.2.1
1.1.3
->1.1.4
8.37.1
->8.38.0
8.37.1
->8.38.0
8.4.2
->8.4.4
8.4.2
->8.4.4
8.4.2
->8.4.4
8.4.2
->8.4.4
8.4.2
->8.4.4
8.4.2
->8.4.4
2.1.4
->2.1.5
2.1.4
->2.1.5
8.10.2
->8.11
15.11.0
->15.11.6
2.10.1
->2.10.2
^0.456.0
->^0.460.0
2.6.4
->2.6.5
3.0.0-alpha.18
->3.0.0-alpha.19
20.0.12
->20.1.2
4.71.1
->4.72.0
8.4.48
->8.4.49
2.1.3
->2.2.0
1.0.214
->1.0.215
1.9.1
->1.10.0
8.4.2
->8.4.4
3.4.14
->3.4.15
3.0.3
->3.0.6
6.20.1
->6.21.0
2.1.4
->2.1.5
3.86.0
->3.87.0
Release Notes
aws/aws-sdk-js-v3 (@aws-sdk/client-s3)
v3.693.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.692.0
Compare Source
Features
v3.691.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.689.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
natemoo-re/clack (@clack/prompts)
v0.8.1
Compare Source
Patch Changes
360afeb
: feat: adaptative max itemsradix-ui/primitives (@radix-ui/react-scroll-area)
v1.2.1
Compare Source
getsentry/sentry-javascript (@sentry/react)
v8.38.0
Compare Source
knex
integration (#13526)tedious
integration (#13486)debug_meta
with ANR events (#14203)Work in this release was contributed by @grahamhency, @Zen-cronic, @gilisho and @phuctm97. Thank you for your contributions!
Bundle size 📦
storybookjs/storybook (@storybook/addon-essentials)
v8.4.4
Compare Source
v8.4.3
Compare Source
vitest-dev/vitest (@vitest/coverage-istanbul)
v2.1.5
Compare Source
🚀 Features
🐞 Bug Fixes
dangerouslyIgnoreUnhandledErrors
without base reporter - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6808 (0bf0a)unhandledRejection
even when base reporter is not used - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6812 (8878b)sequence.concurrent
from theRuntimeConfig
type - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6880 (6af73).poll
,.element
,.rejects
/.resolves
, andlocator.*
weren't awaited - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6877 (93b67)enter
or'a'
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6848 (487c8)🏎 Performance
View changes on GitHub
gradle/gradle (gradle)
v8.11
Compare Source
capricorn86/happy-dom (happy-dom)
v15.11.6
Compare Source
👷♂️ Patch fixes
window.TextEncoder
andwindow.TextDecoder
- By @iradonov in task #1611v15.11.5
Compare Source
👷♂️ Patch fixes
HTMLSelectElement
should not dispatch "change" event when changing value or index - By @capricorn86 in task #1603v15.11.4
Compare Source
👷♂️ Patch fixes
HTMLMeterElement
andHTMLProgressElement
- By @capricorn86 in task #1601v15.11.3
Compare Source
👷♂️ Patch fixes
HTMLInputElement.value
- By @capricorn86 in task #1604v15.11.2
Compare Source
👷♂️ Patch fixes
v15.11.1
Compare Source
👷♂️ Patch fixes
Document.activeElement
is set to the wrong target when triggeringHTMLSelectElement.focus()
- By @capricorn86 in task #1592HTMLSelectElement
is aProxy
since v15 andfocus()
was setting the target of theProxy
as the active element, but should set theProxy
pmndrs/jotai (jotai)
v2.10.2
Compare Source
Fixed some jotai/utils for a regression in v2.10.0.
What's Changed
useAtom(undefined)
oruseAtom(null)
by @kevinschaich in https://github.com/pmndrs/jotai/pull/2778New Contributors
Full Changelog: pmndrs/jotai@v2.10.1...v2.10.2
lucide-icons/lucide (lucide-react)
v0.460.0
: New icons 0.460.0Compare Source
New icons 🎨
toilet
(#2141) by @EthanHazelv0.459.0
: New icons 0.459.0Compare Source
New icons 🎨
equal-approximately
(#2594) by @ksk3110v0.458.0
: New icons 0.458.0Compare Source
New icons 🎨
cloud-alert
(#2611) by @lscheibelModified Icons 🔨
drill
(#1919) by @jguddasv0.457.0
: New icons 0.457.0Compare Source
New icons 🎨
laptop-minimal-check
(#2563) by @jguddasModified Icons 🔨
bath
(#2512) by @jamiemlawcross
(#2578) by @jguddashand-platter
(#2326) by @karsa-mistmerehard-hat
(#2559) by @jguddasheading-4
(#2546) by @jguddaspuzzle
(#2603) by @jamiemlawschool
(#2598) by @jguddasvegan
(#2556) by @jguddasmswjs/msw (msw)
v2.6.5
Compare Source
v2.6.5 (2024-11-16)
Bug Fixes
5bf3e3b
) @kettanaitonapi-rs/napi-rs (napi-derive)
v3.0.0-alpha.19
Compare Source
What's Changed
Full Changelog: https://github.com/napi-rs/napi-rs/compare/[email protected]...[@​napi-rs/cli](https://redirect.github.com/napi-rs/cli)[@​3](https://redirect.github.com/3).0.0-alpha.19
nrwl/nx (nx)
v20.1.2
Compare Source
20.1.2 (2024-11-15)
🚀 Features
🩹 Fixes
❤️ Thank You
v20.1.1
Compare Source
20.1.1 (2024-11-14)
🩹 Fixes
outputFileName
correctly when generating package json ([#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.