-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix(deps): update dependencies (non-major) #1096
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1096 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 8 8
Lines 57 57
Branches 2 2
=========================================
Hits 57 57 ☔ View full report in Codecov by Sentry. |
478c816
to
1e9b84e
Compare
This PR has Quantification details
Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 4d8e94b
This PR contains the following updates:
^7.23.7
->^7.23.9
^7.23.3
->^7.23.9
3.1.0
->3.1.1
3.1.0
->3.1.1
3.1.0
->3.1.1
3.1.0
->3.1.1
3.1.0
->3.1.1
^2.0.1
->^2.1.0
^1.7.0
->^1.7.2
^6.2.0
->^6.3.0
^20.11.5
->^20.11.7
^6.19.0
->^6.19.1
^6.19.0
->^6.19.1
^4.22.2
->^4.22.3
^16.3.2
->^16.4.1
^2.12.2
->^2.13.0
^29.1.1
->^29.1.2
^6.4.0
->^6.5.0
^3.5.1
->^3.5.2
^5.89.0
->^5.90.0
Release Notes
babel/babel (@babel/core)
v7.23.9
Compare Source
🐛 Bug Fix
babel-helper-transform-fixture-test-runner
,babel-plugin-transform-function-name
,babel-plugin-transform-modules-systemjs
,babel-preset-env
systemjs
re-traverses helpers (@liuxingbaoyu)babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
babel-plugin-proposal-decorators
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-runtime
,babel-preset-env
core-js@3
imports (@nicolo-ribaudo)babel-traverse
getTypeAnnotation
when using TS+inference (@liuxingbaoyu)no-use-before-define
for class ref in fields (@nicolo-ribaudo)🏠 Internal
babel-core
,babel-parser
,babel-template
eslint-parser
to cts (@liuxingbaoyu)babel-types
@babel/types
props that are not produced by the parser (@liuxingbaoyu)🏃♀️ Performance
babel-parser
🔬 Output optimization
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-pipeline-operator
,babel-plugin-transform-class-properties
,babel-plugin-transform-class-static-block
,babel-plugin-transform-new-target
,babel-plugin-transform-parameters
,babel-plugin-transform-private-methods
,babel-preset-env
babel-helpers
,babel-plugin-proposal-explicit-resource-management
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
using
(@liuxingbaoyu)facebook/docusaurus (@docusaurus/core)
v3.1.1
Compare Source
facebook/docusaurus (@docusaurus/module-type-aliases)
v3.1.1
Compare Source
facebook/docusaurus (@docusaurus/preset-classic)
v3.1.1
Compare Source
facebook/docusaurus (@docusaurus/tsconfig)
v3.1.1
Compare Source
facebook/docusaurus (@docusaurus/types)
v3.1.1
Compare Source
reduxjs/redux-toolkit (@reduxjs/toolkit)
v2.1.0
Compare Source
This minor release:
listenerMiddleware
andcreateDraftSafeSelector
skipPollingIfUnfocused
option to RTK QuerycreateSelector
instance used by RTK Querythis
valuecreate.asyncThunk
type parametersqueryFn
sWhat's Changed
listenerMiddleware.withTypes<RootState, AppDispatch>()
method by @aryaemami59 in https://github.com/reduxjs/redux-toolkit/pull/4049.withTypes
tocreateDraftSafeSelector
by @aryaemami59 in https://github.com/reduxjs/redux-toolkit/pull/4080this
in createSlice by @EskiMojo14 in https://github.com/reduxjs/redux-toolkit/pull/4071tsconfig.typetests.json
to include all TS files by @aryaemami59 in https://github.com/reduxjs/redux-toolkit/pull/4091composeWithDevTools
spy by @aryaemami59 in https://github.com/reduxjs/redux-toolkit/pull/4093New Contributors
Full Changelog: reduxjs/redux-toolkit@v2.0.1...v2.1.0
microsoft/rushstack (@rushstack/eslint-patch)
v1.7.2
Compare Source
Thu, 25 Jan 2024 23:03:57 GMT
Patches
v1.7.1
Compare Source
Wed, 24 Jan 2024 07:38:34 GMT
Patches
testing-library/jest-dom (@testing-library/jest-dom)
v6.3.0
Compare Source
Features
v6.2.1
Compare Source
Bug Fixes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.19.1
Compare Source
🩹 Fixes
type-utils: preventing isUnsafeAssignment infinite recursive calls
eslint-plugin: [no-unnecessary-condition] fix false positive for type variable
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.19.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.
browserslist/browserslist (browserslist)
v4.22.3
Compare Source
supports
query (@g-plane).@company/package/browserslist-config
(@boucodes).motdotla/dotenv (dotenv)
v16.4.1
Compare Source
path
option #797v16.4.0
Compare Source
error.code
to error messages around.env.vault
decryption handling #795.env.vault
file when filename(s) passed as an array #784ota-meshi/eslint-plugin-jsonc (eslint-plugin-jsonc)
v2.13.0
Compare Source
Minor Changes
a40f021
Thanks @ota-meshi! - feat:jsonc/auto
rule works even in flat configkulshekhar/ts-jest (ts-jest)
v29.1.2
Compare Source
Bug Fixes
supportsStaticESM
(a5d6f2d)processAsync
(e7be4bf), closes #4207Config.ProjectConfig
(918312b), closes #4028nodejs/undici (undici)
v6.5.0
Compare Source
What's Changed
Full Changelog: nodejs/undici@v6.4.0...v6.5.0
GoogleChrome/web-vitals (web-vitals)
v3.5.2
Compare Source
target
for INP attribution (#421)webpack/webpack (webpack)
v5.90.0
Compare Source
Bug Fixes
RemoveParentModulesPlugin
via bigint arithmeticServer
andDirent
fetchPriority
to hmr runtime'sensureChunk
functionoutput.environment.arrowFunction
option/*#__PURE__*/
to generatedJSON.parse()
amd
externals andamd
librarySideEffectsFlagPlugin
with namespace re-exportsor
strictModuleErrorHandling
is now workingNew Features
false
for dev server inwebpack.config.js
node-module
option for thenode.__filename/__dirname
and enable it by default for ESM targetsnapshot.unmanagedPaths
optionMultiCompilerOptions
typeexportsOnly
option to CSS generator optionsDependencies & Maintenance
Full Changelog: webpack/webpack@v5.89.0...v5.90.0
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Asia/Shanghai, 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.