chore(deps): update all non-major dev-dependencies #497
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.10.8
->^1.10.9
^20.17.14
->^20.17.16
^15.4.1
->^15.4.2
^8.3.5
->^8.3.6
^2.3.3
->^2.3.4
Release Notes
swc-project/swc (@swc/core)
v1.10.9
Compare Source
Bug Fixes
Documentation
Parallel
(#9896) (9962c9c)Features
(es/minifier) Print total size from
minify-all
example (#9897) (134000f)(es/minifier) Turn
1 * v
into+v
(#9903) (a228347)(es/minifier) Compress
foo ? num : 0
intonum * !!foo
(#9908) (ce22557)Miscellaneous Tasks
minify-all
example (#9899) (2d87b89)Performance
(es/minifier) Make character frequency analysis parallel (#9895) (ca2fd1e)
(es/minifier) Parallelize handling of class members (#9900) (ed74839)
(es/minifier) Adjust threshold for parallel char frequency calculation (#9901) (47ea8de)
(es/minifier) Do heavy operation only if required (#9902) (2687231)
(es/minifier) Cache
var_or_default
calls (#9909) (4a3be8d)(es/minifier) Invert cache to be really a cache (#9910) (8bfb0e5)
lint-staged/lint-staged (lint-staged)
v15.4.2
Compare Source
Patch Changes
8827ebf
Thanks @iiroj! - Change lint-staged's dependencies to use caret (^
) ranges instead of tilde (~
). This makes it easier for package managers to perform dependency management when minor-level updates are also permitted instead of just patch-level.egoist/tsup (tsup)
v8.3.6
Compare Source
🐞 Bug Fixes
onSuccess
- by @laat in https://github.com/egoist/tsup/issues/1256 (314a6)View changes on GitHub
vercel/turborepo (turbo)
v2.3.4
: Turborepo v2.3.4Compare Source
What's Changed
Docs
api
folder inturbo prune api --docker
example by @gianelli99 in https://github.com/vercel/turborepo/pull/9648apps
folder inprune
command reference by @gianelli99 in https://github.com/vercel/turborepo/pull/9658create-turbo
@turbo/codemod
eslint
@turbo/repository
Examples
basic
example to Next.js 15.1 by @anthonyshew in https://github.com/vercel/turborepo/pull/9602example-with-angular
by @codexshell in https://github.com/vercel/turborepo/pull/8140Changelog
h
bind to correct section by @anthonyshew in https://github.com/vercel/turborepo/pull/9543basic
by @anthonyshew in https://github.com/vercel/turborepo/pull/9593packageManager
version by @pkerschbaum in https://github.com/vercel/turborepo/pull/9624affectedPackage
by @chris-olszewski in https://github.com/vercel/turborepo/pull/9639TURBO_SITE
environment variable at compilation time for development by @anthonyshew in https://github.com/vercel/turborepo/pull/9660tui_term
codepath by @chris-olszewski in https://github.com/vercel/turborepo/pull/9123passThroughEnv
to negate built ins andglobalPassThroughEnv
by @chris-olszewski in https://github.com/vercel/turborepo/pull/9680New Contributors
Full Changelog: vercel/turborepo@v2.3.3...v2.3.4
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.