chore(deps): update all non-major dependencies #622
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.10.0
->^3.10.1
^22.9.3
->^22.10.1
^2.1.5
->^2.1.6
^3.3.3
->^3.4.1
^2.3.1
->^2.3.3
^2.1.5
->^2.1.6
4.5.2
->4.5.3
Release Notes
lerna-lite/lerna-lite (@lerna-lite/cli)
v3.10.1
Compare Source
Note: Version bump only for package @lerna-lite/cli
vitest-dev/vitest (@vitest/coverage-v8)
v2.1.6
Compare Source
🚀 Features
View changes on GitHub
prettier/prettier (prettier)
v3.4.1
Compare Source
diff
Remove unnecessary parentheses around assignment in
v-on
(#16887 by @fisker)<!-- Input --> <template> <button @​click="foo += 2">Click</button> </template> <!-- Prettier 3.4.0 --> <template> <button @​click="(foo += 2)">Click</button> </template> <!-- Prettier 3.4.1 --> <template> <button @​click="foo += 2">Click</button> </template>
v3.4.0
Compare Source
diff
🔗 Release Notes
vercel/turborepo (turbo)
v2.3.3
: Turborepo v2.3.3Compare Source
What's Changed
Changelog
Full Changelog: vercel/turborepo@v2.3.2...v2.3.3
v2.3.2
: Turborepo v2.3.2Compare Source
What's Changed
Docs
--cache
. by @anthonyshew in https://github.com/vercel/turborepo/pull/9489--no-cache
and--remote-only
as deprecated. by @anthonyshew in https://github.com/vercel/turborepo/pull/9488create-turbo
. by @anthonyshew in https://github.com/vercel/turborepo/pull/9507/repo/docs/getting-started/installation
by @eps1lon in https://github.com/vercel/turborepo/pull/9509--filter
fromwith-docker
example. by @anthonyshew in https://github.com/vercel/turborepo/pull/9513/repo/docs/getting-started/installation
by @eps1lon in https://github.com/vercel/turborepo/pull/9514eslint
eslint-config-turbo
to support ESLint Flat Config. by @anthonyshew in https://github.com/vercel/turborepo/pull/9502@turbo/repository
Examples
basic
example to ESLint v9 and Flat Configurations. by @anthonyshew in https://github.com/vercel/turborepo/pull/9501Changelog
i
key. by @anthonyshew in https://github.com/vercel/turborepo/pull/9479New Contributors
Full Changelog: vercel/turborepo@v2.3.1...v2.3.2
yarnpkg/berry (yarn)
v4.5.3
Compare Source
Configuration
📅 Schedule: Branch creation - "before 12pm on Sunday" (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.