🐞 fix: #12294 ensure Invalid Date is evaluated correctly (#12295)
🐞 fix #12316 setValue should work for arrays of primitives to handle checkboxes (#12316) (#12317)
🐞 fix #12097 Use dirty fields along with mount names for form reset with keepDirtyValues (#12211)
🫀 fix #12237 disabled state trigger formState dirty/dirtyFields to update (#12239)
🐞 fix #12291 field array remove cause undefined with FormData (#12305)
📝 improve flatten function with object type check (#12306)
🖐️ improve: resolve type of set function (#12145)
🔧 chore: upgrade eslint to v9 (#12150)
📖 fix: code example input field placeholder name (#12296)
📖 docs: fix typo in code example (#12271)
update node support matrix (only support node 16-20) (#750)
This library always aims at supporting one EOLed LTS release which by this time now is 12.x which has reached EOL 30 Apr 2022.
Remove the minified UMD build from the package.
Drop support for browsers that don't correctly implement const/let and default arguments, and no longer transpile the browser build to ES2015.
Although in practice this is currently a noop since the resulting build does not change, the build will no longer transpiles future changes for Node.js 8.x targets, so semantically this is still a breaking change.
Deep requiring specific algorithms of this library like require('uuid/v4'), which has been deprecated in uuid@7, is no longer supported.
The default export, which used to be the v4() method but which was already discouraged in v3.x of this library, has been removed.
Explicitly note that deep imports of the different uuid version functions are deprecated and no longer encouraged and that ECMAScript module named imports should be used instead. Emit a deprecation warning for people who deep-require the different algorithm variants.
Remove builtin support for insecure random number generators in the browser. Users who want that will have to supply their own random number generator function.
Remove support for generating v3 and v5 UUIDs in Node.js<4.x
Convert code base to ECMAScript Modules (ESM) and release CommonJS build for node and ESM build for browser bundlers.
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Bumps the npm-dependencies group with 29 updates:
2.1.3
2.2.3
10.0.0
10.1.0
1.3.1
1.3.2
1.0.12
1.0.14
8.3.0
8.3.1
11.0.1
11.0.2
0.452.0
0.454.0
14.2.15
15.0.2
5.0.0-beta.22
5.0.0-beta.25
3.23.5
3.24.0
7.53.0
7.53.1
10.0.0
11.0.2
5.95.0
5.96.1
9.0.3
9.2.0
14.2.15
15.0.2
1.48.0
1.48.2
20.16.11
20.17.6
18.3.11
18.3.12
14.2.15
15.0.2
3.4.13
3.4.14
1.0.8
1.0.11
8.3.0
8.3.5
7.0.0
7.0.1
8.1.0
8.1.1
1.7.35
1.8.0
0.2.36
0.2.37
29.5.13
29.5.14
2.4.11
2.6.0
14.2.15
15.0.2
Updates
turbo
from 2.1.3 to 2.2.3Release notes
Sourced from turbo's releases.
... (truncated)
Commits
068973f
publish 2.2.3 to registry82f0633
fix: unnecessary empty cache logs (#9301)bf8fa90
feat(query): provide ast for files and depth for dependencies (#9285)567cd77
release(turborepo): 2.2.2 (#9299)cc718aa
release(turborepo): 2.2.2-canary.0 (#9297)bd7d235
fix(tui): generate stop event on ctrl c (#9296)37dfb61
release(turborepo): 2.2.1 (#9292)c2190a3
fix(tui): avoid tui shutdown on unrecognized input (#9289)9375ef9
handle VERCEL_ARTIFACTS_* env vars override (#9249)5c36b0b
release(turborepo): 2.2.0 (#9287)Updates
@icons-pack/react-simple-icons
from 10.0.0 to 10.1.0Commits
Updates
@vercel/analytics
from 1.3.1 to 1.3.2Release notes
Sourced from
@vercel/analytics
's releases.Commits
524af71
React 19 support (#149) fix(148)Updates
@vercel/speed-insights
from 1.0.12 to 1.0.14Release notes
Sourced from
@vercel/speed-insights
's releases.Commits
926b277
React 19 support (#81) fix(80)7fa98c6
Upgrade example to Svelte 5 / SvelteKit 2 (Fixes #77) (#78)Updates
embla-carousel-react
from 8.3.0 to 8.3.1Release notes
Sourced from embla-carousel-react's releases.
Commits
8d5efbe
8.3.1067b953
Update contributorsbbbc63a
Merge pull request #1015 from davidjerleke/dependabot/npm_and_yarn/rollup-4.22.42b9c31f
Bump rollup from 4.21.3 to 4.22.48b54a19
Merge pull request #1007 from davidjerleke/dependabot/npm_and_yarn/vite-3.2.11e34e885
Run yarn install after merging #1041.76aacbc
Merge pull request #1041 from Yonom/react-1933f96d7
feat: add react v19 to peer deps2af08af
Merge pull request #1012 from suraj776/bug/#10090a6772c
Bugfix for #1009.Updates
lru-cache
from 11.0.1 to 11.0.2Commits
65c9971
11.0.2c5d9949
docs: fix unresolved@link
commentsUpdates
lucide-react
from 0.452.0 to 0.454.0Release notes
Sourced from lucide-react's releases.
Commits
Updates
next
from 14.2.15 to 15.0.2Release notes
Sourced from next's releases.
... (truncated)
Commits
2e28c96
v15.0.29fe44a5
v15.0.2-canary.111fb8361
Compare error stack to dedupe error (#71798)14b92e6
fix: log the error instance modified extra location info (#71930)b2bc1ed
Fix swc version mismatch when checking out an older version (#71978)256b662
Docs: Address internaluse cache
comments (#71981)3f2d2f6
correct expire calc & and Nested usage import in use-cache docs (#71899)3768aea
Documentation Fix: CorrectcacheTag
Function Usage (#71912)4db1ae9
docs: update file structure (#71951)6ae6605
(docs)use cache
: Add text code formatting (#71999)Updates
next-auth
from 5.0.0-beta.22 to 5.0.0-beta.25Release notes
Sourced from next-auth's releases.
Commits
Updates
next-intl
from 3.23.5 to 3.24.0Release notes
Sourced from next-intl's releases.
Changelog
Sourced from next-intl's changelog.
Commits
fdcfa24
v3.24.02dea022
feat: Add support for React 19 RC (#1490)e1e10a6
docs: Subscribe links on blog pages, x link in footereef6ab1
docs: Improve disclaimer for manual rewritesef0d584
docs: Updateexample-app-router-mixed-routing
to get rid of deprecated API ...1b6c998
docs: Allow line break in summary (#1478)6512ddf
docs: Improve static rendering docs94245b2
docs: Update README.md5b77396
docs: Update README.md (#1472)aea4209
docs: Fix permalinkUpdates
react-hook-form
from 7.53.0 to 7.53.1Release notes
Sourced from react-hook-form's releases.
Changelog
Sourced from react-hook-form's changelog.
Commits
79964dc
7.53.11ce56d7
🔧 chore: upgrade eslint to v9 (#12150)978d407
🐞 fix: #12294 ensure Invalid Date is evaluated correctly (#12295)ca5077a
📖 fix: code example input field placeholder name (#12296)38960fd
🪙 package upgrades (#12327)67de1a4
🏺 watch reference update on formState update (#12326)76a6b53
🐞 fix #12316 setValue should work for arrays of primitives to handle checkbox...3bce0c8
Revert "☸️ fix #11910 watch reference update on each re-render (#12267)" (#12...cb61669
📝 improve flatten function with object type check (#12306)087433d
🐞 fix #12291 field array remove causeundefined
with FormData (#12305)Updates
uuid
from 10.0.0 to 11.0.2Release notes
Sourced from uuid's releases.
... (truncated)
Changelog
Sourced from uuid's changelog.
Commits
36f2369
chore(main): release 11.0.2 (#823)6683ad3
fix: remove wrapper.mjs (#822)3b26f0a
Revert "fix: remove wrapper.mjs"2a18871
fix: remove wrapper.mjs36182fa
chore: add id to RP workflow step (#819)50dc0ce
chore(main): release 11.0.1 (#818)ae8f386
fix: restore package.json#browser field (#817)6695be6
chore: RP cleanup (#816)7d2547e
chore: restore rp conditionals964be22
Merge branch 'main' of github.com:uuidjs/uuidUpdates
webpack
from 5.95.0 to 5.96.1Release notes
Sourced from webpack's releases.
Commits
d4ced73
chore(release): 5.96.17d6dbea
fix: types regression in validate5c556e3
fix: types regression in validate2420eae
fix: add@types/eslint-scope
to dependencies due types regressionec45d2d
fix: add@types/eslint-scope
to dependenciesaff0c3e
chore(release): 5.96.06f11ec1
refactor: module source types codeb07142f
refactor: module source types code7d98b3c
fix: Module Federation should track all referenced chunks6d09769
chore: lintingUpdates
@faker-js/faker
from 9.0.3 to 9.2.0Release notes
Sourced from
@faker-js/faker
's releases.⚠️ No Changeset found
Latest commit: e622e18d1641332880e4851887d9adb64ff0ef98
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver typesClick here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
⚡️🏠 Lighthouse report
Lighthouse ran against https://catalyst-latest-cx4drwx7q-bigcommerce-platform.vercel.app
🖥️ Desktop
We ran Lighthouse against the changes on a desktop and produced this report. Here's the summary:
📱 Mobile
We ran Lighthouse against the changes on a mobile and produced this report. Here's the summary:
Looks like these dependencies are updatable in another way, so this is no longer needed.