-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update all non-major dependencies #48
Conversation
3083219
to
23ae90f
Compare
Codecov Report
@@ Coverage Diff @@
## main #48 +/- ##
==========================================
- Coverage 89.06% 87.50% -1.57%
==========================================
Files 4 4
Lines 128 128
Branches 27 27
==========================================
- Hits 114 112 -2
- Misses 7 9 +2
Partials 7 7 see 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
1cde767
to
5f7d0f2
Compare
6203254
to
83c1758
Compare
41bf821
to
2ab52cb
Compare
2ab52cb
to
40b00c3
Compare
3a3246c
to
8cd3e06
Compare
a0554f5
to
64808a1
Compare
48661c1
to
cfdb2b0
Compare
cfdb2b0
to
5f85744
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
This PR contains the following updates:
0.37.0
->0.40.0
18.15.5
->18.17.2
4.1.0
->4.2.3
3.2.47
->3.3.4
v3.4.0
->v3.5.3
v3.6.0
->v3.7.0
7.1.0
->7.2.1
8.36.0
->8.46.0
7.1.1
->7.2.0
13.2.0
->13.2.3
0.30.0
->0.30.2
v2.2.4
->v2.4.0
5.0.2
->5.1.6
1.3.1
->1.4.0
4.2.1
->4.4.8
3.2.47
->3.3.4
17.0.1
->17.2.2
5.76.2
->5.88.2
Release Notes
antfu/eslint-config (@antfu/eslint-config-ts)
v0.40.0
Compare Source
🚀 Features
default
inexports
- by @antfu (effc7)no-import-node-modules-by-path
- by @zanminkian in https://github.com/antfu/eslint-config/issues/219 (cf124)🐞 Bug Fixes
import
beforerequire
in exports - by @antfu (ea307)View changes on GitHub
v0.39.8
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.39.7
Compare Source
🚀 Features
new Array
- by @zanminkian in https://github.com/antfu/eslint-config/issues/209 (be5bc)@typescript-eslint/ban-types
- by @zanminkian in https://github.com/antfu/eslint-config/issues/210 (d4a9e)View changes on GitHub
v0.39.6
Compare Source
🚀 Features
const enum
- by @zanminkian in https://github.com/antfu/eslint-config/issues/201 (2bf0c)View changes on GitHub
v0.39.5
Compare Source
🚀 Features
🐞 Bug Fixes
@typescript-eslint/consistent-type-assertions
- by @antfu (abf5c)View changes on GitHub
v0.39.4
Compare Source
🚀 Features
global
variable - by @zanminkian in https://github.com/antfu/eslint-config/issues/189 (e787e)@typescript-eslint/consistent-type-assertions
- by @zanminkian in https://github.com/antfu/eslint-config/issues/188 (a3598)View changes on GitHub
v0.39.3
Compare Source
🐞 Bug Fixes
vue/no-dupe-keys
- by @antfu (bb09e)View changes on GitHub
v0.39.2
Compare Source
🚀 Features
View changes on GitHub
v0.39.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.39.0
Compare Source
🚀 Features
jsonc
file - by @zanminkian in https://github.com/antfu/eslint-config/issues/184 (96dd9)View changes on GitHub
v0.38.6
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.38.5
Compare Source
🚀 Features
no-invalid-this
- by @zanminkian in https://github.com/antfu/eslint-config/issues/173 (ff74d)newline-after-import
- by @zanminkian in https://github.com/antfu/eslint-config/issues/164 (ebb96)🐞 Bug Fixes
View changes on GitHub
v0.38.4
Compare Source
No significant changes
View changes on GitHub
v0.38.3
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.38.2
Compare Source
No significant changes
View changes on GitHub
v0.38.0
Compare Source
🚀 Features
View changes on GitHub
vitejs/vite-plugin-vue (@vitejs/plugin-vue)
v4.2.3
Compare Source
v4.2.2
Compare Source
v4.2.1
Compare Source
v4.2.0
Compare Source
vuejs/core (@vue/compiler-sfc)
v3.3.4
Compare Source
Bug Fixes
v3.3.3
Compare Source
Bug Fixes
v3.3.2
Compare Source
Bug Fixes
v3.3.1
Compare Source
Bug Fixes
v3.3.0
Compare Source
For a detailed walkthrough of the new features in 3.3, please read the release blog post.
Features and deprecations listed here are aggregated from the beta and alpha releases. For full chronological history, bug fixes, and other minor features, please consult the individual logs of the 3.3 beta and alpha releases.
Features
defineSlots
macro andslots
option (#7982) (5a2f5d5)defineModel
macro anduseModel
helper (#8018) (14f3d74)<Suspense>
(#6736) (cb37d0b), closes #5513Deprecations
actions/checkout (actions/checkout)
v3.5.3
Compare Source
v3.5.2
Compare Source
v3.5.1
Compare Source
v3.5.0
Compare Source
actions/setup-node (actions/setup-node)
v3.7.0
Compare Source
What's Changed
In scope of this release we added a logic to save an additional cache path for yarn 3 (related pull request and feature request). Moreover, we added functionality to use all the sub directories derived from
cache-dependency-path
input and add detect all dependencies directories to cache (related pull request and feature request).Besides, we made such changes as:
New Contributors
Full Changelog: actions/setup-node@v3...v3.7.0
entropitor/dotenv-cli (dotenv-cli)
v7.2.1
: Allow --overrideCompare Source
https://github.com/entropitor/dotenv-cli/pull/87
v7.2.0
Compare Source
eslint/eslint (eslint)
v8.46.0
Compare Source
Features
8a93438
feat:require-unicode-regexp
supportv
flag (#17402) (SUZUKI Sosuke)1a2f966
feat:no-useless-escape
supportv
flag (#17420) (Yosuke Ota)ee68d1d
feat:no-empty-character-class
supportv
flag (#17419) (Milos Djermanovic)853d32b
feat: deprecate no-return-await (#17417) (Carlos Lopez)d4f02e4
feat:no-control-regex
supportv
flag (#17405) (Yosuke Ota)2a35f3e
feat:prefer-named-capture-group
supportv
flag (#17409) (Yosuke Ota)8ca8b50
feat: Better error message for flat config plugins (#17399) (Nicholas C. Zakas)509f753
feat:no-misleading-character-class
supportv
flag (#17406) (Yosuke Ota)3caf514
feat:no-regex-spaces
supportv
flag (#17407) (Yosuke Ota)b7fad2b
feat:prefer-regex-literals
supportv
flag (#17410) (Yosuke Ota)a6a3ad4
feat:no-useless-backreference
supportv
flag (#17408) (Yosuke Ota)94954a7
feat:no-invalid-regexp
supportv
flag (#17404) (Yosuke Ota)1af6eac
feat: adds option for allowing empty object patterns as parameter (#17365) (Tanuj Kanti)cf03104
feat: Improve config error messages (#17385) (Nicholas C. Zakas)Bug Fixes
9803c7c
fix: FlatESLint#getRulesMetaForResults shouldn't throw on unknown rules (#17393) (Milos Djermanovic)42faa17
fix: Update no-loop-func to not overlap with no-undef (#17358) (Matt Wilkinson)Documentation
4d474e3
docs: update with TypeScript info (#17423) (James)091f44e
docs: File extension named processor deprecation (#17362) (Matt Wilkinson)9254a6c
docs: Update README (GitHub Actions Bot)6d6dc51
docs: fix overlapping ofopen in playground
button (#17403) (Tanuj Kanti)7fc3a2c
docs: Add private class features info to no-underscore-dangle (#17386) (Matt Wilkinson)da73e58
docs: Migratingeslint-env
configuration comments (#17390) (Francesco Trotta)80dffed
docs: fix Ignoring Files section in config migration guide (#17392) (Milos Djermanovic)8a9abb7
docs: Update README (GitHub Actions Bot)7e9be4b
docs: Update README (GitHub Actions Bot)0b0bbe0
docs: Update README (GitHub Actions Bot)Chores
d1eb7e4
chore: Update ecosystem dependencies (#17427) (Nicholas C. Zakas)fab9e97
chore: package.json update for eslint-config-eslint release (ESLint Jenkins)6246711
chore: package.json update for @eslint/js release (ESLint Jenkins)0aa0bc3
chore: Add PRs to triage project (#17421) (Nicholas C. Zakas)v8.45.0
Compare Source
Features
cdd063c
feat: Expose LegacyESLint in unsupported API (#17341) (Nicholas C. Zakas)d34abe5
feat: fix indent rule for else-if (#17318) (Milos Djermanovic)Bug Fixes
b79b6fb
fix: Fix suggestion message inno-useless-escape
(#17339) (Francesco Trotta)c667055
fix: provide uniquefix
andfix.range
objects in lint messages (#17332) (Milos Djermanovic)Documentation
89f3225
docs: add playground links to correct and incorrect code blocks (#17306) (Josh Goldberg ✨)f8892b5
docs: Expand rule option schema docs (#17198) (Matt Wilkinson)8bcbf11
docs: Config Migration Guide (#17230) (Ben Perlmutter)bb30908
docs: Update README (GitHub Actions Bot)84d243b
docs: Update README (GitHub Actions Bot)b762632
docs: Update README (GitHub Actions Bot)138c096
docs: add more prefer-destructuring examples with array destructuring (#17330) (Milos Djermanovic)1fc50a8
docs:max-len
rulecode
andtabWidth
as positional arguments (#17331) (Jesús Leganés-Combarro)Chores
68f63d7
chore: package.json update for @eslint/js release (ESLint Jenkins)5ca9b4d
chore: update eslint-config-eslint exports (#17336) (Milos Djermanovic)7bf2e86
chore: remove unused dependencies (#17352) (Percy Ma)c6f8cd0
chore: RemovedefaultIgnores
from FlatESLint private members (#17349) (Francesco Trotta)0052374
chore: move jsdoc settings to eslint-config-eslint (#17338) (唯然)v8.44.0
Compare Source
Features
1766771
feat: addes2023
andes2024
environments (#17328) (Milos Djermanovic)4c50400
feat: addecmaVersion: 2024
, regexpv
flag parsing (#17324) (Milos Djermanovic)4d411e4
feat: add ternaryOperandBinaryExpressions option to no-extra-parens rule (#17270) (Percy Ma)c8b1f4d
feat: MoveparserServices
toSourceCode
(#17311) (Milos Djermanovic)ef6e24e
feat: treat unknown nodes as having the lowest precedence (#17302) (Brad Zacher)1866e1d
feat: allow flat config files to export a Promise (#17301) (Milos Djermanovic)Bug Fixes
a36bcb6
fix: no-unused-vars false positive with logical assignment operators (#17320) (Gweesin Chan)7620b89
fix: Removeno-unused-labels
autofix before potential directives (#17314) (Francesco Trotta)391ed38
fix: Removeno-extra-semi
autofix before potential directives (#17297) (Francesco Trotta)Doc
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.