Closed dependabot[bot] closed 2 days ago
Bumps the test-lint-minor-patch group with 7 updates in the / directory:
9.12.0
9.14.0
9.28.0
9.31.0
15.11.0
15.12.0
1.48.0
1.48.2
8.8.1
8.14.0
2.1.2
2.1.4
Updates @eslint/js from 9.12.0 to 9.14.0
@eslint/js
Sourced from @eslint/js's releases.
@eslint/js
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: update context.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: add no-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 in check-emfile-handling.js (#19036) (Livia Medeiros) v9.13.0 Features 381c32b feat: Allow languages to provide defaultLanguageOptions (#19003) (Milos Djermanovic) bf723bd feat: Improve eslintrc warning message (#19023) (Milos Djermanovic) 1def4cd feat: drop support for jiti v1.21 (#18996) (Francesco Trotta) f879be2 feat: export ESLint.defaultConfig (#18983) (Nitin Kumar) Bug Fixes 78836d4 fix: update the complexity rule type (#19027) (Nitin Kumar) 064c8b6 fix: update rule types (#18925) (Nitin Kumar) Documentation abdbfa8 docs: mark LintMessage#nodeType as deprecated (#19019) (Nitin Kumar) 19e68d3 docs: update deprecated rules type definitions (#19018) (Nitin Kumar) 7dd402d docs: Update examples of passing multiple values to a CLI option (#19006) (Milos Djermanovic) 5dcbc51 docs: Add example with side-effect imports to no-restricted-imports (#18997) (Milos Djermanovic) 1ee87ca docs: Update README (GitHub Actions Bot) 2c3dbdc docs: Use prerendered sponsors for README (#18988) (Milos Djermanovic) Chores 68d2d9d chore: upgrade to @eslint/js@9.13.0 and @eslint/core@^0.7.0 (#19034) (Francesco Trotta)
3fa009f
b0faee3
24d0172
b442067
d474443
151c965
context.languageOptions.parser
dc34f94
f16e846
ee0a77e
@types/eslint
50f03a1
37c9177
@wdio/*
35a8858
f36cb16
@9
28be447
f48a2a0
no-invalid-regexp
425202e
3d44b3c
7259627
check-emfile-handling.js
381c32b
defaultLanguageOptions
bf723bd
1def4cd
f879be2
ESLint.defaultConfig
78836d4
complexity
064c8b6
abdbfa8
LintMessage#nodeType
19e68d3
7dd402d
5dcbc51
1ee87ca
2c3dbdc
68d2d9d
@eslint/js@9.13.0
@eslint/core@^0.7.0
... (truncated)
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: update context.languageOptions.parser description (#19084) (Nitin Kumar) dc34f94 docs: Update README (GitHub Actions Bot) f48a2a0 test: add no-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 in check-emfile-handling.js (#19036) (Livia Medeiros) 50f03a1 docs: Clarify global ignores in config migration guide (#19032) (Milos Djermanovic) v9.13.0 - October 18, 2024 68d2d9d chore: upgrade to @eslint/js@9.13.0 and @eslint/core@^0.7.0 (#19034) (Francesco Trotta) 2211f0a chore: package.json update for @eslint/js release (Jenkins) 381c32b feat: Allow languages to provide defaultLanguageOptions (#19003) (Milos Djermanovic) 78836d4 fix: update the complexity rule type (#19027) (Nitin Kumar) c7abaef perf: using Node.js compile cache (#19012) (唯然) bf723bd feat: Improve eslintrc warning message (#19023) (Milos Djermanovic) 1d7c077 chore: add pkg.type "commonjs" (#19011) (唯然) abdbfa8 docs: mark LintMessage#nodeType as deprecated (#19019) (Nitin Kumar) 468e3bd test: fix ESLint tests (#19021) (Francesco Trotta) 19e68d3 docs: update deprecated rules type definitions (#19018) (Nitin Kumar) 1def4cd feat: drop support for jiti v1.21 (#18996) (Francesco Trotta) 7dd402d docs: Update examples of passing multiple values to a CLI option (#19006) (Milos Djermanovic) 064c8b6 fix: update rule types (#18925) (Nitin Kumar) f879be2 feat: export ESLint.defaultConfig (#18983) (Nitin Kumar) 5dcbc51 docs: Add example with side-effect imports to no-restricted-imports (#18997) (Milos Djermanovic) ed4635f ci: upgrade knip@5.32.0 (#18992) (Milos Djermanovic) efad767 chore: remove unused ignore dependency (#18993) (Amaresh S M) 1ee87ca docs: Update README (GitHub Actions Bot) 2c3dbdc docs: Use prerendered sponsors for README (#18988) (Milos Djermanovic)
v9.14.0 - November 1, 2024
v9.13.0 - October 18, 2024
2211f0a
c7abaef
1d7c077
468e3bd
ESLint
ed4635f
efad767
Updates eslint from 9.12.0 to 9.14.0
eslint
Sourced from eslint's releases.
Sourced from eslint's changelog.
db0b844
20b0da1
Updates eslint-plugin-vue from 9.28.0 to 9.31.0
eslint-plugin-vue
Sourced from eslint-plugin-vue's releases.
v9.31.0 ✨ Enhancements #2594 Added caseSensitive option to vue/no-reserved-component-names rule. #2554 Added vue/prefer-use-template-ref rule that require using useTemplateRef() instead of ref() for template refs. #2595 Made vue/no-empty-component-block rule auto-fixable. 🐛 Bug Fixes #2591 Fixed false positives for v-bind:name in vue/require-explicit-slots rule. ⚙️ Updates #2593 Updated vue/define-macros-order rule to skip TypeScript declare statements. Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.30.0...v9.31.0 v9.30.0 🐛 Bug Fixes #2585 Fixed vue/custom-event-name-casing rule to check defineEmits() variable and $emit() in \<template>. #2586 Fixed false negatives and false positives in vue/require-valid-default-prop rule. Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.29.1...v9.30.0 v9.29.1 🐛 Bug Fixes #2572 Fixed index.d.ts Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.29.0...v9.29.1 v9.29.0 ✨ Enhancements New Rules #2540 Added vue/no-deprecated-delete-set rule that disallows using deprecated $delete and $set. Others #2513 Added support for Vuex and Pinia to vue/no-undef-properties rule. #2541 Added support for Vue 3.5's useTemplateRef() to vue/no-unused-refs rule. Added support for Vue 3.5's props destructure to various rules: #2551 to vue/require-valid-default-prop rule. #2552 to vue/require-default-prop rule. #2553 to vue/no-boolean-default rule. #2560 to vue/no-required-prop-with-default rule. #2562 to vue/no-restricted-props rule. #2550 to vue/no-setup-props-reactivity-loss rule.
caseSensitive
vue/no-reserved-component-names
vue/prefer-use-template-ref
useTemplateRef()
ref()
vue/no-empty-component-block
v-bind:name
vue/require-explicit-slots
vue/define-macros-order
declare
Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.30.0...v9.31.0
vue/custom-event-name-casing
defineEmits()
$emit()
\<template>
vue/require-valid-default-prop
Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.29.1...v9.30.0
Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.29.0...v9.29.1
vue/no-deprecated-delete-set
$delete
$set
vue/no-undef-properties
vue/no-unused-refs
vue/require-default-prop
vue/no-boolean-default
vue/no-required-prop-with-default
vue/no-restricted-props
vue/no-setup-props-reactivity-loss
16c8778
b779f88
a5fb774
e13089e
54a99c5
9205cc8
4729a3b
50bde65
9a56de8
86300c4
Updates globals from 15.11.0 to 15.12.0
globals
Sourced from globals's releases.
v15.12.0 Add Iterator to ES2025 (#272) 439b398 Update globals (#271) dd0a502 https://github.com/sindresorhus/globals/compare/v15.11.0...v15.12.0
Iterator
https://github.com/sindresorhus/globals/compare/v15.11.0...v15.12.0
ff4844d
439b398
dd0a502
Updates playwright from 1.48.0 to 1.48.2
playwright
Sourced from playwright's releases.
v1.48.2 Highlights microsoft/playwright#33141 - [Bug]: UI Mode crashed microsoft/playwright#33219 - [BUG] Trace Viewer PWA crashes with "Aw, Snap!" microsoft/playwright#33086 - [Bug]: UI Mode Memory problem microsoft/playwright#33000 - [Regression]: Inspector and Browser doesn't close on CTRL+C microsoft/playwright#33204 - [Bug]: Chrome tab and inspector not closing after terminating session in terminal Browser Versions Chromium 130.0.6723.19 Mozilla Firefox 130.0 WebKit 18.0 This version was also tested against the following stable channels: Google Chrome 129 Microsoft Edge 129 v1.48.1 Highlights microsoft/playwright#33023 - [Bug]: command line flag --headed has no effect in ui mode microsoft/playwright#33107 - [REGRESSION]: page.waitForRequest does not get resolved since 1.48.0 microsoft/playwright#33085 - [Bug]: WebSocket route does not handle full URLs in Playwright microsoft/playwright#33052 - [Regression]: Inspector not showing recorded steps microsoft/playwright#33132 - [Bug]: Wrong Ubuntu release name in Dockerfile.noble microsoft/playwright#32996 - [BUG] Trace attachments have small unusable height Browser Versions Chromium 130.0.6723.19 Mozilla Firefox 130.0 WebKit 18.0 This version was also tested against the following stable channels: Google Chrome 129 Microsoft Edge 129
microsoft/playwright#33141 - [Bug]: UI Mode crashed microsoft/playwright#33219 - [BUG] Trace Viewer PWA crashes with "Aw, Snap!" microsoft/playwright#33086 - [Bug]: UI Mode Memory problem microsoft/playwright#33000 - [Regression]: Inspector and Browser doesn't close on CTRL+C microsoft/playwright#33204 - [Bug]: Chrome tab and inspector not closing after terminating session in terminal
This version was also tested against the following stable channels:
microsoft/playwright#33023 - [Bug]: command line flag --headed has no effect in ui mode microsoft/playwright#33107 - [REGRESSION]: page.waitForRequest does not get resolved since 1.48.0 microsoft/playwright#33085 - [Bug]: WebSocket route does not handle full URLs in Playwright microsoft/playwright#33052 - [Regression]: Inspector not showing recorded steps microsoft/playwright#33132 - [Bug]: Wrong Ubuntu release name in Dockerfile.noble microsoft/playwright#32996 - [BUG] Trace attachments have small unusable height
dc80964
ffd19e5
f26c6fc
ff1932b
a96f483
8e96d94
5b54067
ceb756d
c3740d3
2ec0c86
Updates typescript-eslint from 8.8.1 to 8.14.0
typescript-eslint
Sourced from typescript-eslint's releases.
v8.14.0 8.14.0 (2024-11-11) 🚀 Features eslint-plugin: [no-confusing-void-expression] add an option to ignore voidvoid (#10067) eslint-plugin: [await-thenable] report unnecessary await using statements (#10209) 🩹 Fixes deps: update dependency eslint to v9.14.0 (#10309) deps: update docusaurus monorepo to v3.6.0 (#10319) eslint-plugin: [no-unnecessary-condition] improve error message for literal comparisons (#10194) eslint-plugin: [no-misused-promises] improve report loc for methods (#10216) scope-manager: fix asserted increments not being marked as write references (#10271) ❤️ Thank You Gyumong @Gyumong Jan Ochwat @janek515 Kirk Waiblinger @kirkwaiblinger Ronen Amiel You can read about our versioning strategy and releases on our website. v8.13.0 8.13.0 (2024-11-04) 🚀 Features add options property to ImportExpression node (#10255) eslint-plugin: disable no-class-assign rule in eslint-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
await using
@Gyumong
@janek515
@kirkwaiblinger
You can read about our versioning strategy and releases on our website.
options
ImportExpression
no-class-assign
eslint-recommended
ignoreBooleanCoercion
@eslint-community/regexpp
undefined
@auvred
@developer-bandi
Sourced from typescript-eslint's changelog.
8.14.0 (2024-11-11) 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.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. 8.11.0 (2024-10-21) 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.10.0 (2024-10-17) 🩹 Fixes typescript-eslint: propagate name field to extended configs in config helper (#10094) ❤️ Thank You
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
@mstykow
name
config
16fba0a
Bumps the test-lint-minor-patch group with 7 updates in the / directory:
9.12.0
9.14.0
9.12.0
9.14.0
9.28.0
9.31.0
15.11.0
15.12.0
1.48.0
1.48.2
8.8.1
8.14.0
2.1.2
2.1.4
Updates
@eslint/js
from 9.12.0 to 9.14.0Release notes
Sourced from
@eslint/js
's releases.... (truncated)
Changelog
Sourced from
@eslint/js
's changelog.Commits
28be447
chore: package.json update for@eslint/js
releaseb0faee3
feat: add types for the@eslint/js
package (#19010)2211f0a
chore: package.json update for@eslint/js
releaseUpdates
eslint
from 9.12.0 to 9.14.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
Commits
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: updatecontext.languageOptions.parser
description (#19084)dc34f94
docs: Update READMEf48a2a0
test: addno-invalid-regexp
tests with RegExp Modifiers (#19075)Updates
eslint-plugin-vue
from 9.28.0 to 9.31.0Release notes
Sourced from eslint-plugin-vue's releases.
... (truncated)
Commits
16c8778
9.31.0b779f88
feat(no-empty-component-block): support auto fix (#2595)a5fb774
feat: add prefer-use-template-ref rule (#2554)e13089e
fix(require-explicit-slots): ignore attribute binding (#2591)54a99c5
refactor: store the defineEmits variable name (#2592)9205cc8
feat(no-reserved-component-names): add case sensitive option (#2594)4729a3b
fix(define-macros-order): skip TSModuleDeclaration statements (#2593)50bde65
9.30.09a56de8
Fix false negatives and false positives invue/require-valid-default-prop
r...86300c4
fix(custom-event-name-casing): check defineEmits variable name in template (#...Updates
globals
from 15.11.0 to 15.12.0Release notes
Sourced from globals's releases.
Commits
ff4844d
15.12.0439b398
AddIterator
to ES2025 (#272)dd0a502
Update globals (#271)Updates
playwright
from 1.48.0 to 1.48.2Release notes
Sourced from playwright's releases.
Commits
dc80964
chore: mark v1.48.2 (#33290)ffd19e5
cherry-pick(#33269): fix(codegen): SIGINT handling was leading to zombie proc...f26c6fc
cherry-pick(#33240, #33264): fix(recorder): do not leak when instantiated in ...ff1932b
cherry-pick(#33244): fix(trace viewer): limit the number of contexts loaded i...a96f483
cherry-pick(#33245): fix(trace viewer): make LRUCache per-trace (#33260)8e96d94
cherry-pick(#33211): docs: use WebSocketFrame abstraction for Java & .NET5b54067
cherry-pick(#33147): docs: add video to release notesceb756d
chore: mark v1.48.1 (#33136)c3740d3
cherry-pick(#33133): (docker): correct Ubuntu Noble name in name template2ec0c86
cherry-pick(#33124): test: unflake ff debugger testUpdates
typescript-eslint
from 8.8.1 to 8.14.0Release notes
Sourced from typescript-eslint's releases.
... (truncated)
Changelog
Sourced from typescript-eslint's changelog.
... (truncated)
Commits
16fba0a
chore(release): publish 8.14.0