chore(deps): update all non-major dependencies #381
Merged
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:
3.624.0
->3.632.0
3.627.0
->3.633.0
3.624.0
->3.633.0
3.624.0
->3.632.0
3.627.0
->3.633.0
0.0.31
->0.0.32
5.4.5
->5.4.6
5.4.5
->5.4.6
5.4.5
->5.4.6
5.4.5
->5.4.6
5.4.5
->5.4.6
5.4.5
->5.4.6
5.4.5
->5.4.6
5.4.5
->5.4.6
7.12.1
->7.13.0
0.1.4
->0.1.5
20.14.15
->20.15.0
8.0.1
->8.1.0
8.0.1
->8.1.0
2.151.0
->2.152.0
2.151.0
->2.152.0
2.1672.0
->2.1677.0
0.23.0
->0.23.1
6.26.0
->6.26.1
6.26.0
->6.26.1
5.4.0
->5.4.1
🔧 This Pull Request updates lock files to use the latest dependency versions.
Release Notes
aws/aws-sdk-js-v3 (@aws-sdk/client-dynamodb)
v3.632.0
Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
v3.631.0
Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
v3.629.0
Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
aws/aws-sdk-js-v3 (@aws-sdk/client-s3)
v3.633.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.632.0
Compare Source
Features
v3.631.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.629.0
Compare Source
Features
aws/aws-sdk-js-v3 (@aws-sdk/client-sesv2)
v3.633.0
Compare Source
Features
v3.632.0
Compare Source
Note: Version bump only for package @aws-sdk/client-sesv2
v3.631.0
Compare Source
Note: Version bump only for package @aws-sdk/client-sesv2
v3.629.0
Compare Source
Note: Version bump only for package @aws-sdk/client-sesv2
aws/aws-sdk-js-v3 (@aws-sdk/client-sfn)
v3.632.0
Compare Source
Note: Version bump only for package @aws-sdk/client-sfn
v3.631.0
Compare Source
Note: Version bump only for package @aws-sdk/client-sfn
v3.629.0
Compare Source
Note: Version bump only for package @aws-sdk/client-sfn
aws/aws-sdk-js-v3 (@aws-sdk/s3-request-presigner)
v3.633.0
Compare Source
Note: Version bump only for package @aws-sdk/s3-request-presigner
v3.632.0
Compare Source
Note: Version bump only for package @aws-sdk/s3-request-presigner
v3.631.0
Compare Source
Note: Version bump only for package @aws-sdk/s3-request-presigner
v3.629.0
Compare Source
Note: Version bump only for package @aws-sdk/s3-request-presigner
SvenKirschbaum/cdk-cross-account-route53 (@fallobst22/cdk-cross-account-route53)
v0.0.32
Compare Source
0.0.32 (2024-08-10)
middyjs/middy (@middy/core)
v5.4.6
Compare Source
What's Changed
Full Changelog: middyjs/middy@5.4.5...5.4.6
mui/mui-x (@mui/x-date-pickers)
v7.13.0
Compare Source
Aug 16, 2024
We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
💫 Allow to edit the label of Tree View's items.
🔧 Improve rows accessibility on the Data Grid features "Tree Data" and "Row Grouping". Certain "Row Grouping" accessibility updates will only be applied if experimental feature flag is enabled. See the documentation for more information.
🌍 Improve Vietnamese (vi-VN) locale on the Data Grid
🐞 Bugfixes
Data Grid
@mui/x-data-grid@7.13.0
null
andundefined
values (#14166) @k-rajat19useGridStateInitialization
(#14181) @k-rajat19@mui/x-data-grid-pro@7.13.0
Same changes as in
@mui/x-data-grid@7.13.0
, plus:@mui/x-data-grid-premium@7.13.0
Same changes as in
@mui/x-data-grid-pro@7.13.0
.Date and Time Pickers
@mui/x-date-pickers@7.13.0
@mui/x-date-pickers-pro@7.13.0
Same changes as in
@mui/x-date-pickers@7.13.0
.Charts
@mui/x-charts@7.13.0
baseline
property to theLineChart
series
(#14153) @JCQuintasCartesianContextProvider
toCartesianProvider
(#14102) @JCQuintas@mui/x-date-charts-pro@7.0.0-alpha.1
Same changes as in
@mui/x-charts@7.13.0
.Tree View
@mui/x-tree-view@7.13.0
canMoveItemToNewPosition
prop (#14176) @flaviendelangleDocs
Core
cache-docs
plugin setup (#14105) @LukasTytrautonen/cdk-dns-validated-certificate (@trautonen/cdk-dns-validated-certificate)
v0.1.5
Compare Source
0.1.5 (2024-08-12)
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.1.0
Compare Source
🚀 Features
eslint-plugin: [no-floating-promises] enable "add await" suggestion if ignoreVoid is true
typescript-estree: restrict variable declarator definite/init combinations
eslint-plugin: [no-unsafe-return] check promise any
eslint-plugin: [no-misused-promises] check subtype methods against heritage type methods
🩹 Fixes
eslint-plugin: [no-unsafe-enum-comparison] typo in test
eslint-plugin: [no-unnecessary-type-parameters] skip checking function bodies for AST references
eslint-plugin: [member-ordering] get accessor member name & take into account
abstract
and decoratoreslint-plugin: [prefer-optional-chain] wrong parenthesis fix output
eslint-plugin: [no-unnecessary-type-parameters] clarify message
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.1.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.
aws/aws-cdk (aws-cdk)
v2.152.0
Compare Source
Features
Alpha modules (2.152.0-alpha.0)
v2.151.1
Compare Source
Reverts
Alpha modules (2.151.1-alpha.0)
aws/aws-sdk-js (aws-sdk)
v2.1677.0
Compare Source
v2.1676.0
Compare Source
v2.1675.0
Compare Source
v2.1674.0
Compare Source
v2.1673.0
Compare Source
evanw/esbuild (esbuild)
v0.23.1
Compare Source
Allow using the
node:
import prefix withes*
targets (#3821)The
node:
prefix on imports is an alternate way to import built-in node modules. For example,import fs from "fs"
can also be writtenimport fs from "node:fs"
. This only works with certain newer versions of node, so esbuild removes it when you target older versions of node such as with--target=node14
so that your code still works. With the way esbuild's platform-specific feature compatibility table works, this was added by saying that only newer versions of node support this feature. However, that means that a target such as--target=node18,es2022
removes thenode:
prefix because none of thees*
targets are known to support this feature. This release adds the support for thenode:
flag to esbuild's internal compatibility table fores*
to allow you to use compound targets like this:Fix a panic when using the CLI with invalid build flags if
--analyze
is present (#3834)Previously esbuild's CLI could crash if it was invoked with flags that aren't valid for a "build" API call and the
--analyze
flag is present. This was caused by esbuild's internals attempting to add a Go plugin (which is how--analyze
is implemented) to a null build object. The panic has been fixed in this release.Fix incorrect location of certain error messages (#3845)
This release fixes a regression that caused certain errors relating to variable declarations to be reported at an incorrect location. The regression was introduced in version 0.18.7 of esbuild.
Print comments before case clauses in switch statements (#3838)
With this release, esbuild will attempt to print comments that come before case clauses in switch statements. This is similar to what esbuild already does for comments inside of certain types of expressions. Note that these types of comments are not printed if minification is enabled (specifically whitespace minification).
Fix a memory leak with
pluginData
(#3825)With this release, the build context's internal
pluginData
cache will now be cleared when starting a new build. This should fix a leak of memory from plugins that returnpluginData
objects fromonResolve
and/oronLoad
callbacks.remix-run/react-router (react-router)
v6.26.1
Compare Source
remix-run/react-router (react-router-dom)
v6.26.1
Compare Source
vitejs/vite (vite)
v5.4.1
build.modulePreload.resolveDependencies
is optimizable (#16083) (e961b31), closes #16083__vite_import_meta_env__
(#17876) (e686d74), closes #17876handleHotUpdate
from watch-package-data plugin (#17865) (e16bf1f), closes #17865Configuration
📅 Schedule: Branch creation - "before 6am on saturday" in timezone Europe/Berlin, 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.