vite-ecosystem-ci
vite-ecosystem-ci copied to clipboard
chore(deps): update all non-major dependencies
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@types/node (source) | ^20.10.4 -> ^20.10.5 |
||||
@typescript-eslint/eslint-plugin (source) | ^6.14.0 -> ^6.16.0 |
||||
@typescript-eslint/parser (source) | ^6.14.0 -> ^6.16.0 |
||||
eslint (source) | ^8.55.0 -> ^8.56.0 |
||||
eslint-plugin-n | ^16.4.0 -> ^16.5.0 |
||||
pnpm (source) | 8.12.0 -> 8.13.1 |
||||
tsx | ^4.6.2 -> ^4.7.0 |
Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.16.0
Bug Fixes
Features
- eslint-plugin: deprecate formatting (meta.type: layout) rules (#8073) (04dea84)
- eslint-plugin: deprecate no-extra-semi in favor of ESLint Stylistic equivalent (#8123) (9368bf3)
You can read about our versioning strategy and releases on our website.
v6.15.0
Features
- eslint-plugin: [no-useless-template-literals] add new rule (#7957) (ff75785), closes #2846
- require-array-sort-compare + toSorted (#8052) (c9661c8)
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.16.0
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.15.0
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
eslint/eslint (eslint)
v8.56.0
Features
-
0dd9704
feat: Support custom severity when reporting unused disable directives (#17212) (Bryan Mishkin) -
31a7e3f
feat: fix no-restricted-properties false negatives with unknown objects (#17818) (Arka Pratim Chaudhuri)
Bug Fixes
-
7d5e5f6
fix:TypeError: fs.exists is not a function
on read-only file system (#17846) (Francesco Trotta) -
74739c8
fix: suggestion with invalid syntax in no-promise-executor-return rule (#17812) (Bryan Mishkin)
Documentation
-
9007719
docs: update link in ways-to-extend.md (#17839) (Amel SELMANE) -
3a22236
docs: Update README (GitHub Actions Bot) -
54c3ca6
docs: fix migration-guide example (#17829) (Tanuj Kanti) -
4391b71
docs: check config comments in rule examples (#17815) (Francesco Trotta) -
fd28363
docs: remove mention about ESLint stylistic rules in readme (#17810) (Zwyx) -
48ed5a6
docs: Update README (GitHub Actions Bot)
Chores
-
ba6af85
chore: upgrade @eslint/js@8.56.0 (#17864) (Milos Djermanovic) -
60a531a
chore: package.json update for @eslint/js release (Jenkins) -
ba87a06
chore: update dependency markdownlint to ^0.32.0 (#17783) (renovate[bot]) -
9271d10
chore: add GitHub issue template for docs issues (#17845) (Josh Goldberg ✨) -
70a686b
chore: Convert rule tests to FlatRuleTester (#17819) (Nicholas C. Zakas) -
f3a599d
chore: upgrade eslint-plugin-unicorn to v49.0.0 (#17837) (唯然) -
905d4b7
chore: upgrade eslint-plugin-eslint-plugin v5.2.1 (#17838) (唯然) -
4d7c3ce
chore: update eslint-plugin-n v16.4.0 (#17836) (唯然) -
fd0c60c
ci: unpin Node.js 21.2.0 (#17821) (Francesco Trotta)
eslint-community/eslint-plugin-n (eslint-plugin-n)
v16.5.0
Features
- feat: Add builtins check for ES2021 to no-unsupported-features/es-builtins rule (#153) (
15a5850
) - feat: Add syntax check for ES2021 to no-unsupported-features/es-syntax rule (#152) (
6835a10
)
Docs & Chores
pnpm/pnpm (pnpm)
v8.13.1
Minor Changes
-
New commands added for inspecting the store:
-
pnpm cat-index: Prints the index file of a specific package in the store. The package is specified by its name and version:
pnpm cat-index <pkg name>@​<pkg version>
- pnpm cat-file: Prints the contents of a file based on the hash value stored in the index file. For example: pnpm cat-file sha512-mvavhfVcEREI7d8dfvfvIkuBLnx7+rrkHHnPi8mpEDUlNpY4CUY+CvJ5mrrLl18iQYo1odFwBV7z/cOypG7xxQ==
- pnpm find-hash: Lists the packages that include the file with the specified hash. For example: pnpm find-hash sha512-mvavhfVcEREI7d8dfvfvIkuBLnx7+rrkHHnPi8mpEDUlNpY4CUY+CvJ5mrrLl18iQYo1odFwBV7z/cOypG7xxQ== This command is experimental. We might change how it behaves.
Related issue: #7413.
-
pnpm cat-index: Prints the index file of a specific package in the store. The package is specified by its name and version:
-
A new setting added for symlinking injected dependencies from the workspace, if their dependencies use the same peer dependencies as the dependent package. The setting is called
dedupe-injected-deps
#7416. -
Use
--fail-if-no-match
if you want the CLI fail if no packages were matched by the command #7403.
Patch Changes
-
pnpm list --parseable
should not print the same dependency multiple times #7429. - Fix error message texts in the
pnpm env
commands #7456. - Better support for light themed terminals by the
pnpm update --interactive
command #7439. - Fix EPERM error that occasionally happened on Windows during renames in the store #7213.
- Fix error as in
update -i -r
with Git specifiers #7415. - Added support for boolean values in 'bundleDependencies' package.json fields when installing a dependency. Fix to properly handle 'bundledDependencies' alias #7411.
Our Gold Sponsors
|
|
|
|
|
|
Our Silver Sponsors
![]() |
|
|
|
|
|
|
v8.12.1
Patch Changes
- Don't report dependencies with optional dependencies as being added on repeat install. This was a bug in reporting #7384.
- Fix a bug where
--fix-lockfile
crashes on tarballs #7368. - Do not create empty patch directory.
- Installation should not fail if an empty
node_modules
directory cannot be removed #7405.
Our Gold Sponsors
|
|
|
|
|
Our Silver Sponsors
![]() |
|
|
|
|
|
|
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (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 has been generated by Mend Renovate. View repository job log here.