chore(deps): update all non-major dependencies #3908
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.6
->7.25.7
7.13.1
->7.13.2
7.13.1
->7.13.2
7.13.1
->7.13.2
7.13.1
->7.13.2
7.13.1
->7.13.2
7.13.1
->7.13.2
7.13.1
->7.13.2
7.13.1
->7.13.2
7.13.1
->7.13.2
7.13.1
->7.13.2
7.13.1
->7.13.2
7.13.1
->7.13.2
7.13.1
->7.13.2
7.13.1
->7.13.2
7.13.1
->7.13.2
4.21.0
->4.22.0
5.56.2
->5.59.0
4.17.9
->4.17.10
18.3.10
->18.3.11
1.0.1
->1.1.5
50.3.0
->50.3.1
7.37.0
->7.37.1
v3.26.9
->v3.26.10
15.9.0
->15.10.0
9.11.0
->9.12.0
2.1.2
->2.1.3
8.7.0
->8.8.0
2.1.1
->2.1.2
Release Notes
babel/babel (@babel/types)
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)mantinedev/mantine (@mantine/carousel)
v7.13.2
Compare Source
What's Changed
[@mantine/dates]
DateInput: FixonClick
handler passed togetDayProps
not being called[@mantine/core]
Badge: Fix incorrect cursor styles[@mantine/core]
FileInput: AddresetRef
prop support[@mantine/core]
Popover: FixonClose
function being called twice with controlled state[@mantine/spotlight]
Fix selected index not being reset when the spotlight is closed (#6842)[@mantine/core]
Popover: Improve performance of scrolling when large number of closed Popovers are rendered on the same page (#6771)[@mantine/core]
Pagination: FixgetItemProps
not being able to override controlchildren
prop (#6789)[@mantine/core]
ScrollArea: FixonBottomReached
not being called if the viewport has decimal px height value (#6792)[@mantine/hooks]
use-in-viewport: Fix hook not reacting to node changes (#6926)[@mantine/core]
NumberInput: Fix incorrect handling of decimal numbers with more than 15 decimal places (#6823)[@mantine/core]
Slider: Fix marks not being aligned correctly (#6909)[@mantine/hooks]
use-fullscreen: Fix target node changes being ignored (#6923)[@mantine/core]
Badge: Fix incorrect sections alignment forvariant="dot"
[@mantine/core]
TagsInput: Fix incorrect logic of removing duplicate tags (#6922)[@mantine/core]
AppShell: Fix error when Suspense is rendered inside AppShell (#6927)[@mantine/core]
Menu: FixonKeyDown
prop not working in Menu.Dropdown component (#6910)New Contributors
Full Changelog: mantinedev/mantine@7.13.1...7.13.2
ionic-team/stencil (@stencil/core)
v4.22.0
Compare Source
Bug Fixes
Features
TanStack/query (@tanstack/react-query)
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
vitest-dev/eslint-plugin-vitest (@vitest/eslint-plugin)
v1.1.5
Compare Source
Bug Fixes
v1.1.4
Compare Source
Bug Fixes
v1.1.3
Compare Source
v1.1.2
Compare Source
Bug Fixes
v1.1.1
Compare Source
Bug Fixes
v1.1.0
Compare Source
introducing formatting rules
v1.0.5
Compare Source
Bug Fixes
expect(value, "message")
(#518) (c0d05fd)v1.0.4
Compare Source
Bug Fixes
noAsyncDescribeCallback
(#517) (117312f)v1.0.3
Compare Source
Bug Fixes
v1.0.2
Compare Source
Bug Fixes
What's Changed
New Contributors
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.0.1...v1.0.2
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)
v50.3.1
Compare Source
Bug Fixes
check-alignment
: handle zero indent; fixes #1322 (34866bc)jsx-eslint/eslint-plugin-react (eslint-plugin-react)
v7.37.1
Compare Source
Fixed
d.ts
files (#3836 @ljharb)Changed
github/codeql-action (github/codeql-action)
v3.26.10
Compare Source
sindresorhus/globals (globals)
v15.10.0
Compare Source
3cbce2d
pnpm/pnpm (pnpm)
v9.12.0
: pnpm 9.12Compare Source
Minor Changes
Fix peer dependency resolution dead lock #8570. This change might change some of the keys in the
snapshots
field insidepnpm-lock.yaml
but it should happen very rarely.pnpm outdated
command supports now a--sort-by=name
option for sorting outdated dependencies by package name #8523.Added the ability for
overrides
to remove dependencies by specifying"-"
as the field value #8572. For example, to removelodash
from the dependencies, use this configuration inpackage.json
:Patch Changes
pnpm list --json pkg
showed"private": false
for a private package #8519.libc
that differ frompnpm.supportedArchitectures.libc
are not downloaded #7362.ENOENT
errors caused by runningstore prune
in parallel #8586.pnpm bugs
#8596.Platinum Sponsors
Gold Sponsors
Our Silver Sponsors
vercel/turborepo (turbo)
v2.1.3
: Turborepo v2.1.3Compare Source
What's Changed
Docs
create-turbo
Changelog
--affected
by @NicholasLYang in https://github.com/vercel/turborepo/pull/9133turbo
without turbo.json by @chris-olszewski in https://github.com/vercel/turborepo/pull/9149query
resolvers into web UI by @NicholasLYang in https://github.com/vercel/turborepo/pull/9182New Contributors
Full Changelog: vercel/turborepo@v2.1.2...v2.1.3
typescript-eslint/typescript-eslint (typescript-eslint)
v8.8.0
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
vitest-dev/vitest (vitest)
v2.1.2
Compare Source
🐞 Bug Fixes
Vitest.setServer
to postconfigureServer
hook to enable import analysis for workspace config loading - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6584 (e7f35)BenchmarkResult.samples
array to reduce memory usage - by @hi-ogawa and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6541 (a6407)data:
protocol on preview provider file upload - by @userquin in https://github.com/vitest-dev/vitest/issues/6501 (e9821)*.astro
by default - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6565 (f8ff7)cleanOnRerun: false
to invalidate previous results - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6592 (88bde)toBeDefined
withexpect.poll
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6562 (f7da6)beforeAll
failed - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6524 (fb797)onTestFinished
andonTestFailed
duringretry
andrepeats
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6609 (c5e29)--standalone
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6577 (d0bf8)View changes on GitHub
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Renovate Bot.