fix(deps): update dependencies (non-major) #881
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.370.0
->3.374.0
3.370.0
->3.375.0
6.3.2
->6.3.3
6.14.1
->6.15.3
13.4.10
->13.4.12
5.16.5
->5.17.0
18.16.19
->18.17.0
6.0.0
->6.1.0
6.0.0
->6.1.0
4.21.7
->4.21.8
4.21.7
->4.21.8
13.4.10
->13.4.12
7.32.2
->7.33.0
10.12.21
->10.13.1
13.4.10
->13.4.12
4.22.1
->4.22.3
8.6.7
->8.6.10
8.4.26
->8.4.27
7.45.1
->7.45.2
1.63.6
->1.64.1
0.32.3
->0.32.4
Release Notes
aws/aws-sdk-js-v3 (@aws-sdk/client-s3)
v3.374.0
Compare Source
Bug Fixes
Features
v3.373.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
aws/aws-sdk-js-v3 (@aws-sdk/s3-request-presigner)
v3.375.0
Compare Source
Note: Version bump only for package @aws-sdk/s3-request-presigner
v3.374.0
Compare Source
Note: Version bump only for package @aws-sdk/s3-request-presigner
v3.373.0
Compare Source
Note: Version bump only for package @aws-sdk/s3-request-presigner
codemirror/legacy-modes (@codemirror/legacy-modes)
v6.3.3
Compare Source
Bug fixes
In Shell mode, don't allow spaces in heredoc tokens.
codemirror/view (@codemirror/view)
v6.15.3
Compare Source
Bug fixes
Fix another crash regression for compositions before line breaks.
v6.15.2
Compare Source
Bug fixes
Fix the check that made sure compositions are dropped when the selection is moved.
v6.15.1
Compare Source
Bug fixes
Fix a regression that could cause the composition content to be drawn incorrectly.
v6.15.0
Compare Source
Bug fixes
Fix dragging a selection from inside the current selection on macOS.
Fix an issue that could cause the scroll position to jump wildly
Don't try to scroll fixed-positioned elements into view by scrolling their parent elements.
Fix a bug that caused the cursor to be hidden when showing a placeholder that consisted of the empty string.
Resolve some issues where composition could incorrectly affect nearby replaced content.
New features
Key bindings can now set a
stopPropagation
field to cause the view to stop the key event propagation when it considers the event handled.vercel/next.js (@next/bundle-analyzer)
v13.4.12
Compare Source
Core Changes
Documentation Changes
Misc Changes
swc_core
tov0.79.22
: #52945Credits
Huge thanks to @ijjk, @wyattjoh, @sokra, @kdy1, @alexkirsz, @styfle, @ShaunFerris, @syedtaqi95, @Heidar-An, @huozhi, and @ztanner for helping!
v13.4.11
Compare Source
Core Changes
<preload>
fornext/image
in App Router: #52425.txt
: #52640moduleResolution
intsconfig.json
fromnode
tobundler
: #51957Documentation Changes
js
version forgenerateMetadata
.: #52763Example Changes
force-dynamic
from all dynamic routes: #52916Misc Changes
Credits
Huge thanks to @styfle, @huozhi, @balazsorban44, @kwonoj, @alexkirsz, @ijjk, @Jeffrey-Zutt, @timneutkens, @vinaykulk621, @Ryan-Dia, @sokra, @shuding, @steppefox, @hiro0218, @rjsdnql123, @feedthejim, @fgiuliani, @steven-tey, @AntoineBourin, @adamrhunter, @darshanjain-entrepreneur, @s0h311, @wyattjoh, @ztanner, @djreillo, @dijonmusters, and @cassidoo for helping!
testing-library/jest-dom (@testing-library/jest-dom)
v5.17.0
Compare Source
Features
toHaveAccessibleErrorMessage
better implementing the spec, deprecatetoHaveErrorMessage
(#503) (d717c66)typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.1.0
Compare Source
Bug Fixes
Features
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.1.0
Compare Source
Features
You can read about our versioning strategy and releases on our website.
uiwjs/react-codemirror (@uiw/codemirror-theme-dracula)
v4.21.8
Compare Source
Documentation v4.21.8: https://raw.githack.com/uiwjs/react-codemirror/265d393/index.html\
Comparing Changes: uiwjs/react-codemirror@v4.21.7...v4.21.8
528759f
@jaywcjlovebed5e80
@meowtecjsx-eslint/eslint-plugin-react (eslint-plugin-react)
v7.33.0
Compare Source
Added
display-name
]: addcheckContextObjects
option (#3529 @JulesBlm)jsx-first-prop-new-line
]: addmultiprop
option (#3533 @haydncomley)no-deprecated
]: add React 18 deprecations (#3548 @sergei-startsev)forbid-component-props
]: adddisallowedFor
option (#3417 @jacketwpbb)Fixed
no-array-index-key
]: consider flatMap (#3530 @k-yle)jsx-curly-brace-presence
]: handle single and only expression template literals (#3538 @taozhou-glean)no-unknown-property
]: allowonLoad
onsource
(@ljharb)jsx-first-prop-new-line
]: ensure autofix preserves generics in component name (#3546 @ljharb)no-unknown-property
]: allowfill
prop on<symbol>
(#3555 @stefanprobst)display-name
], [prop-types
]: when checking for a capitalized name, ignore underscores entirely (#3560 @ljharb)no-unused-state
]: avoid crashing on a class field function with destructured state (#3568 @ljharb)no-unused-prop-types
]: allow using spread with object expression in jsx (#3570 @akulsr0)destructuring-assignment
]: Handle destructuring of useContext in SFC" (#3583 [#2797][] @102)prefer-read-only-props
]: add TS support (#3593 @HenryBrown0)Changed
jsx-newline
], [no-unsafe
], [static-property-placement
]: Fix code syntax highlighting (#3563 @nbsp1221)jsx-no-bind
]: reword performance rationale (#3581 @gpoole)jsx-first-prop-new-line
]: add missingmultiprop
value (#3598 @dzek69)framer/motion (framer-motion)
v10.13.1
Compare Source
Added
v10.13.0
Compare Source
Added
scroll()
, a universal API for powering scroll-driven animations viaScrollTimeline
.v10.12.23
Compare Source
Fixed
v10.12.22
Compare Source
Fixed
vercel/next.js (next)
v13.4.12
Compare Source
v13.4.11
Compare Source
Core Changes
<preload>
fornext/image
in App Router: #52425.txt
: #52640moduleResolution
intsconfig.json
fromnode
tobundler
: #51957Documentation Changes
js
version forgenerateMetadata
.: #52763Example Changes
force-dynamic
from all dynamic routes: #52916Misc Changes
Credits
Huge thanks to @styfle, @huozhi, @balazsorban44, @kwonoj, @alexkirsz, @ijjk, @Jeffrey-Zutt, @timneutkens, @vinaykulk621, @Ryan-Dia, @sokra, @shuding, @steppefox, @hiro0218, @rjsdnql123, @feedthejim, @fgiuliani, @steven-tey, @AntoineBourin, @adamrhunter, @darshanjain-entrepreneur, @s0h311, @wyattjoh, @ztanner, @djreillo, @dijonmusters, and @cassidoo for helping!
nextauthjs/next-auth (next-auth)
v4.22.3
Compare Source
Full Changelog: https://github.com/nextauthjs/next-auth/compare/[email protected]@4.22.3
v4.22.2
Compare Source
Bugfixes
nodemailer
/required types (#7950) (f48eb04
)bd37c55
)169a523
)Other
pnpm/pnpm (pnpm)
v8.6.10
Compare Source
Patch Changes
ENAMETOOLONG
errors from happening #6842.packageExtensions
before calculatingpackageExtensionsChecksum
#6824.git ls-remote
in order to prevent a fallback togit+ssh
that would result in a 'host key verification failed' issue #6806Our Gold Sponsors
Our Silver Sponsors
v8.6.9
Compare Source
Patch Changes
Our Gold Sponsors
This PR has been generated by Mend Renovate. View repository job log here.