fix(deps): update all non-major dependencies #58
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.37.0
->1.53.0
2.9.1
->2.10.4
11.13.3
->11.14.0
11.13.0
->11.14.0
4.0.4
->4.0.5
0.7.7
->0.7.10
20.16.10
->20.17.10
18.3.10
->18.3.16
18.3.0
->18.3.5
14.2.4
->14.2.20
2.30.0
->2.31.0
7.37.1
->7.37.2
11.9.0
->11.14.4
9.1.6
->9.1.7
2.10.0
->2.10.3
15.2.10
->15.2.11
8.4.47
->8.4.49
3.3.3
->3.4.2
3.0.0
->3.1.1
3.6.0
->3.6.3
5.6.2
->5.7.2
Release Notes
argentlabs/x-shared (@argent/x-shared)
v1.53.0
Compare Source
Features
v1.52.4
Compare Source
Bug Fixes
v1.52.3
Compare Source
v1.52.2
Compare Source
v1.52.1
Compare Source
v1.52.0
Compare Source
v1.51.0
Compare Source
v1.50.0
Compare Source
v1.49.1
Compare Source
v1.49.0
Compare Source
v1.48.3
Compare Source
v1.48.2
Compare Source
v1.48.1
Compare Source
v1.48.0
Compare Source
v1.47.0
Compare Source
v1.46.1
Compare Source
v1.46.0
Compare Source
v1.45.1
Compare Source
v1.45.0
Compare Source
v1.44.4
Compare Source
v1.44.3
Compare Source
v1.44.2
Compare Source
v1.44.1
Compare Source
v1.44.0
Compare Source
v1.43.1
Compare Source
v1.43.0
Compare Source
v1.42.1
Compare Source
v1.42.0
Compare Source
v1.41.7
Compare Source
v1.41.6
Compare Source
v1.41.5
Compare Source
v1.41.4
Compare Source
v1.41.3
Compare Source
v1.41.2
Compare Source
v1.41.1
Compare Source
v1.41.0
Compare Source
v1.40.0
Compare Source
v1.39.1
Compare Source
v1.39.0
Compare Source
v1.38.1
Compare Source
v1.38.0
Compare Source
emotion-js/emotion (@emotion/react)
v11.14.0
Compare Source
Minor Changes
a19d019
Thanks @Andarist! - Source code has been migrated to TypeScript. From now on type declarations will be emitted based on that, instead of being hand-written.Patch Changes
e1bf17e
]:v11.13.5
Compare Source
starknet-io/types-js (@starknet-io/types-js)
v0.7.10
Compare Source
Bug Fixes
v0.7.9
Compare Source
Bug Fixes
v0.7.8
Compare Source
Bug Fixes
vercel/next.js (eslint-config-next)
v14.2.20
Compare Source
v14.2.19
Compare Source
Core Changes
Misc Changes
Credits
Huge thanks to @ztanner and @ijjk for helping!
v14.2.18
Compare Source
Core Changes
Credits
Huge thanks to @huozhi and @ijjk for helping!
v14.2.17
Compare Source
Core Changes
Credits
Huge thanks to @huozhi, @ztanner, and @ijjk for helping!
v14.2.16
Compare Source
v14.2.15
Compare Source
Core Changes
Credits
Huge thanks to @ztanner, @agadzik, @huozhi, @styfle, @icyJoseph and @wyattjoh for helping!
v14.2.14
Compare Source
Core Changes
Credits
Huge thanks to @styfle, @ztanner, @ijjk, @huozhi and @wyattjoh for helping!
v14.2.13
Compare Source
v14.2.12
Compare Source
v14.2.11
Compare Source
Core Changes
Credits
Huge thanks to @huozhi, @devjiwonchoi, and @ijjk for helping!
v14.2.10
Compare Source
v14.2.9
Compare Source
v14.2.8
Compare Source
v14.2.7
Compare Source
v14.2.6
Compare Source
v14.2.5
Compare Source
import-js/eslint-plugin-import (eslint-plugin-import)
v2.31.0
Compare Source
Added
order
]: allow validating named imports ([#3043], thanks [@manuth])extensions
]: add thecheckTypeImports
option ([#2817], thanks [@phryneas])Fixed
ExportMap
/ flat config: includelanguageOptions
in context ([#3052], thanks [@michaelfaith])no-named-as-default
]: Allow using an identifier if the export is both a named and a default export ([#3032], thanks [@akwodkiewicz])export
]: False positive for exported overloaded functions in TS ([#3065], thanks [@liuxingbaoyu])exportMap
: export map cache is tainted by unreliable parse results ([#3062], thanks [@michaelfaith])exportMap
: improve cacheKey when using flat config ([#3072], thanks [@michaelfaith])Changed
no-relative-packages
]: fix typo ([#3066], thanks [@joshuaobrien])no-cycle
]: dont scc for each linted file ([#3068], thanks [@soryy708])no-cycle
]: adddisableScc
to docs ([#3070], thanks [@soryy708])RuleTester
([#3071], thanks [@G-Rath])no-restricted-paths
]: fix grammar ([#3073], thanks [@unbeauvoyage])no-default-export
], [no-named-export
]: add test case (thanks [@G-Rath])jsx-eslint/eslint-plugin-react (eslint-plugin-react)
v7.37.2
Compare Source
Fixed
destructuring-assignment
]: fix false negative when usingtypeof props.a
(#3835 @golopot)Changed
destructuring-assignment
]: usegetParentStatelessComponent
(#3835 @golopot)motiondivision/motion (framer-motion)
v11.14.4
Compare Source
Fixed
AnimationSequence
via"motion"
entrypoint.motion.create()
in React 19.v11.14.3
Compare Source
Fixed
motion-dom
andmotion-utils
entrypoints.v11.14.2
Compare Source
Fixed
time
for internal use.MotionValue.updatedAt
public for internal use.v11.14.1
Compare Source
Fixed
motion-dom
andmotion-utils
packages.v11.14.0
Compare Source
Added
press
gesture in Motion+ early access.v11.13.5
Compare Source
Fixed
"framer-motion"
packages.v11.13.4
Compare Source
Fixed
v11.13.3
Compare Source
Fixed
v11.13.1
Compare Source
Fixed
motion.text
) now update when given aMotionValue
as children, matching HTML element behavior.DynamicAnimationOptions
type.v11.13.0
Compare Source
Added
hover
gesture in Motion+ early access.v11.12.0
Compare Source
Added
visualDuration
option forspring
animations.spring(visualDuration, bounce)
syntax.v11.11.17
Compare Source
v11.11.16
Compare Source
Fixed
stagger
with minianimate
.v11.11.15
Compare Source
Fixed
mini
andreact-mini
entrypoints.v11.11.13
Compare Source
Fixed
"motion"
.v11.11.12
Compare Source
Changed
"motion"
package.v11.11.11
Compare Source
Fixed
update()
call on mount.v11.11.10
Compare Source
Fixed
will-change
from SSR.v11.11.9
Compare Source
Changed
will-change
is now no longer automatically managed withoutuseWillChange
.v11.11.8
Compare Source
Fixed
package.json
for entrypoints in older versions of Node.v11.11.7
Compare Source
Fixed
animate
.v11.11.6
Compare Source
Fixed
animate
.v11.11.5
Compare Source
Fixed
style
without casting, as this was conflicting with ReactCSSProperties
.v11.11.4
Compare Source
Fixed
AnimatePresence
safeToRemove
.layout="size"
annotation.v11.11.3
Compare Source
Fixed
as any
requirement for CSS variables.v11.11.2
Compare Source
Fixed
BezierDefinition
readonly
for easier definition outside aTransition
.v11.11.1
Compare Source
Fixed
stagger
with minianimate
.v11.11.0
Compare Source
Added
animate
can now animate any object.v11.10.0
Compare Source
Added
delay
with seconds now exported from"framer-motion/dom"
.Fixed
transform
is added towill-change
when a potentially layerising value is animated asopacity
andfilter
will prematurely flattenpreserve-3d
.typicode/husky (husky)
v9.1.7
Compare Source
pmndrs/jotai (jotai)
v2.10.3
Compare Source
v2.10.2
Compare Source
Fixed some jotai/utils for a regression in v2.10.0.
What's Changed
useAtom(undefined)
oruseAtom(null)
by @kevinschaich in https://github.com/pmndrs/jotai/pull/2778New Contributors
Full Changelog: pmndrs/jotai@v2.10.1...v2.10.2
v2.10.1
[Compare Source]
Configuration
📅 Schedule: Branch creation - "every 2 weeks on Monday" in timezone Europe/London, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, 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.