chore(deps): update all non-major dependencies #22
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:
^0.7.0
->^0.8.2
^1.2.2
->^1.2.3
^9.13.0
->^9.16.0
^7.47.11
->^7.48.0
0.0.15
->0.1.1
22.8.6
->22.10.1
^9.13.0
->^9.16.0
^2.46.0
->^2.46.1
^9.30.0
->^9.32.0
^15.11.0
->^15.12.0
9.12.3
->9.14.4
^3.3.3
->^3.4.1
^5.6.3
->^5.7.2
^8.12.2
->^8.16.0
Release Notes
natemoo-re/clack (@clack/prompts)
v0.8.2
Compare Source
Patch Changes
4845f4f
]d7b2fb9
]v0.8.1
Compare Source
Patch Changes
360afeb
: feat: adaptative max itemseslint/rewrite (@eslint/compat)
v1.2.3
Compare Source
eslint/eslint (@eslint/js)
v9.16.0
Compare Source
v9.15.0
Compare Source
v9.14.0
Compare Source
microsoft/rushstack (@microsoft/api-extractor)
v7.48.0
Compare Source
Sat, 23 Nov 2024 01:18:55 GMT
Minor changes
v7.47.12
Compare Source
Fri, 22 Nov 2024 01:10:43 GMT
Version update only
web-infra-dev/rslib (@rslib/core)
v0.1.1
Compare Source
What's Changed
New Features 🎉
rslib.config
to rebuild by @9aoy in https://github.com/web-infra-dev/rslib/pull/489Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rslib@v0.1.0...v0.1.1
v0.1.0
Compare Source
What's Changed
New Features 🎉
--root
cli option and make basic js api work by @Timeless0911 in https://github.com/web-infra-dev/rslib/pull/453dist
instead ofdist/static/css
by @chenjiahan in https://github.com/web-infra-dev/rslib/pull/460Bug Fixes 🐞
autoExtension: false
along withoutput.filename.js
by @Timeless0911 in https://github.com/web-infra-dev/rslib/pull/455Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rslib@v0.0.18...v0.1.0
v0.0.18
Compare Source
What's Changed
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rslib@v0.0.17...v0.0.18
v0.0.17
Compare Source
What's Changed
New Features 🎉
node
by @Timeless0911 in https://github.com/web-infra-dev/rslib/pull/398Bug Fixes 🐞
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rslib@v0.0.16...v0.0.17
v0.0.16
Compare Source
What's Changed
New Features 🎉
tsc --build
to enable incremental build for project references by @Timeless0911 in https://github.com/web-infra-dev/rslib/pull/337Performance 🚀
Bug Fixes 🐞
Document 📖
lib
configs by @chenjiahan in https://github.com/web-infra-dev/rslib/pull/365Other Changes
Full Changelog: web-infra-dev/rslib@v0.0.15...v0.0.16
eslint/eslint (eslint)
v9.16.0
Compare Source
Features
8f70eb1
feat: AddignoreComputedKeys
option insort-keys
rule (#19162) (Milos Djermanovic)Documentation
9eefc8f
docs: fix typos inuse-isnan
(#19190) (루밀LuMir)0c8cea8
docs: switch the order of words inno-unreachable
(#19189) (루밀LuMir)0c19417
docs: add missing backtick tono-async-promise-executor
(#19188) (루밀LuMir)8df9276
docs: add backtick in-0
indescription
ofno-compare-neg-zero
(#19186) (루밀LuMir)7e16e3f
docs: fixcaseSensitive
option's title ofsort-keys
(#19183) (Tanuj Kanti)0c6b842
docs: fix typos inmigration-guide.md
(#19180) (루밀LuMir)353266e
docs: fix a typo indebug.md
(#19179) (루밀LuMir)5ff318a
docs: delete unnecessary horizontal rule(---
) innodejs-api
(#19175) (루밀LuMir)576bcc5
docs: mark more rules as handled by TypeScript (#19164) (Tanuj Kanti)742d054
docs: note thatno-restricted-syntax
can be used with any language (#19148) (Milos Djermanovic)Chores
feb703b
chore: upgrade to@eslint/[email protected]
(#19195) (Francesco Trotta)df9bf95
chore: package.json update for @eslint/js release (Jenkins)f831893
chore: add type forignoreComputedKeys
option ofsort-keys
(#19184) (Tanuj Kanti)3afb8a1
chore: update dependency @eslint/json to ^0.8.0 (#19177) (Milos Djermanovic)1f77c53
chore: addrepository.directory
property topackage.json
(#19165) (루밀LuMir)d460594
chore: update dependency @arethetypeswrong/cli to ^0.17.0 (#19147) (renovate[bot])45cd4ea
refactor: update default options in rules (#19136) (Milos Djermanovic)v9.15.0
Compare Source
v9.14.0
Compare Source
sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)
v2.46.1
Compare Source
Patch Changes
svelte/no-inner-declarations
vuejs/eslint-plugin-vue (eslint-plugin-vue)
v9.32.0
Compare Source
v9.31.0
Compare Source
✨ Enhancements
caseSensitive
option tovue/no-reserved-component-names
rule.vue/prefer-use-template-ref
rule that requires usinguseTemplateRef()
instead ofref()
for template refs.vue/no-empty-component-block
rule auto-fixable.🐛 Bug Fixes
v-bind:name
invue/require-explicit-slots
rule.⚙️ Updates
vue/define-macros-order
rule to skip TypeScriptdeclare
statements.Full Changelog: vuejs/eslint-plugin-vue@v9.30.0...v9.31.0
sindresorhus/globals (globals)
v15.12.0
Compare Source
Iterator
to ES2025 (#272)439b398
dd0a502
pnpm/pnpm (pnpm)
v9.14.4
Compare Source
v9.14.3
Compare Source
v9.14.2
Compare Source
Patch Changes
pnpm publish --json
should work #8788.Platinum Sponsors
Gold Sponsors
v9.14.1
Compare Source
Minor Changes
pnpm pack --json
to print packed tarball and contents in JSON format #8765.Patch Changes
pnpm exec
should print a meaningful error message when no command is provided #8752.pnpm setup
should remove the CLI from the target location before moving the new binary #8173.ERR_PNPM_TARBALL_EXTRACT
error while installing a dependency from GitHub having a slash in branch name #7697.use-node-version
setting is used and the system has no Node.js installed #8769..npmrc
files to their correct types. For instance,child-concurrency
should be a number, not a string #5075.manage-package-manager-versions
is set totrue
.pnpm init
should respect the--dir
option #8768.Platinum Sponsors
Gold Sponsors
v9.14.0
Compare Source
v9.13.2
: pnpm 9.13.2Compare Source
Patch Changes
dlx
processes.Platinum Sponsors
Gold Sponsors
👻 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.