Sourced from @eslint/js
's
releases.
v9.14.0
Features
3fa009f
feat: add support for Import Attributes and RegExp Modifiers (#19076) (Milos Djermanovic)b0faee3
feat: add types for the@eslint/js
package (#19010) (Nitin Kumar)Bug Fixes
24d0172
fix: enable retry concurrency limit for readFile() (#19077) (Nicholas C. Zakas)b442067
fix: Don't crash when directory is deleted during traversal. (#19067) (Nicholas C. Zakas)d474443
fix: avoid call stack overflow while processing globs (#19035) (Livia Medeiros)Documentation
151c965
docs: updatecontext.languageOptions.parser
description (#19084) (Nitin Kumar)dc34f94
docs: Update README (GitHub Actions Bot)f16e846
docs: Update README (GitHub Actions Bot)ee0a77e
docs: change link from@types/eslint
to lib/types (#19049) (Karl Horky)50f03a1
docs: Clarify global ignores in config migration guide (#19032) (Milos Djermanovic)Build Related
37c9177
build: update@wdio/*
dependencies (#19068) (Francesco Trotta)35a8858
build: exclude flawed dendency versions (#19065) (Francesco Trotta)Chores
f36cb16
chore: upgrade@eslint/js
@9
.14.0 (#19086) (Milos Djermanovic)28be447
chore: package.json update for@eslint/js
release (Jenkins)f48a2a0
test: addno-invalid-regexp
tests with RegExp Modifiers (#19075) (Milos Djermanovic)425202e
perf: Fix caching in config loaders (#19042) (Milos Djermanovic)3d44b3c
ci: run tests in Node.js 23 (#19055) (Francesco Trotta)7259627
test: ensure tmp directory cleanup incheck-emfile-handling.js
(#19036) (Livia Medeiros)
Sourced from @eslint/js
's
changelog.
v9.14.0 - November 1, 2024
f36cb16
chore: upgrade@eslint/js
@9
.14.0 (#19086) (Milos Djermanovic)28be447
chore: package.json update for@eslint/js
release (Jenkins)24d0172
fix: enable retry concurrency limit for readFile() (#19077) (Nicholas C. Zakas)3fa009f
feat: add support for Import Attributes and RegExp Modifiers (#19076) (Milos Djermanovic)b0faee3
feat: add types for the@eslint/js
package (#19010) (Nitin Kumar)151c965
docs: updatecontext.languageOptions.parser
description (#19084) (Nitin Kumar)dc34f94
docs: Update README (GitHub Actions Bot)f48a2a0
test: addno-invalid-regexp
tests with RegExp Modifiers (#19075) (Milos Djermanovic)37c9177
build: update@wdio/*
dependencies (#19068) (Francesco Trotta)b442067
fix: Don't crash when directory is deleted during traversal. (#19067) (Nicholas C. Zakas)35a8858
build: exclude flawed dendency versions (#19065) (Francesco Trotta)425202e
perf: Fix caching in config loaders (#19042) (Milos Djermanovic)3d44b3c
ci: run tests in Node.js 23 (#19055) (Francesco Trotta)f16e846
docs: Update README (GitHub Actions Bot)ee0a77e
docs: change link from@types/eslint
to lib/types (#19049) (Karl Horky)d474443
fix: avoid call stack overflow while processing globs (#19035) (Livia Medeiros)7259627
test: ensure tmp directory cleanup incheck-emfile-handling.js
(#19036) (Livia Medeiros)50f03a1
docs: Clarify global ignores in config migration guide (#19032) (Milos Djermanovic)
28be447
chore: package.json update for @eslint/js
releaseb0faee3
feat: add types for the @eslint/js
package (#19010)Sourced from @vitest/coverage-istanbul
's
releases.
v2.1.4
🚀 Features
This patch release includes a non-breaking feature for the experimental Browser Mode that doesn't follow SemVer. If you want to avoid picking up releases like this, make sure to pin the Vitest version in your
package.json
. See npm's documentation about semver for more information.
- browser: Allow custom HTML path, respect plugins
transformIndexHtml
- by@sheremet-va
in vitest-dev/vitest#6725 (16902)🐞 Bug Fixes
- windows:
- Don't normalize drive case letter in root - by
@sheremet-va
in vitest-dev/vitest#6792 (b28cd)- browser:
- Fix default browser port - by
@hi-ogawa
in vitest-dev/vitest#6700 (9c518)- Optimize expect-type - by
@sheremet-va
in vitest-dev/vitest#6713 (07918)- Don't polyfill process.env - by
@sheremet-va
in vitest-dev/vitest#6718 (da6d2)- Increment browser port automatically if there are several projects with browser.enabled - by
@sheremet-va
in vitest-dev/vitest#6717 (a9397)- Cleanup keyboard state - by
@hi-ogawa
in vitest-dev/vitest#6731 (19278)- Don't add
v=
queries to setup files imports - by@sheremet-va
in vitest-dev/vitest#6759 (b8258)- User event cleanup on retry - by
@hi-ogawa
in vitest-dev/vitest#6764 (bdd15)- Ignore non mocked msw requests - by
@sheremet-va
in vitest-dev/vitest#6770 (9d9ba)- Initiate MSW in the same frame as tests - by
@sheremet-va
in vitest-dev/vitest#6772 (2444f)- deps:
- Update dependency sirv to v3 - in vitest-dev/vitest#6701 (fde5d)
- expect:
- Correct behavior of
toThrowError
with empty string parameter - by@shulaoda
in vitest-dev/vitest#6710 (a6129)- mocker:
- Remove spy from peer dependencies - by
@sheremet-va
in vitest-dev/vitest#6777 (3a8b5)- vitest:
- Clarify slowTestThreshold, print slow tests in non-TTY mode - by
@sheremet-va
in vitest-dev/vitest#6715 (2e6aa)- Print warnings form Vite plugins - by
@sheremet-va
in vitest-dev/vitest#6724 (121b1)- Don't fail if the working directory starts with a lowercase drive letter - by
@sheremet-va
in vitest-dev/vitest#6779 (df6d7)- Silence import analysis warning - by
@hi-ogawa
in vitest-dev/vitest#6785 (39041)- vitest,runner:
- Simplify
test.extend
type exports - by@hi-ogawa
in vitest-dev/vitest#6707 (e5c38)🏎 Performance
- Use
hash
to replacecreateHash
- by@btea
in vitest-dev/vitest#6703 (5d07b)View changes on GitHub
Sourced from eslint's releases.
v9.14.0
Features
3fa009f
feat: add support for Import Attributes and RegExp Modifiers (#19076) (Milos Djermanovic)b0faee3
feat: add types for the@eslint/js
package (#19010) (Nitin Kumar)Bug Fixes
24d0172
fix: enable retry concurrency limit for readFile() (#19077) (Nicholas C. Zakas)b442067
fix: Don't crash when directory is deleted during traversal. (#19067) (Nicholas C. Zakas)d474443
fix: avoid call stack overflow while processing globs (#19035) (Livia Medeiros)Documentation
151c965
docs: updatecontext.languageOptions.parser
description (#19084) (Nitin Kumar)dc34f94
docs: Update README (GitHub Actions Bot)f16e846
docs: Update README (GitHub Actions Bot)ee0a77e
docs: change link from@types/eslint
to lib/types (#19049) (Karl Horky)50f03a1
docs: Clarify global ignores in config migration guide (#19032) (Milos Djermanovic)Build Related
37c9177
build: update@wdio/*
dependencies (#19068) (Francesco Trotta)35a8858
build: exclude flawed dendency versions (#19065) (Francesco Trotta)Chores
f36cb16
chore: upgrade@eslint/js
@9
.14.0 (#19086) (Milos Djermanovic)28be447
chore: package.json update for@eslint/js
release (Jenkins)f48a2a0
test: addno-invalid-regexp
tests with RegExp Modifiers (#19075) (Milos Djermanovic)425202e
perf: Fix caching in config loaders (#19042) (Milos Djermanovic)3d44b3c
ci: run tests in Node.js 23 (#19055) (Francesco Trotta)7259627
test: ensure tmp directory cleanup incheck-emfile-handling.js
(#19036) (Livia Medeiros)
Sourced from eslint's changelog.
v9.14.0 - November 1, 2024
f36cb16
chore: upgrade@eslint/js
@9
.14.0 (#19086) (Milos Djermanovic)28be447
chore: package.json update for@eslint/js
release (Jenkins)24d0172
fix: enable retry concurrency limit for readFile() (#19077) (Nicholas C. Zakas)3fa009f
feat: add support for Import Attributes and RegExp Modifiers (#19076) (Milos Djermanovic)b0faee3
feat: add types for the@eslint/js
package (#19010) (Nitin Kumar)151c965
docs: updatecontext.languageOptions.parser
description (#19084) (Nitin Kumar)dc34f94
docs: Update README (GitHub Actions Bot)f48a2a0
test: addno-invalid-regexp
tests with RegExp Modifiers (#19075) (Milos Djermanovic)37c9177
build: update@wdio/*
dependencies (#19068) (Francesco Trotta)b442067
fix: Don't crash when directory is deleted during traversal. (#19067) (Nicholas C. Zakas)35a8858
build: exclude flawed dendency versions (#19065) (Francesco Trotta)425202e
perf: Fix caching in config loaders (#19042) (Milos Djermanovic)3d44b3c
ci: run tests in Node.js 23 (#19055) (Francesco Trotta)f16e846
docs: Update README (GitHub Actions Bot)ee0a77e
docs: change link from@types/eslint
to lib/types (#19049) (Karl Horky)d474443
fix: avoid call stack overflow while processing globs (#19035) (Livia Medeiros)7259627
test: ensure tmp directory cleanup incheck-emfile-handling.js
(#19036) (Livia Medeiros)50f03a1
docs: Clarify global ignores in config migration guide (#19032) (Milos Djermanovic)
db0b844
9.14.020b0da1
Build: changelog update for 9.14.0f36cb16
chore: upgrade @eslint/js
@9
.14.0 (#19086)28be447
chore: package.json update for @eslint/js
release24d0172
fix: enable retry concurrency limit for readFile() (#19077)3fa009f
feat: add support for Import Attributes and RegExp Modifiers (#19076)b0faee3
feat: add types for the @eslint/js
package (#19010)151c965
docs: update context.languageOptions.parser
description (#19084)dc34f94
docs: Update READMEf48a2a0
test: add no-invalid-regexp
tests with RegExp Modifiers (#19075)Sourced from tslib's releases.
v2.8.1
What's Changed
- Fix publish workflow by
@andrewbranch
in microsoft/tslib#271- Include non-enumerable keys in __importStar helper by
@rbuckton
in microsoft/tslib#272- Remove use of ES2015 syntax by
@andrewbranch
in microsoft/tslib#275Full Changelog: https://github.com/microsoft/tslib/compare/v2.8.0...v2.8.1
d72d6f7
2.8.111fa982
Merge pull request #275
from microsoft/bug/es5-compat3c532eb
Remove use of ES2015 syntaxb0076c4
Include non-enumerable keys in __importStar helper (#272)7c11588
Add missing registry-url parameter1fec667
Merge pull request #271
from microsoft/fix-publish097e99e
Fix publish workflowSourced from tsx's releases.
v4.19.2
4.19.2 (2024-10-26)
Bug Fixes
This release is also available on:
7c47074
fix: generate sourcesContent when Node.js debugger is enabled (#670)315d5f4
docs(watch): document --include
flag375e39a
test: refactor enforce-timeout524cb77
docs(cjs): add compilation caveats7f8a051
chore(deps): update dependency node to v20.18.0 (#660)97e8de0
chore: upgrade pnpm95d2b0f
chore: remove commit hooks0161078
docs: add prisma as a premium sponsor09f9532
chore(docs): fix typo (#655)Sourced from typescript-eslint's releases.
v8.13.0
8.13.0 (2024-11-04)
🚀 Features
- add
options
property toImportExpression
node (#10255)- eslint-plugin: disable
no-class-assign
rule ineslint-recommended
config (#10250)- eslint-plugin: [prefer-nullish-coalescing] add option
ignoreBooleanCoercion
(#9924)- eslint-plugin: [only-throw-error] add allow option (#10221)
🩹 Fixes
- deps: update dependency
@eslint-community/regexpp
to v4.12.1 (#10269)- eslint-plugin: [no-unnecessary-condition] falsey bigint should be falsey (#10205)
- eslint-plugin: [no-deprecated] report on deprecated variables used inside dynamic imports (#10261)
- eslint-plugin: [no-deprecated] report when exported class implements/extends deprecated entity (#10259)
- eslint-plugin: [consistent-type-definitions] don't leave trailing parens when fixing type to interface (#10235)
- eslint-plugin: [switch-exhaustiveness-check] add support for covering a missing property with
undefined
(#10232)- types: parent property type annotation in the ImportAttribute node (#10258)
- utils: allow an array for the values of SharedConfig (#10217)
❤️ Thank You
- auvred
@auvred
- Kim Sang Du
@developer-bandi
- Kirk Waiblinger
@kirkwaiblinger
- Mark de Dios
@peanutenthusiast
- Ronen Amiel
- Trygve Aaberge
- YeonJuan
@yeonjuan
- Yosuke Ota
@ota-meshi
You can read about our versioning strategy and releases on our website.
v8.12.2
8.12.2 (2024-10-29)
🩹 Fixes
- eslint-plugin: [switch-exhaustiveness-check] invert
considerDefaultExhaustiveForUnions
(#10223)❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger
You can read about our versioning strategy and releases on our website.
v8.12.1
8.12.1 (2024-10-28)
... (truncated)
Sourced from typescript-eslint's changelog.
8.13.0 (2024-11-04)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.12.2 (2024-10-29)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.12.1 (2024-10-28)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.12.0 (2024-10-28)
🚀 Features
- typescript-eslint: improve undefined extension handling (#10177)
❤️ Thank You
- Maxim Stykow
@mstykow
You can read about our versioning strategy and releases on our website.
ac1f632
chore(release): publish 8.13.03b97b55
chore: enable eslint-plugin-perfectionist on the rest of the repo (#10189)4af866a
chore(release): publish 8.12.21edec1d
chore(release): publish 8.12.13413a2d
chore(release): publish 8.12.0ad9d3ba
feat(typescript-eslint): improve undefined extension handling (#10177)702e756
4.3.0b5b1afb
chore: update deps4d515a3
feat: add desc to component type (#120)e4a770b
docs: add hint about vite-env.d.ts to README (#124)2907155
style: formatbd06e4a
chore: update deps1280569
chore: tweak vite peer version3b7af19
style: format242e6a6
chore: added codemods to migrate v3 -> v4 (#104)Sourced from vite-tsconfig-paths's releases.
v5.1.0
- Add
skip
option for adding additional directories to be skipped when searching for tsconfig.json files (#146)- Fix path resolution on Windows when other Vite plugins neglect to normalize the
importer
path before callingthis.resolve
in theirresolveId
hooks (#157)- Allow both tsconfig.json and jsconfig.json in the same directory (4124b091607503d44b876bb4edd726667b386660)
77b95ad
5.1.04124b09
fix: allow both tsconfig/jsconfig in same directory9983767
chore: enable “format on save” in vscode152687a
fix: tolerate resolveId
calls with win32-style importer
path (#157)533590d
docs: mention allowJs and loose options earlier in readme (#159)fe5937f
feat: add skip
option (#146)444ee7b
chore: add SECURITY.md5c94770
chore: update readme879586a
chore: remove broken test setupSourced from vitest's releases.
v2.1.4
🚀 Features
This patch release includes a non-breaking feature for the experimental Browser Mode that doesn't follow SemVer. If you want to avoid picking up releases like this, make sure to pin the Vitest version in your
package.json
. See npm's documentation about semver for more information.
- browser: Allow custom HTML path, respect plugins
transformIndexHtml
- by@sheremet-va
in vitest-dev/vitest#6725 (16902)🐞 Bug Fixes
- windows:
- Don't normalize drive case letter in root - by
@sheremet-va
in vitest-dev/vitest#6792 (b28cd)- browser:
- Fix default browser port - by
@hi-ogawa
in vitest-dev/vitest#6700 (9c518)- Optimize expect-type - by
@sheremet-va
in vitest-dev/vitest#6713 (07918)- Don't polyfill process.env - by
@sheremet-va
in vitest-dev/vitest#6718 (da6d2)- Increment browser port automatically if there are several projects with browser.enabled - by
@sheremet-va
in vitest-dev/vitest#6717 (a9397)- Cleanup keyboard state - by
@hi-ogawa
in vitest-dev/vitest#6731 (19278)- Don't add
v=
queries to setup files imports - by@sheremet-va
in vitest-dev/vitest#6759 (b8258)- User event cleanup on retry - by
@hi-ogawa
in vitest-dev/vitest#6764 (bdd15)- Ignore non mocked msw requests - by
@sheremet-va
in vitest-dev/vitest#6770 (9d9ba)- Initiate MSW in the same frame as tests - by
@sheremet-va
in vitest-dev/vitest#6772 (2444f)- deps:
- Update dependency sirv to v3 - in vitest-dev/vitest#6701 (fde5d)
- expect:
- Correct behavior of
toThrowError
with empty string parameter - by@shulaoda
in vitest-dev/vitest#6710 (a6129)- mocker:
- Remove spy from peer dependencies - by
@sheremet-va
in vitest-dev/vitest#6777 (3a8b5)- vitest:
- Clarify slowTestThreshold, print slow tests in non-TTY mode - by
@sheremet-va
in vitest-dev/vitest#6715 (2e6aa)- Print warnings form Vite plugins - by
@sheremet-va
in vitest-dev/vitest#6724 (121b1)- Don't fail if the working directory starts with a lowercase drive letter - by
@sheremet-va
in vitest-dev/vitest#6779 (df6d7)- Silence import analysis warning - by
@hi-ogawa
in vitest-dev/vitest#6785 (39041)- vitest,runner:
- Simplify
test.extend
type exports - by@hi-ogawa
in vitest-dev/vitest#6707 (e5c38)🏎 Performance
- Use
hash
to replacecreateHash
- by@btea
in vitest-dev/vitest#6703 (5d07b)View changes on GitHub
0df44c0
chore: release v2.1.42444ff2
fix(browser): initiate MSW in the same frame as tests (#6772)39041ee
fix(vitest): silence import analysis warning (#6785)b28cd2e
fix: don't normalize drive case letter in root (#6792)df6d750
fix(vitest): don't fail if the working directory starts with a lowercase
driv...169028f
feat(browser): allow custom HTML path, respect plugins
transformIndexHtml
(...5df7414
chore(deps): update all non-major dependencies (#6750)de74785
chore(deps): update @antfu/eslint-config
v3.8.0 (#6751)121b161
fix(vitest): print warnings form Vite plugins (#6724)a939779
fix(browser): increment browser port automatically if there are several
proje...