vue-dompurify-html
vue-dompurify-html copied to clipboard
chore(deps): update dependency turbo to v1.12.5
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
turbo (source) | 1.11.3 -> 1.12.5 |
Release Notes
vercel/turbo (turbo)
v1.12.5
v1.12.4
: Turborepo v1.12.4
What's Changed
Docs
- feat(cache): bump default timeout and add docs by @tknickman in https://github.com/vercel/turbo/pull/7304
create-turbo
- release(turborepo): 1.12.3 by @github-actions in https://github.com/vercel/turbo/pull/7296
- chore(create-turbo): update chalk to v4 by @mehulkar in https://github.com/vercel/turbo/pull/7300
- release(turborepo): 1.12.4-canary.0 by @github-actions in https://github.com/vercel/turbo/pull/7338
- release(turborepo): 1.12.4-canary.1 by @github-actions in https://github.com/vercel/turbo/pull/7369
@turbo/repository - ⚠️ Alpha - Expect Breaking Changes
- fix(@turbo/repository): fix breaking API changes from turbo core by @mehulkar in https://github.com/vercel/turbo/pull/7373
- chore(turbo): rename workspace -> package in PackageGraph module by @mehulkar in https://github.com/vercel/turbo/pull/7372
Changelog
- chore(Turborepo): Delete or feature-gate imports by @gsoltis in https://github.com/vercel/turbo/pull/7295
- fix(Turborepo): Route through existing wait_for_filewatching call by @gsoltis in https://github.com/vercel/turbo/pull/7237
- feat(async_cache): support cloning by @tknickman in https://github.com/vercel/turbo/pull/7293
- refactor: Error on absolute paths in turbo.json by @NicholasLYang in https://github.com/vercel/turbo/pull/7292
- implement vercel auth token for SSO by @Zertsov in https://github.com/vercel/turbo/pull/7192
- feat(@turbo/repository): add method to return package dependents by @mehulkar in https://github.com/vercel/turbo/pull/7242
- chore(@turbo/repository): bump version to 0.0.1-canary.5 by @mehulkar in https://github.com/vercel/turbo/pull/7312
- fix(Turborepo): Don't block forever if we have already gotten a parse error by @gsoltis in https://github.com/vercel/turbo/pull/7203
- chore(Turborepo): Remove ExecutionState, we don't need it anymore by @gsoltis in https://github.com/vercel/turbo/pull/7281
- feat(turbo): task access trace & cached configs by @tknickman in https://github.com/vercel/turbo/pull/7074
- chore: fix clippy lints in @turbo/repository by @chris-olszewski in https://github.com/vercel/turbo/pull/7310
- chore: Clean up log files, add
daemon log
subcommand by @NicholasLYang in https://github.com/vercel/turbo/pull/7305 - chore: add shutdown method for async cache by @chris-olszewski in https://github.com/vercel/turbo/pull/7309
- feat: vendor CI log groups by @cymruu in https://github.com/vercel/turbo/pull/6314
- feat(turborepo): daemon UX improvements by @NicholasLYang in https://github.com/vercel/turbo/pull/7307
- chore(turborepo): Ensure fresh builds by @NicholasLYang in https://github.com/vercel/turbo/pull/7321
- chore: don't print debug info on successful login by @Zertsov in https://github.com/vercel/turbo/pull/7323
- fix: check vercel token is still valid by @Zertsov in https://github.com/vercel/turbo/pull/7325
- fix(Turborepo): Start moving cookie watching to downstream services by @gsoltis in https://github.com/vercel/turbo/pull/7283
- chore(@turbo/repository): add inline jsdocs for findPackagesAndDependents method by @mehulkar in https://github.com/vercel/turbo/pull/7331
- chore: modularize vercel api crate by @Zertsov in https://github.com/vercel/turbo/pull/7329
- fix(Turborepo): Pass validated globs to daemon for watching by @gsoltis in https://github.com/vercel/turbo/pull/7327
- feat(Turborepo): Add spaces_id to layered config by @gsoltis in https://github.com/vercel/turbo/pull/7330
- feat(gitignore): break out gitignore util by @tknickman in https://github.com/vercel/turbo/pull/7319
- feat(turbo): update changemapper to return name and path of packages by @mehulkar in https://github.com/vercel/turbo/pull/7336
- chore(turbo): rename WorkspaceNode to PackageNode by @mehulkar in https://github.com/vercel/turbo/pull/7351
- chore(turbo): rename WorkspaceInfo struct to PackageInfo by @mehulkar in https://github.com/vercel/turbo/pull/7353
- chore(Turborepo): Move daemon paths off of CommandBase by @gsoltis in https://github.com/vercel/turbo/pull/7339
- fix: use system certs for tls by @chris-olszewski in https://github.com/vercel/turbo/pull/7357
- chore(Turborepo): Remote CommandBase from Run by @gsoltis in https://github.com/vercel/turbo/pull/7360
- feat(@turbo/repository): add affectedPackages API by @mehulkar in https://github.com/vercel/turbo/pull/7326
- feat(@turbo/repository): bump for release by @mehulkar in https://github.com/vercel/turbo/pull/7361
- chore(turbo): rename WorkspaceName to PackageName by @mehulkar in https://github.com/vercel/turbo/pull/7355
- chore(turbo): delete unused fixture in cli directory by @mehulkar in https://github.com/vercel/turbo/pull/7376
- fix: avoid grouping logs from tasks which ended in error by @chris-olszewski in https://github.com/vercel/turbo/pull/7335
New Contributors
- @cymruu made their first contribution in https://github.com/vercel/turbo/pull/6314
Full Changelog: https://github.com/vercel/turbo/compare/v1.12.3...v1.12.4
v1.12.3
: Turborepo v1.12.3
What's Changed
Docs
- Add "System environment variables" page. by @anthonyshew in https://github.com/vercel/turbo/pull/7223
- Remote Cache API doc. by @anthonyshew in https://github.com/vercel/turbo/pull/7236
- Inputs clarity. by @anthonyshew in https://github.com/vercel/turbo/pull/7246
- docs(turborepo): fix typo in task dependencies by @flextremedev in https://github.com/vercel/turbo/pull/7271
- feat(docs): document building turbo from source by @mehulkar in https://github.com/vercel/turbo/pull/7276
- Fix a typo in docs page for github actions by @noahsark769 in https://github.com/vercel/turbo/pull/7249
create-turbo
- release(turborepo): 1.12.2 by @github-actions in https://github.com/vercel/turbo/pull/7200
- release(turborepo): 1.12.3-canary.0 by @github-actions in https://github.com/vercel/turbo/pull/7215
Examples
- Bumping examples to 1.12 by @anthonyshew in https://github.com/vercel/turbo/pull/7053
- Fix trailing comma in exapmle react-library.json by @Fl0h0 in https://github.com/vercel/turbo/pull/7273
- fix: avoid expensive globwalk in examples by @chris-olszewski in https://github.com/vercel/turbo/pull/7238
Changelog
- backport wax 0.6 fixes to turborepo-wax by @arlyon in https://github.com/vercel/turbo/pull/7089
- chore: allow unused for variables that don't get used on windows by @chris-olszewski in https://github.com/vercel/turbo/pull/7212
- rust is no longer experimental by @arlyon in https://github.com/vercel/turbo/pull/7214
- fix: declare version.txt as input by @chris-olszewski in https://github.com/vercel/turbo/pull/7221
- refactor: Clean up error printing by @NicholasLYang in https://github.com/vercel/turbo/pull/7169
- fix: correctly parse pnpm lockfile settings by @chris-olszewski in https://github.com/vercel/turbo/pull/7198
- refactor(turborepo): Change Detector by @NicholasLYang in https://github.com/vercel/turbo/pull/7222
- chore: move scripts to build and benchmark demos to new package by @mehulkar in https://github.com/vercel/turbo/pull/7217
- feat(turbo-repository): return additional workspace data by @mrmckeb in https://github.com/vercel/turbo/pull/7187
- Fix/filter unnamed packages by @arlyon in https://github.com/vercel/turbo/pull/7280
- fix: Daemon Restarting by @NicholasLYang in https://github.com/vercel/turbo/pull/7288
- chore(turborepo-lib): use compile error for feature validation by @ForsakenHarmony in https://github.com/vercel/turbo/pull/4235
- fix(@turbo/repository): update types to latest signature by @mehulkar in https://github.com/vercel/turbo/pull/7289
- fix(Turborepo): Flag off daemon for package discovery by @gsoltis in https://github.com/vercel/turbo/pull/7290
New Contributors
- @flextremedev made their first contribution in https://github.com/vercel/turbo/pull/7271
- @Fl0h0 made their first contribution in https://github.com/vercel/turbo/pull/7273
- @noahsark769 made their first contribution in https://github.com/vercel/turbo/pull/7249
Full Changelog: https://github.com/vercel/turbo/compare/v1.12.2...v1.12.3
v1.12.2
: Turborepo v1.12.2
What's Changed
create-turbo
- release(turborepo): 1.12.1 by @github-actions in https://github.com/vercel/turbo/pull/7193
Changelog
- feat(lockfile): traverse lockfile in parallel by @chris-olszewski in https://github.com/vercel/turbo/pull/7178
- perf: remove duplicate git construction by @chris-olszewski in https://github.com/vercel/turbo/pull/7194
- Make clippy happy by @Zertsov in https://github.com/vercel/turbo/pull/7195
- fix: keep stdin open for persistent tasks by @chris-olszewski in https://github.com/vercel/turbo/pull/7196
- add vc config dir by @Zertsov in https://github.com/vercel/turbo/pull/7173
- fix(Turborepo): Handle spaces in path names in git status by @gsoltis in https://github.com/vercel/turbo/pull/7197
- feat: enable vt processing on windows by @chris-olszewski in https://github.com/vercel/turbo/pull/7158
Full Changelog: https://github.com/vercel/turbo/compare/v1.12.1...v1.12.2
v1.12.1
: Turborepo v1.12.1
What's Changed
Docs
- docs: fix link in telemetry by @A7med3bdulBaset in https://github.com/vercel/turbo/pull/7190
create-turbo
- release(turborepo): 1.12.0 by @github-actions in https://github.com/vercel/turbo/pull/7177
Changelog
- Print telemetry warning on stderr by @laat in https://github.com/vercel/turbo/pull/7189
- chore(integration): remove _helpers & fallback by @tknickman in https://github.com/vercel/turbo/pull/7172
New Contributors
- @A7med3bdulBaset made their first contribution in https://github.com/vercel/turbo/pull/7190
- @laat made their first contribution in https://github.com/vercel/turbo/pull/7189
Full Changelog: https://github.com/vercel/turbo/compare/v1.12.0...v1.12.1
v1.12.0
: Turborepo v1.12.0
What's Changed
Docs
- General CI steps on doc. by @anthonyshew in https://github.com/vercel/turbo/pull/6894
- [Docs] create-new.mdx - npm double slash typo fix by @Firfi in https://github.com/vercel/turbo/pull/6933
- fix(docs): correct option heading by @tknickman in https://github.com/vercel/turbo/pull/6973
- Clean up inputs doc. by @anthonyshew in https://github.com/vercel/turbo/pull/6980
- fix(docs): typo in
what-to-cache.mdx
by @pjlangley in https://github.com/vercel/turbo/pull/6960 - fix(docs): update vercel.mdx by @tknickman in https://github.com/vercel/turbo/pull/6987
- Doc for running setup tasks prior to development tasks. by @anthonyshew in https://github.com/vercel/turbo/pull/6999
- Add Glossary to sidebar. by @anthonyshew in https://github.com/vercel/turbo/pull/7011
- fix(docs): remote cache go -> rust by @tknickman in https://github.com/vercel/turbo/pull/7082
- Use
exports
in Internal Packages doc. by @anthonyshew in https://github.com/vercel/turbo/pull/7079 - fix: typo in github-actions.mdx by @mattiadevivo in https://github.com/vercel/turbo/pull/7069
- Document glob spec. by @anthonyshew in https://github.com/vercel/turbo/pull/7076
- Document handling of Node.js versions, OS, and arch. by @anthonyshew in https://github.com/vercel/turbo/pull/7072
- Add generalized deployment advice for Prisma doc. by @anthonyshew in https://github.com/vercel/turbo/pull/7130
- [DO NOT MERGE] feat(telemetry): cli reference by @tknickman in https://github.com/vercel/turbo/pull/6826
- [DO NOT MERGE] feat(telemetry): feature docs by @tknickman in https://github.com/vercel/turbo/pull/6827
- [DO NOT MERGE] feat(docs): $TURBO_DEFAULT$ by @tknickman in https://github.com/vercel/turbo/pull/7155
create-turbo
- release(turborepo): 1.11.3 by @github-actions in https://github.com/vercel/turbo/pull/6891
- release(turborepo): 1.11.4-canary.0 by @github-actions in https://github.com/vercel/turbo/pull/6975
- release(turborepo): 1.11.4-canary.1 by @github-actions in https://github.com/vercel/turbo/pull/6997
- release(turborepo): 1.11.4-canary.3 by @github-actions in https://github.com/vercel/turbo/pull/7157
- release(turborepo): 1.11.4-canary.4 by @github-actions in https://github.com/vercel/turbo/pull/7170
Examples
- chore(deps-dev): bump the example-dependencies group in /examples/with-shell-commands with 1 update by @dependabot in https://github.com/vercel/turbo/pull/6901
- Update dependencies in examples. by @anthonyshew in https://github.com/vercel/turbo/pull/6920
- Fix with-svelte-example by @dummdidumm in https://github.com/vercel/turbo/pull/6986
- fix(examples): fontSize type is number not string by @devjiwonchoi in https://github.com/vercel/turbo/pull/7005
- Fix Svelte package export map by @dummdidumm in https://github.com/vercel/turbo/pull/7007
- fix(examples): basic generator by @tknickman in https://github.com/vercel/turbo/pull/7022
- fix(examples): ui turbo.json no longer needed by @tknickman in https://github.com/vercel/turbo/pull/7087
- chore(docs): remove unnecessary spaces by @GyoHeon in https://github.com/vercel/turbo/pull/7118
- chore: install jest in examples/kitchen-sink by @llllvvuu in https://github.com/vercel/turbo/pull/7132
Changelog
- fix: Make execution state use auth crate by @Zertsov in https://github.com/vercel/turbo/pull/6880
- fix(telemetry): obfuscate rc endpoint by @tknickman in https://github.com/vercel/turbo/pull/6925
- fix: treat empty environement variables as unset by @chris-olszewski in https://github.com/vercel/turbo/pull/6929
- Error out if dependent flags are provided without their parent by @arlyon in https://github.com/vercel/turbo/pull/6780
- fix: make sure that our concurrency check ignore packages without task by @arlyon in https://github.com/vercel/turbo/pull/6790
- chore: avoid panic on invalid directory filters by @chris-olszewski in https://github.com/vercel/turbo/pull/6955
- feat(Turborepo): Use a wrapper around the raw strings we pass to globwalk by @gsoltis in https://github.com/vercel/turbo/pull/6847
- fix: ignore permission errors during globbing by @chris-olszewski in https://github.com/vercel/turbo/pull/6957
- fix: avoid retry panic by @chris-olszewski in https://github.com/vercel/turbo/pull/6926
- add better messaging when running with api flag by @Zertsov in https://github.com/vercel/turbo/pull/6927
- fix some clippy lints by @arlyon in https://github.com/vercel/turbo/pull/6959
- Fix/unrevert daemon discovery by @arlyon in https://github.com/vercel/turbo/pull/6712
- feat(telemetry): track prune args by @tknickman in https://github.com/vercel/turbo/pull/6970
- feat(lockfiles): support Yarn 4 patches by @chris-olszewski in https://github.com/vercel/turbo/pull/6974
- feat(telemetry): track global args by @tknickman in https://github.com/vercel/turbo/pull/6972
- fix: update Cargo.lock with correct workspace dependencies by @chris-olszewski in https://github.com/vercel/turbo/pull/6990
- fix: rewrite prefix after carriage return by @chris-olszewski in https://github.com/vercel/turbo/pull/6989
- feat(telemetry): track run arguments by @tknickman in https://github.com/vercel/turbo/pull/6985
- chore: remove usage of command groups by @chris-olszewski in https://github.com/vercel/turbo/pull/6992
- chore: add reason for service being unavailable by @chris-olszewski in https://github.com/vercel/turbo/pull/6993
- fix(turbo): validate graph extension by @tknickman in https://github.com/vercel/turbo/pull/6995
- chore: Adjusted error message for APIClient errors in cache by @NicholasLYang in https://github.com/vercel/turbo/pull/6996
- fix(integration): update help integration test by @tknickman in https://github.com/vercel/turbo/pull/7017
- fix(cache): truncate metadata file when writing by @chris-olszewski in https://github.com/vercel/turbo/pull/7016
- fix(prune): correctly create symlinks to directories by @chris-olszewski in https://github.com/vercel/turbo/pull/6983
- fix: forward fixes for LSP by @chris-olszewski in https://github.com/vercel/turbo/pull/7023
- fix(daemon): make sure cookie dir exists before writing cookie by @chris-olszewski in https://github.com/vercel/turbo/pull/7015
- feat(telemetry): track more daemon errors by @tknickman in https://github.com/vercel/turbo/pull/7031
- chore: revert auth json by @chris-olszewski in https://github.com/vercel/turbo/pull/7026
- chore: prefactor process manager by @chris-olszewski in https://github.com/vercel/turbo/pull/7034
- chore(Turborepo): Scope down opts needed by the visitor, remove run lifetime by @gsoltis in https://github.com/vercel/turbo/pull/7032
- fix: Examples turbo.json outputs key by @NicholasLYang in https://github.com/vercel/turbo/pull/7071
- fix: filter package.json files that are subfolders of other packages by @arlyon in https://github.com/vercel/turbo/pull/7025
- feat: update
@turbo/repository
to use new terminology by @mrmckeb in https://github.com/vercel/turbo/pull/7078 - fix(turbo): sort dependents and dependencies during normalization by @mehulkar in https://github.com/vercel/turbo/pull/7018
- release:
@turbo/[email protected]
by @mrmckeb in https://github.com/vercel/turbo/pull/7090 - chore(daemon): swap fallback logs to debug by @tknickman in https://github.com/vercel/turbo/pull/7102
- feat: add ability to spawn child process with pty by @chris-olszewski in https://github.com/vercel/turbo/pull/7077
- chore(Turborepo): Move more CLI stuff out of run code by @gsoltis in https://github.com/vercel/turbo/pull/7085
- fix(hashing): include gitignored files in fallback by @tknickman in https://github.com/vercel/turbo/pull/7105
- fix(clippy): remove unused import by @tknickman in https://github.com/vercel/turbo/pull/7120
- fix(hashing): include default files in fallback by @tknickman in https://github.com/vercel/turbo/pull/7106
- chore: add tracing to pty usage by @chris-olszewski in https://github.com/vercel/turbo/pull/7127
- fix disable echoctl by @chris-olszewski in https://github.com/vercel/turbo/pull/7109
- feat(telemetry): enable feature by @tknickman in https://github.com/vercel/turbo/pull/7122
- feat: enable pty usage by @chris-olszewski in https://github.com/vercel/turbo/pull/7128
- feat(hashing): support $TURBO_DEFAULT$ in inputs by @tknickman in https://github.com/vercel/turbo/pull/7113
- fix: process manager tests tty by @chris-olszewski in https://github.com/vercel/turbo/pull/7156
- fix(tests): mock telemetry config by @tknickman in https://github.com/vercel/turbo/pull/7168
- chore: clean pnpm lockfile by @mehulkar in https://github.com/vercel/turbo/pull/7171
- fix: tasks with no newline by @chris-olszewski in https://github.com/vercel/turbo/pull/7175
New Contributors
- @Firfi made their first contribution in https://github.com/vercel/turbo/pull/6933
- @pjlangley made their first contribution in https://github.com/vercel/turbo/pull/6960
- @dummdidumm made their first contribution in https://github.com/vercel/turbo/pull/6986
- @devjiwonchoi made their first contribution in https://github.com/vercel/turbo/pull/7005
- @nirban07 made their first contribution in https://github.com/vercel/turbo/pull/7008
- @mrmckeb made their first contribution in https://github.com/vercel/turbo/pull/7078
- @mattiadevivo made their first contribution in https://github.com/vercel/turbo/pull/7069
- @GyoHeon made their first contribution in https://github.com/vercel/turbo/pull/7118
- @llllvvuu made their first contribution in https://github.com/vercel/turbo/pull/7132
Full Changelog: https://github.com/vercel/turbo/compare/v1.11.3...v1.12.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.