chore(deps): update all non-major dependencies #5291
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:
7.24.8
->7.25.2
5.1.5
->5.2.6
18.3.3
->18.3.5
7.16.0
->7.18.0
7.16.0
->7.18.0
5.1.3
->5.2.1
7.34.3
->7.35.1
5.13.6
->5.13.7
9.0.11
->9.1.5
15.2.7
->15.2.10
0.407.0
->0.438.0
3.3.2
->3.3.3
2.12.1
->2.13.2
17.5.0
->17.5.1
16.6.1
->16.9.0
2.4.0
->2.5.2
5.5.3
->5.5.4
4.4.0
->4.4.1
Release Notes
babel/babel (@babel/core)
v7.25.2
Compare Source
🐛 Bug Fix
babel-core
,babel-traverse
requeueComputedKeyAndDecorators
is available (@nicolo-ribaudo)v7.24.9
Compare Source
🐛 Bug Fix
babel-core
,babel-standalone
require()
call in@babel/standalone
bundle (@nicolo-ribaudo)babel-types
💅 Polish
babel-generator
,babel-plugin-transform-optional-chaining
as
/satisfies
(@nicolo-ribaudo)🏠 Internal
babel-helper-module-transforms
davidjbradshaw/iframe-resizer (@iframe-resizer/react)
v5.2.6
Compare Source
What's Changed
Full Changelog: davidjbradshaw/iframe-resizer@v5.2.5...v5.2.6
v5.2.5
Compare Source
What's Changed
Thanks to @Gamerweazel for help with this release.
Full Changelog: davidjbradshaw/iframe-resizer@v5.2.3...v5.2.5
v5.2.4
Compare Source
What's Changed
This release fixes a couple of bugs listed below and also provides a further performance improvement when handling observed mutations in the iframe's contents.
Thanks to @Smoles and @KhoiUna for help with testing this release.
Full Changelog: davidjbradshaw/iframe-resizer@v5.2.3...v5.2.4
v5.2.3
Compare Source
What's Changed
log: true
in https://github.com/davidjbradshaw/iframe-resizer/pull/1300Full Changelog: davidjbradshaw/iframe-resizer@v5.2.1...v5.2.3
v5.2.2
Compare Source
What's Changed
Full Changelog: davidjbradshaw/iframe-resizer@v5.2.1...v5.2.2
v5.2.1
Compare Source
What's Changed
onInit
->onReady
in https://github.com/davidjbradshaw/iframe-resizer/pull/1296offset
deprecation warning in https://github.com/davidjbradshaw/iframe-resizer/pull/1295Full Changelog: davidjbradshaw/iframe-resizer@v5.2.0...v5.2.1
v5.2.0
Compare Source
This release includes a major update the page size calculation code. Now when iframe-resizer detects elements overflowing the root document element, it only needs to check the position of the overflowing elements, rather than every element on the page. In testing this can lead to 1,000 fold improvement in calculation time.
The
offset
option has been updated tooffsetSize
to make it clearer, the old version will be supported with a warning in all future v5 releases.In page links now update the location bar, to enable support of the back button.
What's New
What's Changed
What's Fixed
Full Changelog: davidjbradshaw/iframe-resizer@v5.1.5...v5.2.0
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.18.0
Compare Source
🩹 Fixes
eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib
eslint-plugin: [unbound-method] report on destructuring in function parameters
eslint-plugin: [no-duplicate-type-constituents] shouldn't report on error types
eslint-plugin: [strict-boolean-expressions] support branded booleans
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.17.0
Compare Source
🚀 Features
eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7
eslint-plugin: [return-await] add option to report in error-handling scenarios only, and deprecate "never"
🩹 Fixes
eslint-plugin: [no-floating-promises] check top-level type assertions (and more)
eslint-plugin: [strict-boolean-expressions] consider assertion function argument a boolean context
eslint-plugin: [no-unnecessary-condition] false positive on optional private field
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.16.1
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v7.18.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.17.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.16.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.
prettier/eslint-plugin-prettier (eslint-plugin-prettier)
v5.2.1
Compare Source
Patch Changes
ac036cc
Thanks @OrlovAlexei! - build(deps): Bump synckit from 0.8.6 to 0.9.1jsx-eslint/eslint-plugin-react (eslint-plugin-react)
v7.35.1
Compare Source
Fixed
jsx-curly-brace-presence
]: do not trigger on strings containing a quote character (#3798 @akulsr0)v7.35.0
Compare Source
Added
jsx-props-no-spread-multi
] (#3724 @SimonSchick)forbid-component-props
]: addpropNamePattern
to allow / disallow prop name patterns (#3774 @akulsr0)jsx-handler-names
]: support ignoring component names (#3772 @akulsr0)jsx-closing-tag-location
]: addline-aligned
option (#3777 @kimtaejin3)no-danger
]: addcustomComponentNames
option (#3748 @akulsr0)Fixed
no-invalid-html-attribute
]: substitute placeholders in suggestion messages (#3759 @mdjermanovic)sort-prop-types
]: single line type ending without semicolon (#3784 @akulsr0)require-default-props
]: report when required props have default value (#3785 @akulsr0)Changed
variableUtil
: Avoid creating a single flat variable scope for each lookup (#3782 @DanielRosenwasser)v7.34.4
Compare Source
Fixed
prop-types
]: fixclassName
missing in prop validation false negative (#3749 @akulsr0)sort-prop-types
]: Check for undefined before accessingnode.typeAnnotation.typeAnnotation
(#3779 @tylerlaprade)gatsbyjs/gatsby (gatsby)
v5.13.7
Compare Source
typicode/husky (husky)
v9.1.5
Compare Source
v9.1.4
Compare Source
v9.1.3
Compare Source
PATH
v9.1.2
Compare Source
v9.1.1
Compare Source
v9.1.0
Compare Source
Super saiyan
goddog! It's over 9.0.0!There's a bug with this release which prevents the deprecation notice to appear and requires to remove
#!/usr/bin/env sh
and. "$(dirname -- "$0")/_/husky.sh"
(which are deprecated by the way). I'll publish a new version to fix that. Sorry about any inconvenience.What's new
You can now run package commands directly, no need for
npx
or equivalents.It makes writing hooks more intuitive and is also slightly faster 🐺⚡️
A new recipe has been added to the docs. Lint staged files without external dependencies (inspired by Prettier docs). Feel free to modify it.
For more advanced use cases, see lint-staged.
Fixes
bunx husky init
commandDeprecations
#!/usr/bin/env sh
and. "$(dirname -- "$0")/_/husky.sh"
from your hooks~/.huskyrc
to.config/husky/init.sh
Support for these will be removed in v10, notices have been added.
Friendly reminder
If Git hooks don't fit your workflow, you can disable Husky globally. Just add
export HUSKY=0
to.config/husky/init.sh
.I've seen some confusion about this on X, so just a heads-up!
Sponsoring
Husky is downloaded over 45M times per month and used by ~1.5M projects. If your company wants to sponsor, you can do so here: GitHub Sponsors.
Have a nice summer ☀️ I'm open to new opportunities/consulting so feel free to drop me a message 😉
lint-staged/lint-staged (lint-staged)
v15.2.10
Compare Source
Patch Changes
e3f283b
Thanks @iiroj! - Update minor dependencies, includingmicromatch@~4.0.8
.v15.2.9
Compare Source
Patch Changes
b69ce2d
Thanks @iiroj! - Set the maximum number of event listeners to the number of tasks. This should silence the console warningMaxListenersExceededWarning: Possible EventEmitter memory leak detected
.v15.2.8
Compare Source
Patch Changes
f0480f0
Thanks @iiroj! - In the previous version the nativegit rev-parse --show-toplevel
command was taken into use for resolving the current git repo root. This version switched the--show-toplevel
flag with--show-cdup
, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.jschild_process
. The new flag returns a path relative to the working directory, avoiding the issue.The GitHub Actions workflow has been updated to install Git via MSYS2, to ensure better future compatibility; using the default Git binary in the GitHub Actions runner was working correctly even with MSYS2.
lucide-icons/lucide (lucide-react)
v0.438.0
: New icons 0.438.0Compare Source
New icons 🎨
octagon-minus
(#2408) by @jguddasModified Icons 🔨
battery-warning
(#2422) by @jguddasv0.437.0
: New icons 0.437.0Compare Source
Modified Icons 🔨
send-horizontal
(#2346) by @karsa-mistmeresend
(#2346) by @karsa-mistmerev0.436.0
: New icons 0.436.0Compare Source
Modified Icons 🔨
backpack
(#2406) by @jguddasv0.435.0
: New icons 0.435.0Compare Source
Modified Icons 🔨
milestone
(#2281) by @jguddassignpost
(#2281) by @jguddasv0.434.0
: New icons 0.434.0Compare Source
New icons 🎨
volume-off
(#2378) by @karsa-mistmereModified Icons 🔨
file-volume
(#2378) by @karsa-mistmerevolume-1
(#2378) by @karsa-mistmerevolume-2
(#2378) by @karsa-mistmerevolume-x
(#2378) by @karsa-mistmerevolume
(#2378) by @karsa-mistmerev0.433.0
: New icons 0.433.0Compare Source
New icons 🎨
trending-up-down
(#2372) by @AlportanFixes Lucide Solid
v0.432.0
: New icons 0.432.0Compare Source
New icons 🎨
chart-gantt
(#2392) by @jguddasModified Icons 🔨
contact-round
(#2391) by @jguddascontact
(#2391) by @jguddasv0.429.0
: New icons 0.429.0Compare Source
Modified Icons 🔨
message-square-dashed
(#2374) by @jguddasstethoscope
(#2379) by @karsa-mistmerev0.428.0
: New icons 0.428.0Compare Source
New icons 🎨
tickets-plane
(#2196) by @jguddasModified Icons 🔨
folder-search
(#2354) by @jguddasv0.427.0
: New icons 0.427.0Compare Source
New icons 🎨
binoculars
(#2207) by @karsa-mistmeretickets
(#2335) by @jguddasv0.426.0
: New icons 0.426.0Compare Source
New icons 🎨
chevrons-left-right-ellipsis
(#2120) by @ericfennisethernet-port
(#2120) by @ericfennisModified Icons 🔨
cigarette-off
(#2282) by @jguddascigarette
(#2282) by @jguddasv0.425.0
: New icons 0.425.0Compare Source
New icons 🎨
bandage
(#2341) by @karsa-mistmeretable-of-contents
(#2348) by @karsa-mistmereModified Icons 🔨
mouse-pointer-2
(#2350) by @karsa-mistmeremouse-pointer-ban
(#2350) by @karsa-mistmeremouse-pointer-click
(#2350) by @karsa-mistmeremouse-pointer
(#2350) by @karsa-mistmeresquare-dashed-mouse-pointer
(#2350) by @karsa-mistmeresquare-mouse-pointer
(#2350) by @karsa-mistmerev0.424.0
: New icons 0.424.0Compare Source
New icons 🎨
map-pin-house
(#2337) by @karsa-mistmereModified Icons 🔨
replace-all
(#2333) by @jguddasreplace
(#2333) by @jguddasv0.423.0
: New icons 0.423.0Compare Source
New icons 🎨
amphora
(#1926) by @karsa-mistmerev0.422.0
: New icons 0.422.0Compare Source
Modified Icons 🔨
skull
(#2197) by @jguddasv0.421.0
: New icons 0.421.0Compare Source
New icons 🎨
microchip
(#1982) by @karsa-mistmereModified Icons 🔨
circle-check-big
(#2330) by @jguddascloud-download
(#2355) by @karsa-mistmerepentagon
(#1918) by @jguddassquare-check-big
(#2331) by @jguddasv0.420.0
: New icons 0.420.0Compare Source
New icons 🎨
omega
(#2347) by @karsa-mistmereModified Icons 🔨
calendar-search
(#2351) by @jguddascloud-upload
(#2352) by @jguddasv0.419.0
: New icons 0.419.0Compare Source
New icons 🎨
circle-fading-arrow-up
(#2287) by @moschv0.418.0
: New icons 0.418.0Compare Source
New icons 🎨
id-card
(#1296) by @jguddasv0.417.0
: New icons 0.417.0Compare Source
Modified Icons 🔨
chart-column-increasing
(#2334) by @jguddasv0.416.0
: New icons 0.416.0Compare Source
New icons 🎨
map-pin-check-inside
(#2301) by @karsa-mistmeremap-pin-check
(#2301) by @karsa-mistmeremap-pin-minus-inside
(#2301) by @karsa-mistmeremap-pin-minus
(#2301) by @karsa-mistmeremap-pin-plus-inside
(#2301) by @karsa-mistmeremap-pin-plus
(#2301) by @karsa-mistmeremap-pin-x-inside
(#2301) by @karsa-mistmeremap-pin-x
(#2301) by @karsa-mistmereModified Icons 🔨
map-pin-off
(#2301) by @karsa-mistmeremap-pin
(#2301) by @karsa-mistmeremap-pinned
(#2301) by @karsa-mistmerev0.415.0
: New icons 0.415.0Compare Source
New icons 🎨
square-square
(#2241) by @jguddasv0.414.0
: New icons 0.414.0Compare Source
New icons 🎨
chart-area
(#2219) by @karsa-mistmerechart-bar-decreasing
(#2219) by @karsa-mistmerechart-bar-increasing
(#2219) by @karsa-mistmerechart-bar-stacked
(#2219) by @karsa-mistmerechart-column-big
(#2219) by @karsa-mistmerechart-column-increasing
(#2219) by @karsa-mistmerechart-column-stacked
(#2219) by @karsa-mistmerechart-network
(#2219) by @karsa-mistmerechart-no-axes-combined
(#2219) by @karsa-mistmerechart-spline
(#2219) by @karsa-mistmerev0.413.0
: New icons 0.413.0Compare Source
New icons 🎨
dam
(#2233) by @AndreasSasModified Icons 🔨
dog
(#2249) by @jguddaskey-square
(#2277) by @jguddasv0.412.0
: New icons 0.412.0Compare Source
New icons 🎨
letter-text
(#2252) by @GRA0007v0.411.0
Compare Source
v0.410.0
: New icons 0.410.0Compare Source
New icons 🎨
philippine-peso
(#2231) by @kasutuModified Icons 🔨
ribbon
(#2271) by @jguddasv0.409.0
: New icons 0.409.0Compare Source
Modified Icons 🔨
calendar-minus
(#2265) by @jguddaseye-off
(#2317) by @karsa-mistmereeye
(#2317) by @karsa-mistmereimage-plus
(#2321) by @jguddasscan-eye
([#2317](https://redirect.github.com/lucide-icons/lucide/iConfiguration
📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.