fix(deps): update all non-major dependencies#156
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
82a9cc2 to
3684cb8
Compare
3684cb8 to
9b7d09e
Compare
31ea42d to
137218b
Compare
aae1823 to
87e4f26
Compare
bfa946f to
2e229f4
Compare
2e229f4 to
a5f6eca
Compare
a5f6eca to
3c92053
Compare
1365244 to
78595e9
Compare
78595e9 to
1390468
Compare
1390468 to
dea61c7
Compare
1077d5f to
1348dc3
Compare
5b4870b to
73ff59f
Compare
73ff59f to
c092a80
Compare
c092a80 to
7012bc5
Compare
3b8667e to
2f0084c
Compare
736362f to
278c472
Compare
278c472 to
99be240
Compare
834c100 to
cc59607
Compare
cc59607 to
fa365ff
Compare
fa365ff to
3432279
Compare
3432279 to
149a487
Compare
149a487 to
7a86578
Compare
dd061a8 to
0bdfaad
Compare
7439e53 to
57530b5
Compare
3de427e to
06327e4
Compare
1912d67 to
c18697b
Compare
c9deb2a to
4805156
Compare
4805156 to
309c25a
Compare
73f4577 to
b630b8a
Compare
ffd365d to
4419fc7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.4.0→1.5.18.2.5→8.4.14.2.1→4.2.32.3.6→2.4.22.2.9→2.4.91.0.8→1.0.105.4.4→5.6.014.19.0→14.21.36.9.2→6.11.217.3.2→17.6.05.10.0→5.14.15.3.3→5.3.1114.7.77→14.9.1727.1.3→27.1.54.5.5→4.9.51.6.0→1.7.0Release Notes
elzup/kit-js (@elzup/kit)
v1.5.1Compare Source
babel/babel-loader (babel-loader)
v8.4.1Compare Source
What's Changed
Full Changelog: babel/babel-loader@v8.4.0...v8.4.1
v8.4.0Compare Source
What's Changed
New Contributors
Full Changelog: babel/babel-loader@v8.3.0...v8.4.0
v8.3.0Compare Source
New features
Full Changelog: babel/babel-loader@v8.2.5...v8.3.0
Qix-/color (color)
v4.2.3Compare Source
Patch Release 4.2.3
957531fmention .hex() is lossy (#244)d00bd1aCorrect the limits on XYZ model4ac1315mark the package as side-effects free (#189)f34a0bause correct WCAG luminance constant (fixes #248)9dcc3b7update YIQ formula constants (fixes #107, ref chartjs/chartjs-color#2)5696221remove numeric separatorsb26040eremove bitchy issue templateThanks to @csandman, @zdenekkostal, @technobuddha, and @maranomynet for their contributions!
v4.2.2Compare Source
Patch Release 4.2.2
406d384contast ratio level AAA is above 7:1c7b8e75fix linting issues5df6f50don't compute valpha based on faulty argument counts (fixes #250)Thanks to @shfshanyue for their contribution!
rikschennink/fitty (fitty)
v2.4.2Compare Source
v2.4.1Compare Source
v2.4.0Compare Source
v2.3.7Compare Source
jaredpalmer/formik (formik)
v2.4.9Compare Source
Patch Changes
8f9d04dThanks @Moumouls! - fix: jsx ref for react 19v2.4.8Compare Source
Patch Changes
1de45deThanks @copilot-swe-agent! - Replace JSX.IntrinsicElements with React.JSX.IntrinsicElements for React 19 compatibility. The global JSX namespace was removed in React 19, so we now use React.JSX.IntrinsicElements instead.v2.4.6Compare Source
Patch Changes
f57ca9b#3949 Thanks @DeveloperRaj! - Changing the state inside formik was changing reference of initialValues provided via props, deep cloning the initialvalues will fix it.v2.4.5Compare Source
Patch Changes
d7db9cd#3860 Thanks @patik! - Add missing dependency@types/hoist-non-react-statics, closes #3837fe4ed7e#3501 Thanks @markspolakovs! - Markformikas side-effect free inpackage.jsonv2.4.4Compare Source
Patch Changes
41720c2#3862 Thanks @yazaldefilimonepinto! - ForwardclassNamefor custom components used withFieldda58b29#3858 Thanks @alaanescobedo! - Remove use of deprecatedStatelessComponenttype in favor ofFunctionComponent5c01ee7#3872 Thanks @rajpatelbot! - FIX: Fixed resetForm function dependency issuev2.4.3Compare Source
Patch Changes
9e0a661#3843 Thanks @bonimba! - Fix FormikHelper and FieldHelperProps typesv2.4.2Compare Source
Patch Changes
96280d3#3817 Thanks @probablyup! - Updated internal types to support React 18.v2.4.1Compare Source
Patch Changes
2b194c2#3808 Thanks @NagaiKoki! - fix type of setFieldValue function708bcb2#3813 Thanks @probablyup! - RevertFieldArray"shouldComponentUpdate" performance optimization. As it turns out, it's a common use case to have JSX controlled via non-Formik state/props inside ofFieldArray, so it's not safe to cancel re-renders here.187e47d#3815 Thanks @probablyup! - Revert Yup transform support for the time being, this may be re-introduced in a future release under an opt-in prop.v2.4.0Compare Source
Minor Changes
2f53b70#3796 Thanks @probablyup! - Add support for Yup "transforms".v2.3.3Compare Source
Patch Changes
f075a0c#3798 Thanks @probablyup! - Fixed the use of generics for theArrayHelperstype such thatany[]is the default array type and for each individual method the array item type can be overridden if necessary.v2.3.2Compare Source
Patch Changes
f086b5a#3237 Thanks @pieplu! - ChangedgetInto return undefined when it can't find a value AND a parent of that value is "falsy" ( "" / 0 / null / false )6d8f018#3792 Thanks @probablyup! - Update the type forsetFieldValueto reflect the returnedPromiseand potential returned error(s).v2.3.0Compare Source
Minor Changes
73de78d#3788 Thanks @probablyup! - Added typescript generics toArrayHelpersinterface and its methods so that users who use TypeScript can set the type for their arrays and have type safety on array utils. I have also gone ahead and made supplying a type for the generic optional for the sake of backwards compatibility so any existing TS code that does not give a type for the FieldArray will continue to work as they always have.39a7bf7#3786 Thanks @probablyup! - Yup by default only allows for cross-field validation within thesame field object. This is not that useful in most scenarios because
a sufficiently-complex form will have several
yup.object()in theschema.
However, Yup offers something called
contextwhich can operate acrossthe entire schema when using a \$ prefix:
With this change, you may now validate against any field in the entire schema,
regardless of position when using the \$ prefix.
v2.2.10Compare Source
Patch Changes
22e236e#3784 Thanks @probablyup! - Improve performance of theFieldArraycomponent by adding ashouldComponentUpdatecheck; this should help avoid unnecessary re-renders which may affect the performance of a form.bc9cb28#3785 Thanks @probablyup! - Fixed field error state for array fields that have an error and become empty through an API likearrayHelpers.remove.The prior behavior resolved the field error to
[undefined], now it is simplyundefined.9cbf150#3787 Thanks @probablyup! - Fix infinite loop issue inFieldwhen field helpers (setTouched, etc) are used as an argument inReact.useEffect.9c75a9f#3780 Thanks @probablyup! - Fixed an issue with array field errors being incorrectly split into an array of individual characters instead of an array of error strings.35fa4cc#3783 Thanks @probablyup! - Fix validation of deep.dot.path field references when using thevalidateFieldAPI.hustcc/jest-date-mock (jest-date-mock)
v1.0.10Compare Source
What's Changed
Full Changelog: hustcc/jest-date-mock@v1.0.9...v1.0.10
v1.0.9Compare Source
What's Changed
New Contributors
Full Changelog: hustcc/jest-date-mock@v1.0.8...v1.0.9
shadowwalker/next-pwa (next-pwa)
v5.6.0Compare Source
Summary
BREAKING CHANGE
Start from version
5.6.0. This plugin function signature has been changed to follow the recommended pattern fromnext.js. Mainly extractingpwaconfig from mixing into rest of the next.js config. This is also less intrusive. See following commit for details.1e6af5fFull Changelog: shadowwalker/next-pwa@5.5.6...5.6.0
v5.5.6Compare Source
Important
Version
5.5.5included a broken change which preventpwaconfig to be effective. This release will fix that.What's Changed
New Contributors
Full Changelog: shadowwalker/next-pwa@5.5.5...5.5.6
v5.5.5Compare Source
What's Changed
New Contributors
Full Changelog: shadowwalker/next-pwa@5.5.4...5.5.5
v5.5.4Compare Source
What's Changed
importScriptsarray by @errendir in #352New Contributors
Full Changelog: shadowwalker/next-pwa@5.5.3...5.5.4
v5.5.3Compare Source
What's Changed
New Contributors
Full Changelog: shadowwalker/next-pwa@5.5.2...5.5.3
v5.5.2Compare Source
What's Changed
New Contributors
Full Changelog: shadowwalker/next-pwa@5.5.1...5.5.2
v5.5.1Compare Source
Summary
Fix 404 error on precaching sw.js
v5.5.0Compare Source
Fix
contenthashfrom webpack, suggested by @ammar-okerMisc
Fix
v5.4.7Fix
v5.4.6Fix
Misc
v5.4.5Fix
nodejs/node (node)
v14.21.3: 2023-02-16, Version 14.21.3 'Fermium' (LTS), @richardlauCompare Source
This is a security release.
Notable Changes
The following CVEs are fixed in this release:
More detailed information on each of the vulnerabilities can be found in February 2023 Security Releases blog post.
This security release includes OpenSSL security updates as outlined in the recent
OpenSSL security advisory.
This security release also includes an npm update for Node.js 14 to address a number
of CVEs which either do not affect Node.js or are low severity in the context of Node.js. You
can get more details for the individual CVEs in
nodejs-dependency-vuln-assessments.
Commits
97a0443f13] - build: build ICU with ICU_NO_USER_DATA_OVERRIDE (RafaelGSS) nodejs-private/node-private#3749e6221529b] - deps: cherry-pick Windows ARM64 fix for openssl (Richard Lau) #465660d5f86451d] - deps: update archs files for OpenSSL-1.1.1t (RafaelGSS) #465668c11d17b40] - deps: upgrade openssl sources to 1.1.1t (RafaelGSS) #46566224e93c9ef] - deps: upgrade npm to 6.14.18 (Ruy Adorno) #45936d73ea4de13] - doc: clarify release notes for Node.js 14.21.2 (Richard Lau) #45846f7892c16be] - lib: makeRequireFunction patch when experimental policy (RafaelGSS) nodejs-private/node-private#358fa115ee8ac] - module: protect against prototype mutation (Antoine du Hamel) #4400783975b7fb4] - policy: makeRequireFunction on mainModule.require (RafaelGSS) nodejs-private/node-private#358a5f8798d7a] - test: avoid left behind child processes (Richard Lau) #46276v14.21.2: 2022-12-13, Version 14.21.2 'Fermium' (LTS), @richardlauCompare Source
Notable Changes
OpenSSL 1.1.1s
This update is a bugfix release and does not address any security
vulnerabilities.
Root certificates updated to NSS 3.85
Certificates added:
A626340Certificates removed:
Time zone update to 2022f
Time zone data has been updated to 2022f. This includes changes to Daylight
Savings Time (DST) for Fiji and Mexico. For more information, see
https://mm.icann.org/pipermail/tz-announce/2022-October/000075.html.
Commits
436a596e99] - crypto: update root certificates (Luigi Pinca) #454904b422d34af] - deps: V8: cherry-pickd2db7fa(Richard Lau) #45785625f4bf3a9] - deps: update corepack to 0.15.1 (Node.js GitHub Bot) #4533148a9810de8] - deps: update corepack to 0.15.0 (Node.js GitHub Bot) #452359f4e64b603] - deps: update timezone to 2022f (Richard Lau) #45521f297b6bd21] - deps: update archs files for OpenSSL-1.1.1s (RafaelGSS) #4527211629fef15] - deps: upgrade openssl sources to 1.1.1s (RafaelGSS) #45272c3a90c4b44] - http2: fix memory leak when nghttp2 hd threshold is reached (rogertyang) #41502785dc3efee] - module: cjs-module-lexer WebAssembly fallback (Guy Bedford) #436122dbeb889f6] - node-api: handle no support for external buffers (Michael Dawson) #451815b2ea124f3] - test: add test to validate changelogs for releases (Richard Lau) #45325f13f889956] - test: add a test to ensure the correctness of timezone upgrades (Darshan Sen) #452995608e6fa72] - tools: update certdata.txt (Luigi Pinca) #45490d6f1d7107b] - tools: have test-asan use ubuntu-20.04 (Filip Skokan) #45581370a00f737] - tools: make license-builder.sh comply with shellcheck 0.8.0 (Rich Trott) #41258v14.21.1: 2022-11-04, Version 14.21.1 'Fermium' (LTS), @BethGriggsCompare Source
This is a security release.
Notable changes
The following CVEs are fixed in this release:
More detailed information on each of the vulnerabilities can be found in November 2022 Security Releases blog post.
Commits
2b433af094] - inspector: harden IP address validation again (Tobias Nießen) nodejs-private/node-private#354v14.21.0: 2022-11-01, Version 14.21.0 'Fermium' (LTS), @danielleadamsCompare Source
Notable changes
Commits
773f587912] - deps: cherry-pick libuv/libuv@3a7b955(Ben Noordhuis) #43950a1dea66956] - deps: cherry-pick libuv/libuv@abb109f(Ben Noordhuis) #4395098c49d81f5] - deps: update corepack to 0.14.2 (Node.js GitHub Bot) #4477518c43c8518] - deps: update timezone to tz2022e (Richard Lau) #45094a1f8e4db48] - deps: update corepack to 0.14.1 (Node.js GitHub Bot) #44704e55389ca86] - deps: update corepack to 0.14.0 (Node.js GitHub Bot) #445090227462418] - deps: update corepack to 0.13.0 (Node.js GitHub Bot) #44318ee24c320ea] - deps: update corepack to 0.12.3 (Node.js GitHub Bot) #4422928e9891449] - deps: update corepack to 0.12.2 (Node.js GitHub Bot) #44159b6972c9df2] - deps: update corepack to 0.12.1 (Node.js GitHub Bot) #439659d6cb3b5f1] - deps: update corepack to 0.12.0 (Node.js GitHub Bot) #43748fa6c276b4f] - deps: update Corepack to 0.11.2 (Maël Nison) #434024f83d75626] - (SEMVER-MAJOR) src,doc,test: add --openssl-shared-config option (Daniel Bevenius) #431249487028043] - test: fix intl tests on small-icu builds (Antoine du Hamel) #41939a1d52097f8] - tools: add more options to track flaky tests (Antoine du Hamel) #43954v14.20.1: 2022-09-23, Version 14.20.1 'Fermium' (LTS), @benglCompare Source
This is a security release.
Notable changes
The following CVEs are fixed in this release:
More detailed information on each of the vulnerabilities can be found in September 22nd 2022 Security Releases blog post.
Commits
a9f1146b88] - http: disable chunked encoding when OBS fold is used (Paolo Insogna) nodejs-private/node-private#341a1121b456c] - src: fix IPv4 non routable validation (RafaelGSS) nodejs-private/node-private#337de80707870] - src: fix IS_LTS and IS_RELEASE flags (Richard Lau) #43761v14.20.0: 2022-07-07, Version 14.20.0 'Fermium' (LTS), @danielleadams prepared by @juanarbolCompare Source
This is a security release.
Notable Changes
8e8aef836c] - (SEMVER-MAJOR) src,deps,build,test: add OpenSSL config appname (Daniel Bevenius) #4312498965b137d] - deps: upgrade openssl sources to 1.1.1q (RafaelGSS) #43686Commits
b93e048bf6] - deps: update archs files for OpenSSL-1.1.1q (RafaelGSS) #4368698965b137d] - deps: upgrade openssl sources to 1.1.1q (RafaelGSS) #43686837a1d803e] - deps: update archs files for OpenSSL-1.1.1p (RafaelGSS) #43527c5d9c9a49e] - deps: upgrade openssl sources to 1.1.1p (RafaelGSS) #43527da0fda0fe8] - http: stricter Transfer-Encoding and header separator parsing (Paolo Insogna) #31548c5aa5cab] - src: fix IPv4 validation in inspector_socket (Tobias Nießen) nodejs-private/node-private#3208e8aef836c] - (SEMVER-MAJOR) src,deps,build,test: add OpenSSL config appname (Daniel Bevenius) #43124v14.19.3: 2022-05-17, Version 14.19.3 'Fermium' (LTS), @richardlauCompare Source
Notable Changes
Commits
68397e49d9] - deps: update archs files for OpenSSL-1.1.1o (RafaelGSS) #429567f9a5ed4a8] - deps: upgrade openssl sources to 1.1.1o (RafaelGSS) #4295661eba58cb6] - doc: add release key for Juan Arboleda (Juan José) #42961v14.19.2: 2022-05-04, Version 14.19.2 'Fermium' (LTS), @BethGriggs prepared by @juanarbolCompare Source
Notable Changes
doc:
Learn more at: #42102
Contributed by Bryan English (@bengl)
npm:
npmtov6.14.17.Learn more at: #42900
Contributed by Ruy Adorno (@ruyadorno)
V8:
vmmodule, cherry-pickingcc9a8a37445efrom V8 solves this issue.
Learn more at: #41826
Contributed by Gus Caplan (@devsnek)
getHeapSnapshot()was causing a Node.js crash due a V8 issue, this is fixed by backporting367b0c1e7a32from V8.
Learn more at: #42637
Contributed by Chengzhong Wu (@legendecas)
Commits
c73ac527d6] - build: set DESTCPU correctly for 'make binary' on Apple Silicon (Chris Heisterkamp) #40147dcaed6db24] - build: use ccache in make-v8.sh on ppc64le and s390x (Richard Lau) #422044203d132b1] - child_process: queue pending messages (Erick Wendel) #41221a3ebdbfe8f] - deps: upgrade npm to 6.14.17 (Ruy Adorno) #4290039e44f8382] - deps: V8: cherry-pickcc9a8a3(Gus Caplan) #41826b52a268b6f] - deps: V8: cherry-pick367b0c1(legendecas) #4263777ba012065] - doc: fix documentation ofFileHandle.prototype.appendFile(Antoine du Hamel) #425883d3d7ed1b7] - doc: specify flag needed for JSON and Wasm modules (Rich Trott) #42736542d812c93] - doc: use openpgp.org for keyserver examples (Nick Schonning) #392277f2825b1a9] - doc: add release key for Bryan English (Bryan English) #4210275302d3dce] - fs: fix write methods param validation and docs (Livia Medeiros) #41677d4171e0eac] - stream: resume stream on drain (Robert Nagy) #41848de474c8b6f] - worker: do not send message if port is closing (Rich Trott) #42357v14.19.1: 2022-03-17, Version 14.19.1 'Fermium' (LTS), @̴Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) in timezone Asia/Tokyo, 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.