chore(deps): update devdependencies (non-major)
This PR contains the following updates:
Release Notes
microsoft/rushstack (@rushstack/heft)
v0.66.24
Sat, 27 Jul 2024 00:10:27 GMT
Patches
- Include CHANGELOG.md in published releases again
v0.66.23
Wed, 24 Jul 2024 00:12:14 GMT
Version update only
v0.66.22
Wed, 17 Jul 2024 06:55:09 GMT
Version update only
v0.66.21
Wed, 17 Jul 2024 00:11:19 GMT
Version update only
v0.66.20
Tue, 16 Jul 2024 00:36:21 GMT
Patches
- Update schemas/templates/heft.json to reflect new settings
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.18.0
🩹 Fixes
-
eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib
-
eslint-plugin: [unbound-method] report on destructuring in function parameters
-
eslint-plugin: [no-duplicate-type-constituents] shouldn't report on error types
-
eslint-plugin: [strict-boolean-expressions] support branded booleans
❤️ Thank You
- auvred
- Oliver Salzburg
- Vinccool96
- Yukihiro Hasegawa
You can read about our versioning strategy and releases on our website.
v7.17.0
🚀 Features
-
eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7
-
eslint-plugin: [return-await] add option to report in error-handling scenarios only, and deprecate "never"
🩹 Fixes
-
eslint-plugin: [no-floating-promises] check top-level type assertions (and more)
-
eslint-plugin: [strict-boolean-expressions] consider assertion function argument a boolean context
-
eslint-plugin: [no-unnecessary-condition] false positive on optional private field
❤️ Thank You
- Armano
- Josh Goldberg ✨
- Kirk Waiblinger
- StyleShit
You can read about our versioning strategy and releases on our website.
v7.16.1
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-parameters] descend into all parts of mapped types in no-unnecessary-type-parameters
❤️ Thank You
- Dan Vanderkam
You can read about our versioning strategy and releases on our website.
v7.16.0
🚀 Features
-
rule-tester: stricter rule test validations
-
eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule
-
eslint-plugin: add support for nested namespaces to unsafe-member-access
-
eslint-plugin: [no-floating-promises] add checkThenables option
🩹 Fixes
-
deps: update dependency @eslint-community/regexpp to v4.11.0
-
eslint-plugin: [no-floating-promises] add
suggestionsto tests from #9263checkThenables -
website: react key error on internal pages of website
-
eslint-plugin: [restrict-template-expressions] don't report tuples if
allowArrayoption is enabled
❤️ Thank You
- Abraham Guo
- auvred
- Josh Goldberg ✨
- Juan Sanchez
- Vinccool96
- YeonJuan
- Yukihiro Hasegawa
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v7.18.0
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v7.17.0
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v7.16.1
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v7.16.0
🩹 Fixes
-
deps: update dependency @eslint-community/regexpp to v4.11.0
-
website: react key error on internal pages of website
❤️ Thank You
- Abraham Guo
- auvred
- Josh Goldberg ✨
- Juan Sanchez
- Vinccool96
- YeonJuan
- Yukihiro Hasegawa
You can read about our versioning strategy and releases on our website.
vercel/turbo (eslint-config-turbo)
v2.0.11: Turborepo v2.0.11
What's Changed
Changelog
- fix(pty): disable echoctl for child processes by @chris-olszewski in https://github.com/vercel/turbo/pull/8892
New Contributors
- @Zaid-maker made their first contribution in https://github.com/vercel/turbo/pull/8090
Full Changelog: https://github.com/vercel/turbo/compare/v2.0.10...v2.0.11
v2.0.10
v2.0.9: Turborepo v2.0.9
What's Changed
Examples
- feat(examples): bump turbo for svelte by @tknickman in https://github.com/vercel/turbo/pull/8796
Changelog
- feature(turborepo): fancy package.json errors by @NicholasLYang in https://github.com/vercel/turbo/pull/8299
- feat(turborepo): turbo ls with filter by @NicholasLYang in https://github.com/vercel/turbo/pull/8779
Full Changelog: https://github.com/vercel/turbo/compare/v2.0.8...v2.0.9
v2.0.8: Turborepo v2.0.8
What's Changed
Examples
- Update basic example. by @anthonyshew in https://github.com/vercel/turbo/pull/8784
Changelog
- chore(turborepo): refine package.json parse error by @NicholasLYang in https://github.com/vercel/turbo/pull/8753
- feat(turbo): add VERCEL to pass through by @tknickman in https://github.com/vercel/turbo/pull/8794
Full Changelog: https://github.com/vercel/turbo/compare/v2.0.7...v2.0.8
v2.0.7: Turborepo v2.0.7
What's Changed
Examples
- Fix lockfile in kitchen-sink. by @anthonyshew in https://github.com/vercel/turbo/pull/8666
- fix(examples): correct next.config extension in tsconfig by @moolcoov in https://github.com/vercel/turbo/pull/8638
- feat(examples): add
with-nestjsexample by @Neosoulink in https://github.com/vercel/turbo/pull/8162
Changelog
- (refactor)ui: Refactoring/simplifying TUI state by @anthonyshew in https://github.com/vercel/turbo/pull/8650
- fix: add more windows vars to default pass through env by @chris-olszewski in https://github.com/vercel/turbo/pull/8615
- Add Docker to default passthroughs list. by @anthonyshew in https://github.com/vercel/turbo/pull/8690
- Add VSCode's debugger variables to default passthroughs. by @anthonyshew in https://github.com/vercel/turbo/pull/8689
- update env_wildcards for SvelteKit by @jacksteamdev in https://github.com/vercel/turbo/pull/8685
- fix constant width for checkmark by @dimitropoulos in https://github.com/vercel/turbo/pull/8702
- fix(ui): respect
--output-logsandoutputLogsfor persisting logs after TUI exits by @chris-olszewski in https://github.com/vercel/turbo/pull/8612 - fix(ui): only start ui if there are tasks to run by @chris-olszewski in https://github.com/vercel/turbo/pull/8703
- chore(ui): add tracing to all tui operations by @chris-olszewski in https://github.com/vercel/turbo/pull/8704
- adds CLI flag for controlling tui/stream by @dimitropoulos in https://github.com/vercel/turbo/pull/8714
- feat: allow opting out of required package manager by @chris-olszewski in https://github.com/vercel/turbo/pull/8738
- upgrade deps to avoid conflict with next.js by @sokra in https://github.com/vercel/turbo/pull/8750
- refactor(turborepo): derive
OptsfromConfigby @NicholasLYang in https://github.com/vercel/turbo/pull/8759
New Contributors
- @dimitropoulos made their first contribution in https://github.com/vercel/turbo/pull/8674
- @pathliving made their first contribution in https://github.com/vercel/turbo/pull/8675
- @UNRULYEON made their first contribution in https://github.com/vercel/turbo/pull/8679
- @LaPulgaaa made their first contribution in https://github.com/vercel/turbo/pull/8683
- @jacksteamdev made their first contribution in https://github.com/vercel/turbo/pull/8685
- @ony3000 made their first contribution in https://github.com/vercel/turbo/pull/8642
- @moolcoov made their first contribution in https://github.com/vercel/turbo/pull/8638
- @pkellner made their first contribution in https://github.com/vercel/turbo/pull/8669
- @vinnymac made their first contribution in https://github.com/vercel/turbo/pull/8637
- @torresgol10 made their first contribution in https://github.com/vercel/turbo/pull/8719
- @baileywickham made their first contribution in https://github.com/vercel/turbo/pull/8692
- @LioRael made their first contribution in https://github.com/vercel/turbo/pull/8741
- @mischnic made their first contribution in https://github.com/vercel/turbo/pull/8767
Full Changelog: https://github.com/vercel/turbo/compare/v2.0.6...v2.0.7
eslint-community/eslint-plugin-n (eslint-plugin-n)
v17.10.1
🩹 Fixes
v17.10.0
🌟 Features
- no-unsupported: Support node 20.16.0 (73e2bed)
- no-unsupported: Support node 22.3.0 and 20.16.0 (#315) (73e2bed)
- Update to node v22.4.0 (#310) (f7a74eb), closes #308
- Update to node v22.5.0 (#312) (2539c9d)
📚 Documentation
🧹 Chores
- upgrade compatible deps (8f6f11d)
prettier/eslint-plugin-prettier (eslint-plugin-prettier)
v5.2.1
Patch Changes
-
#668
ac036ccThanks @OrlovAlexei! - build(deps): Bump synckit from 0.8.6 to 0.9.1
jsx-eslint/eslint-plugin-react (eslint-plugin-react)
v7.35.0
Added
- support eslint v9 (#3759 @mdjermanovic)
- export flat configs from plugin root and fix flat config crash (#3694 @bradzacher @mdjermanovic)
- add [
jsx-props-no-spread-multi] (#3724 @SimonSchick) - [
forbid-component-props]: addpropNamePatternto allow / disallow prop name patterns (#3774 @akulsr0) - [
jsx-handler-names]: support ignoring component names (#3772 @akulsr0) - version settings: Allow react defaultVersion to be configurable (#3771 @onlywei)
- [
jsx-closing-tag-location]: addline-alignedoption (#3777 @kimtaejin3) - [
no-danger]: addcustomComponentNamesoption (#3748 @akulsr0)
Fixed
- [
no-invalid-html-attribute]: substitute placeholders in suggestion messages (#3759 @mdjermanovic) - [
sort-prop-types]: single line type ending without semicolon (#3784 @akulsr0) - [
require-default-props]: report when required props have default value (#3785 @akulsr0)
Changed
- [Refactor]
variableUtil: Avoid creating a single flat variable scope for each lookup (#3782 @DanielRosenwasser)
v7.34.4
Fixed
- [
prop-types]: fixclassNamemissing in prop validation false negative (#3749 @akulsr0) - [
sort-prop-types]: Check for undefined before accessingnode.typeAnnotation.typeAnnotation(#3779 @tylerlaprade)
prettier/prettier (prettier)
v3.3.3
Add parentheses for nullish coalescing in ternary (#16391 by @cdignam-segment)
This change adds clarity to operator precedence.
// Input
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;
// Prettier 3.3.2
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;
// Prettier 3.3.3
foo ? (bar ?? foo) : baz;
(foo ?? bar) ? a : b;
a ? b : (foo ?? bar);
Add parentheses for decorator expressions (#16458 by @y-schneider)
Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.
// Input
@​(foo`tagged template`)
class X {}
// Prettier 3.3.2
@​foo`tagged template`
class X {}
// Prettier 3.3.3
@​(foo`tagged template`)
class X {}
Support @let declaration syntax (#16474 by @sosukesuzuki)
Adds support for Angular v18 @let declaration syntax.
Please see the following code example. The @let declaration allows you to define local variables within the template:
@​let name = 'Frodo';
<h1>Dashboard for {{name}}</h1>
Hello, {{name}}
For more details, please refer to the excellent blog post by the Angular Team: Introducing @let in Angular.
We also appreciate the Angular Team for kindly answering our questions to implement this feature.
vercel/turbo (turbo)
v2.0.11
v2.0.10: Turborepo v2.0.10
What's Changed
Examples
- chore: dedupe link component in kitchen sink by @chris-olszewski in https://github.com/vercel/turbo/pull/8813
- feat(examples): add example-with-typeorm by @cgoinglove in https://github.com/vercel/turbo/pull/8143
Changelog
- feat(turbo): add TMP and TEMP variables to pass through by @cahilfoley in https://github.com/vercel/turbo/pull/8803
- chore: add trace level logging to process management by @chris-olszewski in https://github.com/vercel/turbo/pull/8822
- chore(infer): add test for current behavior by @chris-olszewski in https://github.com/vercel/turbo/pull/8825
- fix: close stdin for non-interactive tasks by @chris-olszewski in https://github.com/vercel/turbo/pull/8838
- chore(turborepo): print the turbo version on start up by @NicholasLYang in https://github.com/vercel/turbo/pull/8841
- chore(auth): catch forbidden cache access error by @chris-olszewski in https://github.com/vercel/turbo/pull/8853
- chore(telemetry): remove unused codepath field by @mehulkar in https://github.com/vercel/turbo/pull/8855
- chore(schema): update schema with dangerouslyDisablePackageManagerCheck by @chris-olszewski in https://github.com/vercel/turbo/pull/8856
- fix(turborepo): task table width bug by @NicholasLYang in https://github.com/vercel/turbo/pull/8868
- feat(turborepo): added specific symbol for cache hit by @NicholasLYang in https://github.com/vercel/turbo/pull/8869
- feat(tui): terminal pane mouse copying by @chris-olszewski in https://github.com/vercel/turbo/pull/8713
- chore(filter): add additional logs for scm based filters by @chris-olszewski in https://github.com/vercel/turbo/pull/8850
- chore:(logging): improve debug logs with -vv by @mehulkar in https://github.com/vercel/turbo/pull/8867
- (chore): Make FS error more clear. by @anthonyshew in https://github.com/vercel/turbo/pull/8881
- adds daemon flag for env var and turbo.json by @dimitropoulos in https://github.com/vercel/turbo/pull/8728
- fix(windows): keep stdin open for conpty processes by @chris-olszewski in https://github.com/vercel/turbo/pull/8885
New Contributors
- @cahilfoley made their first contribution in https://github.com/vercel/turbo/pull/8803
- @busybox11 made their first contribution in https://github.com/vercel/turbo/pull/8799
- @samydoesit made their first contribution in https://github.com/vercel/turbo/pull/8725
- @gdarchen made their first contribution in https://github.com/vercel/turbo/pull/8830
- @cgoinglove made their first contribution in https://github.com/vercel/turbo/pull/8143
Full Changelog: https://github.com/vercel/turbo/compare/v2.0.9...v2.0.10
v2.0.9
v2.0.8: Turborepo v2.0.8
What's Changed
Examples
- Update basic example. by @anthonyshew in https://github.com/vercel/turbo/pull/8784
Changelog
- chore(turborepo): refine package.json parse error by @NicholasLYang in https://github.com/vercel/turbo/pull/8753
- feat(turbo): add VERCEL to pass through by @tknickman in https://github.com/vercel/turbo/pull/8794
Full Changelog: https://github.com/vercel/turbo/compare/v2.0.7...v2.0.8
v2.0.7: Turborepo v2.0.7
What's Changed
Examples
- Fix lockfile in kitchen-sink. by @anthonyshew in https://github.com/vercel/turbo/pull/8666
- fix(examples): correct next.config extension in tsconfig by @moolcoov in https://github.com/vercel/turbo/pull/8638
- feat(examples): add
with-nestjsexample by @Neosoulink in https://github.com/vercel/turbo/pull/8162
Changelog
- (refactor)ui: Refactoring/simplifying TUI state by @anthonyshew in https://github.com/vercel/turbo/pull/8650
- fix: add more windows vars to default pass through env by @chris-olszewski in https://github.com/vercel/turbo/pull/8615
- Add Docker to default passthroughs list. by @anthonyshew in https://github.com/vercel/turbo/pull/8690
- Add VSCode's debugger variables to default passthroughs. by @anthonyshew in https://github.com/vercel/turbo/pull/8689
- update env_wildcards for SvelteKit by @jacksteamdev in https://github.com/vercel/turbo/pull/8685
- fix constant width for checkmark by @dimitropoulos in https://github.com/vercel/turbo/pull/8702
- fix(ui): respect
--output-logsandoutputLogsfor persisting logs after TUI exits by @chris-olszewski in https://github.com/vercel/turbo/pull/8612 - fix(ui): only start ui if there are tasks to run by @chris-olszewski in https://github.com/vercel/turbo/pull/8703
- chore(ui): add tracing to all tui operations by @chris-olszewski in https://github.com/vercel/turbo/pull/8704
- adds CLI flag for controlling tui/stream by @dimitropoulos in https://github.com/vercel/turbo/pull/8714
- feat: allow opting out of required package manager by @chris-olszewski in https://github.com/vercel/turbo/pull/8738
- upgrade deps to avoid conflict with next.js by @sokra in https://github.com/vercel/turbo/pull/8750
- refactor(turborepo): derive
OptsfromConfigby @NicholasLYang in https://github.com/vercel/turbo/pull/8759
New Contributors
- @dimitropoulos made their first contribution in https://github.com/vercel/turbo/pull/8674
- @pathliving made their first contribution in https://github.com/vercel/turbo/pull/8675
- @UNRULYEON made their first contribution in https://github.com/vercel/turbo/pull/8679
- @LaPulgaaa made their first contribution in https://github.com/vercel/turbo/pull/8683
- @jacksteamdev made their first contribution in https://github.com/vercel/turbo/pull/8685
- @ony3000 made their first contribution in https://github.com/vercel/turbo/pull/8642
- @moolcoov made their first contribution in https://github.com/vercel/turbo/pull/8638
- @pkellner made their first contribution in https://github.com/vercel/turbo/pull/8669
- @vinnymac made their first contribution in https://github.com/vercel/turbo/pull/8637
- @torresgol10 made their first contribution in https://github.com/vercel/turbo/pull/8719
- @baileywickham made their first contribution in https://github.com/vercel/turbo/pull/8692
- @LioRael made their first contribution in https://github.com/vercel/turbo/pull/8741
- @mischnic made their first contribution in https://github.com/vercel/turbo/pull/8767
Full Changelog: https://github.com/vercel/turbo/compare/v2.0.6...v2.0.7
TypeStrong/TypeDoc (typedoc)
v0.26.5
Features
- TypeDoc now exposes array option defaults under
OptionDefaults, #2640.
Bug Fixes
- Constructor parameters which share a name with a property on a parent class will no longer inherit the comment on the parent class, #2636.
- Packages mode will now attempt to use the comment declared in the comment class for inherited members, #2622.
- TypeDoc no longer crashes when
@documentincludes an empty file, #2638. - API: Event listeners added later with the same priority will be called later, #2643.
Thanks!
v0.26.4
Bug Fixes
- The page navigation sidebar no longer incorrectly includes re-exports if the same member is exported with multiple names #2625.
- Page navigation now ensures the current page is visible when the page is first loaded, #2626.
- If a relative linked image is referenced multiple times, TypeDoc will no longer sometimes produce invalid links to the image #2627.
-
@linktags will now be validated in referenced markdown documents, #2629. -
@linktags are now resolved in project documents, #2629. - HTML/JSON output generated by TypeDoc now contains a trailing newline, #2632.
- TypeDoc now correctly handles markdown documents with CRLF line endings, #2628.
-
@hiddenis now properly applied when placed in a function implementation comment, #2634. - Comments on re-exports are now rendered.
Thanks!
vitejs/vite (vite)
v5.3.5
- refactor(asset): remove rollup 3 public file watch workaround (#16331) (66bdb1d), closes #16331
- fix: make
servertype less restrictive (fix #17627) (#17628) (b55c32f), closes #17627 #17628 - fix: show error if vite client cannot be loaded (#17419) (db5ab1d), closes #17419
- fix(build): env output is not stable (#17748) (b240a83), closes #17748
- fix(client): fix vite error path (#17744) (3c1bde3), closes #17744
- fix(css): resolve url aliases with fragments (fix: #17690) (#17691) (d906d3f)
- fix(deps): update all non-major dependencies (#17629) (93281b0), closes #17629
- fix(importMetaGlob): handle alias that starts with hash (#17743) (b58b423), closes #17743
- fix(ssrTransform): sourcemaps with multiple sources (#17677) (f321fa8), closes #17677
- chore: extend commit hash (#17709) (4fc9b64), closes #17709
- chore(deps): update all non-major dependencies (#17734) (9983731), closes #17734
- chore(deps): update typescript (#17699) (df5ceb3), closes #17699
- revert: fix(logger): truncate log over 5000 characters long (#16581) (#17729) (f4f488f), closes #16581 #17729
v5.3.4
Configuration
📅 Schedule: Branch creation - "on the first day of the month" (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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
⚠️ No Changeset found
Latest commit: 64b352a30a8df01c06e352600d89b147a97dd6cd
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR