-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update all non-major dependencies #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
ee115b8
to
a7296a0
Compare
a7296a0
to
f4c3cac
Compare
f4c3cac
to
e9f0851
Compare
e9f0851
to
ba5cd3e
Compare
ba5cd3e
to
9fbc3ea
Compare
9fbc3ea
to
b87b104
Compare
b87b104
to
a9843aa
Compare
a9843aa
to
7a6bf6d
Compare
7a6bf6d
to
14367a2
Compare
14367a2
to
7c3b8b4
Compare
7c3b8b4
to
33a9b0b
Compare
33a9b0b
to
6b2bf82
Compare
6b2bf82
to
0be8b36
Compare
0be8b36
to
50ad9e3
Compare
d35a790
to
09bd2c3
Compare
09bd2c3
to
aa02551
Compare
aa02551
to
04c5de1
Compare
04c5de1
to
af52dde
Compare
af52dde
to
8a1e927
Compare
8a1e927
to
3ff39c4
Compare
3ff39c4
to
0d50da0
Compare
0d50da0
to
04d2bad
Compare
04d2bad
to
be46cac
Compare
be46cac
to
95d0b7d
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7 +/- ##
=======================================
Coverage 80.80% 80.80%
=======================================
Files 78 78
Lines 2298 2298
Branches 159 159
=======================================
Hits 1857 1857
Misses 440 440
Partials 1 1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^4.0.0-beta.10
->^4.0.0
^22.13.9
->^22.13.10
^3.0.7
->^3.0.8
^9.21.0
->^9.22.0
10.5.2
->10.6.2
^6.2.0
->^6.2.1
^3.0.7
->^3.0.8
Release Notes
ntnyq/eslint-config (@ntnyq/eslint-config)
v4.0.0
Compare Source
🚨 Breaking Changes
configComments
toconfigESLintComments
- by @ntnyq (2cbdc)configTest
andconfigVitest
, add pluginno-only-tests
- by @ntnyq (fe832)eslint-plugin-format
andeslint-plugin-unused-imports
- by @ntnyq (54e92)disableTypeAwareLinting
, disable type-aware rules always - by @ntnyq (ab62a)sort-imports
in typealphabetical
- by @ntnyq (921ed)fallbackSort
fix #135 - by @ntnyq in https://github.com/ntnyq/eslint-config/issues/135 (e7a3b)pnpm-workspace.yaml
sort order - by @ntnyq (57c7d)typescriptConfigs
toconfigsTypescript
- by @ntnyq (94976)configsTypescript
toconfigsTypeScript
- by @ntnyq (d67b4)pluginYaml
topluginYml
- by @ntnyq (8d275)🚀 Features
bun.lock
- by @ntnyq (e1313)eslint-plugin-de-morgan
- by @ntnyq (d0f40)extensions
to shareable optionextraFileExtensions
- by @ntnyq (a9bfe)consistent-type-specifier-style
- by @ntnyq (c4429)no-duplicate-exports
- by @ntnyq (7b5e1)sort-objects
optiongroups
- by @ntnyq (abcb0)partitionByComment
for all related rules - by @ntnyq (9dfe8)fallbackSort
options - by @ntnyq (0061a)all
to enable all rules - by @ntnyq (7d7ed)fallbackSort
- by @ntnyq (839c3)configPnpm
- by @ntnyq (6c90a)exports
andpublishConfig
keys in package.json - by @ntnyq (d52ba)langs
folder when sort i18n - by @ntnyq (dd5e6)vue/define-emits-declaration
andimport-x/consistent-type-specifier-style
in configshadcnVue
- by @ntnyq (88227)antfu/no-import-dist
for bin files - by @ntnyq (718bd)typecheck
setting for plugin vitest - by @ntnyq (23f15)allowDefaultProject
- by @ntnyq (c4a3c)expose
andslots
toorder-in-components
- by @ntnyq (193cc)🐞 Bug Fixes
ignores
but remove optionsoverrides
- by @ntnyq (8946b)typecheck
- by @ntnyq (76493)no-var
andvar-on-top
in types files - by @ntnyq (2a4ae)parserTypeScript
export - by @ntnyq (0e142)View changes on GitHub
v4.0.0-beta.12
Compare Source
🚀 Features
configPnpm
- by @ntnyq (6c90a)allowDefaultProject
- by @ntnyq (c4a3c)🐞 Bug Fixes
View changes on GitHub
v4.0.0-beta.11
Compare Source
🚀 Features
extensions
to shareable optionextraFileExtensions
- by @ntnyq (a9bfe)fallbackSort
- by @ntnyq (839c3)expose
andslots
toorder-in-components
- by @ntnyq (193cc)🐞 Bug Fixes
View changes on GitHub
vitest-dev/vitest (@vitest/coverage-v8)
v3.0.8
Compare Source
🐞 Bug Fixes
@vitest/spy
- by @mrginglymus in https://github.com/vitest-dev/vitest/issues/7575 (7f7ff)beforeEach/All
cleanup callback timeout - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7500 (0c292)Task.suite
initialization - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7414 (ca9ff)buildStart
on Vite 6 - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7480 (c0f47)View changes on GitHub
eslint/eslint (eslint)
v9.22.0
Compare Source
pnpm/pnpm (pnpm)
v10.6.2
Compare Source
Patch Changes
pnpm self-update
should always update the version in thepackageManager
field ofpackage.json
.pnpm patch-commit
will now use the same filesystem as the store directory to compare and create patch files.--loglevel=error
is used.peerDependencyRules
should be set inpnpm-workspace.yaml
to take effect.v10.6.1
Compare Source
Patch Changes
--silent
reporting is used.--loglevel
is set toerror
, don't show installation summary, execution time, and big tarball download progress.package.json
#9226.approve-builds
command, if package.json containsonlyBuiltDependencies
orignoredBuiltDependencies
, the selected dependency package will continue to be written intopackage.json
.v10.6.0
Compare Source
Minor Changes
pnpm-workspace.yaml
can now hold all the settings that.npmrc
accepts. The settings should use camelCase #9211.pnpm-workspace.yaml
example:Projects using a
file:
dependency on a local tarball file (i.e..tgz
,.tar.gz
,.tar
) will see a performance improvement during installation. Previously, using afile:
dependency on a tarball caused the lockfile resolution step to always run. The lockfile will now be considered up-to-date if the tarball is unchanged.Patch Changes
pnpm self-update
should not leave a directory with a broken pnpm installation if the installation fails.fast-glob
replace withtinyglobby
to reduce the size of the pnpm CLI dependencies #9169.pnpm deploy
should not remove fields from the deployed package'spackage.json
file #9215.pnpm self-update
should not read the pnpm settings from thepackage.json
file in the current working directory.pnpm deploy
creating apackage.json
without theimports
andlicense
field #9193.pnpm update -i
should list only packages that have newer versions #9206.catalogs
section of thepnpm-lock.yaml
file to be removed whendedupe-peer-dependents=false
on a filtered install. #9112vitejs/vite (vite)
v6.2.1
Compare Source
isBuild
check from preAliasPlugin (#19587) (c9e086d), closes #19587applyToEnvironment
in internal plugins (#19588) (f678442), closes #19588*?url&no-inline
type and warning for.json?inline
/.json?no-inline
(#19566) (c0d3667), closes #19566Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (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.