-
-
Notifications
You must be signed in to change notification settings - Fork 5
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(deps): update all non-major dependencies #851
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected] |
8997dfc
to
377d85d
Compare
377d85d
to
fb65e9d
Compare
fb65e9d
to
b4da744
Compare
b4da744
to
efab8ec
Compare
efab8ec
to
ba0f959
Compare
ba0f959
to
99cde85
Compare
99cde85
to
f8287ef
Compare
f8287ef
to
fc3e477
Compare
00ac2e1
to
30bff8f
Compare
30bff8f
to
0012834
Compare
0012834
to
e167e78
Compare
e167e78
to
5d8e393
Compare
5d8e393
to
c0057a7
Compare
c0057a7
to
0e4361d
Compare
0e4361d
to
cd76249
Compare
cd76249
to
517d455
Compare
517d455
to
f3bcd30
Compare
This PR contains the following updates:
14.2.2
->14.3.1
18.2.72
->18.3.1
18.2.22
->18.3.0
0.13.8
->0.13.9
7.4.0
->7.7.1
7.4.0
->7.7.1
1.4.0
->1.5.2
1.0.30001600
->1.0.30001613
13.7.1
->13.8.1
14.1.4
->14.2.3
1.17.0
->1.18.0
17.12.2
->17.13.0
14.1.4
->14.2.3
6.12.0
->6.12.1
18.2.0
->18.3.1
18.2.0
->18.3.1
5.12.3
->5.17.2
0.25.12
->0.25.13
5.4.3
->5.4.5
5.2.6
->5.2.10
1.4.0
->1.5.2
3.22.4
->3.23.4
Release Notes
testing-library/react-testing-library (@testing-library/react)
v14.3.1
Compare Source
Bug Fixes
v14.3.0
Compare Source
decs/typeschema (@typeschema/main)
v0.13.9
Compare Source
Patch Changes
3fef7e0
: feat: add support to vine3fef7e0
]typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.7.1
Compare Source
🩹 Fixes
eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment
eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type
eslint-plugin: [prefer-optional-chain] only look at left operand for
requireNullish
eslint-plugin: [no-for-in-array] refine report location
eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.7.0
Compare Source
🚀 Features
no-new-symbol
withno-new-native-nonconstructor
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.6.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.5.0
Compare Source
🩹 Fixes
eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression
eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v7.7.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.
v7.7.0
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.
v7.6.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.5.0
Compare Source
🩹 Fixes
errorOnTypeScriptSyntacticAndSemanticIssues
❤️ Thank You
You can read about our versioning strategy and releases on our website.
vitest-dev/vitest (@vitest/ui)
v1.5.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.5.1
Compare Source
🚀 Features
startVitest()
to acceptstdout
andstdin
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5493 (780b1)startVitest
API is experimental and doesn't follow semver.🐞 Bug Fixes
import.meta.env.PROD: false
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5561 (9c649)onTestFinished
in reverse order - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/5598 (23f29)fileParallelism
by default on browser pool - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5528 (5c69f)v8-to-istanbul
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5549 (df6a4)cleanOnRerun
is disabled - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5540 (ea3c1)thresholds
to compare files relative to root - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5574 (80265)toEqual
andtoMatchObject
with circular references - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5535 (9e641)View changes on GitHub
v1.5.0
Compare Source
🚀 Features
🐞 Bug Fixes
describe
calls not taking generic type parameters - by @aryaemami59 in https://github.com/vitest-dev/vitest/issues/5415 (16bac)process
is mocked - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5430 (0ec4d)toHaveBeenNthCalledWith
error message when not called - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5420 (e5253)isValidNodeImport
to check"type": "module"
first - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/5416 (6fb15)View changes on GitHub
browserslist/caniuse-lite (caniuse-lite)
v1.0.30001613
Compare Source
v1.0.30001612
Compare Source
v1.0.30001611
Compare Source
v1.0.30001610
Compare Source
v1.0.30001609
Compare Source
v1.0.30001608
Compare Source
v1.0.30001607
Compare Source
v1.0.30001606
Compare Source
v1.0.30001605
Compare Source
v1.0.30001603
Compare Source
cypress-io/cypress (cypress)
v13.8.1
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#13-8-1
v13.8.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#13-8-0
v13.7.3
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#13-7-3
v13.7.2
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#13-7-2
vercel/next.js (eslint-config-next)
v14.2.3
Compare Source
v14.2.2
Compare Source
v14.2.1
Compare Source
v14.2.0
Compare Source
icebob/fastest-validator (fastest-validator)
v1.18.0
Compare Source
Changes
hapijs/joi (joi)
v17.13.0
Compare Source
v17.12.3
Compare Source
vercel/next.js (next)
v14.2.3
Compare Source
v14.2.2
Compare Source
v14.2.1
Compare Source
v14.2.0
Compare Source
ljharb/qs (qs)
v6.12.1
Compare Source
parse
: DisabledecodeDotInKeys
by default to restore previous behavior (#501)utils
: Optimize performance under large data volumes, reduce memory usage, and speed up processing (#502)utils
: use+=
facebook/react (react)
v18.3.1
Compare Source
v18.3.0
Compare Source
facebook/react (react-dom)
v18.3.1
Compare Source
v18.3.0
Compare Source
swagger-api/swagger-ui (swagger-ui-react)
v5.17.2
: Swagger UI v5.17.2 Released!Compare Source
Bug Fixes
v5.17.1
Compare Source
v5.17.0
: Swagger UI v5.17.0 Released!Compare Source
Features
v5.16.2
: Swagger UI v5.16.2 Released!Compare Source
Bug Fixes
v5.16.1
: Swagger UI v5.16.1 Released!Compare Source
Bug Fixes
v5.16.0
: Swagger UI v5.16.0 Released!Compare Source
Bug Fixes
Features
v5.15.2
Compare Source
v5.15.1
: Swagger UI v5.15.1 Released!Compare Source
Bug Fixes
v5.15.0
: Swagger UI v5.15.0 Released!Compare Source
Bug Fixes
Features
v5.14.0
: Swagger UI v5.14.0 Released!Compare Source
Bug Fixes
Features
v5.13.0
: Swagger UI v5.13.0 Released!Compare Source
Bug Fixes
Features
TypeStrong/TypeDoc (typedoc)
v0.25.13
Compare Source
Features
gitRevision:short
placeholder option to--sourceLinkTemplate
option, #2529.Links generated by TypeDoc will now default to using the non-short git revision.
<footer>
tag, addedfooter.begin
andfooter.end
render hooks for use by custom plugins, #2532.
Bug Fixes
NoInfer
missing type parameter reference, #2539."This member is normally hidden due to your filter settings" for every member.
Thanks!
Microsoft/TypeScript (typescript)
v5.4.5
: TypeScript 5.4.5Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.4.4
: TypeScript 5.4.4Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
vitejs/vite (vite)
v5.2.10
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Mend Renovate. View repository job log here.