chore(deps): update all non-major dependencies #130
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.25.2
->^7.25.8
^7.25.4
->^7.25.8
^7.24.7
->^7.25.7
^1.9.2
->^1.9.3
^5.56.2
->^5.59.13
^1.9.0
->^1.9.2
^9.6.1
->^9.7.1
^1.47.2
->^1.48.0
^4.23.0
->^4.24.0
^1.9.1
->^1.9.2
^5.6.2
->^5.6.3
^0.4.197
->^0.4.199
^5.4.8
->^5.4.9
Release Notes
babel/babel (@babel/core)
v7.25.8
Compare Source
🐛 Bug Fix
babel-core
resolvePlugin
/resolvePreset
(@nicolo-ribaudo)🏠 Internal
babel-parser
,babel-plugin-proposal-async-do-expressions
,babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-plugin-proposal-explicit-resource-management
,babel-plugin-proposal-export-default-from
,babel-plugin-proposal-function-bind
,babel-plugin-proposal-function-sent
,babel-plugin-proposal-import-defer
,babel-plugin-proposal-partial-application
,babel-plugin-proposal-throw-expressions
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-class-static-block
,babel-plugin-transform-dynamic-import
,babel-plugin-transform-export-namespace-from
,babel-plugin-transform-json-strings
,babel-plugin-transform-logical-assignment-operators
,babel-plugin-transform-nullish-coalescing-operator
,babel-plugin-transform-numeric-separator
,babel-plugin-transform-object-rest-spread
,babel-plugin-transform-optional-catch-binding
,babel-plugin-transform-optional-chaining
,babel-plugin-transform-private-property-in-object
,babel-preset-env
v7.25.7
Compare Source
🐛 Bug Fix
babel-helper-validator-identifier
babel-traverse
babel-plugin-transform-classes
super()
check (@nicolo-ribaudo)babel-generator
infer
in compact mode (@nicolo-ribaudo)[no LineTerminator here]
after nodes (@nicolo-ribaudo)💅 Polish
babel-types
🏠 Internal
babel-core
--experimental-require-module
(@nicolo-ribaudo)babel-helper-compilation-targets
,babel-helper-plugin-utils
,babel-preset-env
babel-plugin-proposal-destructuring-private
,babel-plugin-syntax-decimal
,babel-plugin-syntax-import-reflection
,babel-standalone
babel-generator
[no LineTerminator here]
before nodes (@nicolo-ribaudo)🏃♀️ Performance
babel-plugin-transform-typescript
babel-types
BABEL_TYPES_8_BREAKING
at startup (@nicolo-ribaudo)biomejs/biome (@biomejs/biome)
v1.9.3
Compare Source
CLI
New features
GritQL queries that match functions or methods will now match async functions or methods as well.
If this is not what you want, you can capture the
async
keyword (or its absence) in a metavariable and assert its emptiness:Contributed by @arendjr
Bug fixes
Fix #4077: Grit queries no longer need to match the statement's trailing semicolon. Contributed by @arendjr
Fix #4102. Now the CLI command
lint
doesn't exit with an error code when using--write
/--fix
. Contributed by @ematipicoConfiguration
Bug fixes
noLabelWithoutControl
options where incorrectly marked as mandatory. Contributed by @ematipicoEditors
Formatter
Bug fixes
Fix #3924 where GraphQL formatter panics in block comments with empty line. Contributed by @vohoanglong0107
Fix a case where raw values inside
url()
functions weren't properly trimmed.Contributed by @ematipico
Fixed #4076, where a media query wasn't correctly formatted:
Contributed by @blaze-d83
JavaScript API
Bug fixes
Linter
New features
Add noDescendingSpecificity. Contributed by @tunamaguro
Add noNestedTernary. Contributed by @kaykdm
Add noTemplateCurlyInString. Contributed by @fireairforce
Add noOctalEscape. Contributed by @fireairforce
Enhancements
Add an option
reportUnnecessaryDependencies
to useExhaustiveDependencies.Defaults to true. When set to false, errors will be suppressed for React hooks that declare dependencies but do not use them.
Contributed by @simon-paris
Add an option
reportMissingDependenciesArray
to useExhaustiveDependencies. Contributed by @simon-parisBug fixes
noControlCharactersInRegex no longer panics on regexes with incomplete escape sequences. Contributed by @Conaclos
noMisleadingCharacterClass no longer reports issues outside of character classes.
The following code is no longer reported:
Contributed by @Conaclos
noUndeclaredDependencies no longer reports Node.js builtin modules as undeclared dependencies.
The rule no longer reports the following code:
Contributed by @Conaclos
noUnusedVariables no longer panics when suggesting the renaming of a variable at the start of a file (#4114). Contributed by @Conaclos
noUselessEscapeInRegex no longer panics on regexes that start with an empty character class. Contributed by @Conaclos
noUselessStringConcat no longer panics when it encounters malformed code. Contributed by @Conaclos
noUnusedFunctionParameters no longer reports unused parameters inside an object pattern with a rest parameter.
In the following code, the rule no longer reports
a
as unused.This matches the behavior of noUnusedVariables.
Contributed by @Conaclos
useButtonType no longer reports dynamically created button with a valid type (#4072).
The following code is no longer reported:
Contributed by @Conaclos
useSemanticElements now ignores elements with the
img
role (#3994).MDN recommends using
role="img"
for grouping images or creating an image from other elements.The following code is no longer reported:
Contributed by @Conaclos
useSemanticElements now ignores
alert
andalertdialog
roles (#3858). Contributed by @ConaclosnoUselessFragments don't create invaild JSX code when Fragments children contains JSX Expression and in a LogicalExpression. Contributed by @fireairforce
Parser
Bug fixes
TanStack/query (@tanstack/solid-query)
v5.59.13
Compare Source
Version 5.59.13 - 10/12/24, 9:38 AM
Changes
Fix
5d69ad7
) by Dominik DorfmeisterPackages
v5.59.12
Compare Source
Version 5.59.12 - 10/12/24, 7:40 AM
Changes
Fix
4758303
) by Dominik DorfmeisterTypes
4dfb0fc
) by @DogPawHatPackages
v5.59.10
Compare Source
Version 5.59.10 - 10/11/24, 6:24 PM
Changes
Fix
5edd617
) by Dominik Dorfmeister931d98d
) by SunghoonPackages
v5.59.9
Compare Source
Version 5.59.9 - 10/10/24, 6:56 PM
Changes
Fix
5228e51
) by Dominik DorfmeisterTest
e3aca98
) by @gwansikkPackages
v5.59.6
Compare Source
Version 5.59.6 - 10/9/24, 2:34 PM
Changes
Fix
5499577
) by DavidPackages
v5.59.4
Compare Source
Version 5.59.4 - 10/9/24, 1:02 PM
Changes
Fix
cae2524
) by Dominik Dorfmeistereb2f9d3
) by pawel-twardziakChore
expect-expect
warning forexpectArrayEqualIgnoreOrder
(#8143) (85a525a
) by Sol Leeno-shadow
lint warning ininsertAtPositions()
(#8142) (78b086b
) by Sol LeeTest
05ccd65
) by Dominik DorfmeisterPackages
v5.59.0
Compare Source
Version 5.59.0 - 10/1/24, 3:45 PM
Changes
Feat
React.use()
(#7988) (18953be
) by @KATTDocs
55a6155
) by Gaurav Kumar9227fd3
) by Morteza68ca717
) by ArnoudOther
c12587a
) by @laurentlahmyPackages
solidjs/solid (babel-preset-solid)
v1.9.2
Compare Source
antfu/bumpp (bumpp)
v9.7.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v9.7.0
Compare Source
🚀 Features
View changes on GitHub
microsoft/playwright (playwright)
v1.48.0
Compare Source
rollup/rollup (rollup)
v4.24.0
Compare Source
2024-10-02
Features
Pull Requests
microsoft/TypeScript (typescript)
v5.6.3
Compare Source
vikejs/vike (vike)
v0.4.199
Compare Source
Bug Fixes
v0.4.198
Compare Source
Bug Fixes
Features
vitejs/vite (vite)
v5.4.9
Compare Source
Please refer to CHANGELOG.md for details.
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.