chore(deps): update all non-major dependencies #44
+588
−648
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:
^2.28.0
->^2.28.1
^1.49.1
->^1.51.0
^22.10.7
->^22.13.10
^8.24.1
->^8.26.0
^1.1.25
->^1.1.36
^10.1.0
->^10.2.0
^14.3.0
->^14.5.0
^9.20.1
->^9.22.0
^9.18.0
->^9.22.0
^3.8.2
->^3.8.3
^17.15.1
->^17.16.2
^2.1.0
->^2.2.0
^9.32.0
->^9.33.0
^2.3.0
->^2.3.1
^2.1.8
->^2.1.9
^2.2.0
->^2.2.8
Release Notes
changesets/changesets (@changesets/cli)
v2.28.1
Compare Source
Patch Changes
b9df596
]:microsoft/playwright (@playwright/test)
v1.51.0
Compare Source
v1.50.1
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/34483 - [Feature]: single aria snapshot for different engines/browsershttps://github.com/microsoft/playwright/issues/344977 - [Bug]: Firefox not handling keepalive: true fetch requesthttps://github.com/microsoft/playwright/issues/3450404 - [Bug]: update snapshots not creating good difhttps://github.com/microsoft/playwright/issues/34507507 - [Bug]: snapshotPathTemplate doesnt work when multiple projehttps://github.com/microsoft/playwright/issues/344624462 - [Bug]: updateSnapshots "changed" throws an error
Browser Versions
This version was also tested against the following stable channels:
v1.50.0
Compare Source
Test runner
New option
timeout
allows specifying a maximum run time for an individual test step. A timed-out step will fail the execution of the test.New method test.step.skip() to disable execution of a test step.
Expanded expect(locator).toMatchAriaSnapshot() to allow storing of aria snapshots in separate YAML files.
Added method expect(locator).toHaveAccessibleErrorMessage() to assert the Locator points to an element with a given aria errormessage.
Option testConfig.updateSnapshots added the configuration enum
changed
.changed
updates only the snapshots that have changed, whereasall
now updates all snapshots, regardless of whether there are any differences.New option testConfig.updateSourceMethod defines the way source code is updated when testConfig.updateSnapshots is configured. Added
overwrite
and3-way
modes that write the changes into source code, on top of existingpatch
mode that creates a patch file.npx playwright test --update-snapshots=changed --update-source-method=3way
Option testConfig.webServer added a
gracefulShutdown
field for specifying a process kill signal other than the defaultSIGKILL
.Exposed testStep.attachments from the reporter API to allow retrieval of all attachments created by that step.
New option
pathTemplate
fortoHaveScreenshot
andtoMatchAriaSnapshot
assertions in the testConfig.expect configuration.UI updates
canvas
content in traces is error-prone. Display is now disabled by default, and can be enabled via theDisplay canvas content
UI setting.Call
andNetwork
panels now display additional time information.Breaking
<input>
,<select>
, or a number of other editable elements.all
, rather than only the failed/changed snapshots. Use the new enumchanged
to keep the old functionality of only updating the changed snapshots.Browser Versions
This version was also tested against the following stable channels:
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.26.0
Compare Source
🚀 Features
🩹 Fixes
accessor
properties with an invalidvoid
type (#10864)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.25.0
Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
vitest-dev/eslint-plugin-vitest (@vitest/eslint-plugin)
v1.1.36
Compare Source
Bug Fixes
v1.1.35
Compare Source
Bug Fixes
v1.1.34
Compare Source
v1.1.33
Compare Source
v1.1.32
Compare Source
v1.1.31
Compare Source
Bug Fixes
v1.1.30
Compare Source
v1.1.29
Compare Source
Bug Fixes
What's Changed
chai
global by @silverwind in https://github.com/vitest-dev/eslint-plugin-vitest/pull/658New Contributors
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.28...v1.1.29
v1.1.28
Compare Source
Bug Fixes
module-sync
condition (#656) (68d2f76)v1.1.27
Compare Source
Features
require-mock-type-parameters
rule (#651) (5674c25)What's Changed
require-mock-type-parameters
rule by @marekdedic in https://github.com/vitest-dev/eslint-plugin-vitest/pull/651Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.26...v1.1.27
v1.1.26
Compare Source
Features
prefer-strict-boolean-matchers
rule (#650) (4d86836)What's Changed
prefer-strict-boolean-matchers
rule by @marekdedic in https://github.com/vitest-dev/eslint-plugin-vitest/pull/650New Contributors
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.1.25...v1.1.26
vuejs/eslint-config-prettier (@vue/eslint-config-prettier)
v10.2.0
Compare Source
New Features
@stylistic
formatting rules.Full Changelog: vuejs/eslint-config-prettier@v10.1.0...v10.2.0
vuejs/eslint-config-typescript (@vue/eslint-config-typescript)
v14.5.0
Compare Source
What's Changed
vue-eslint-parser
to v10 by @renovate in https://github.com/vuejs/eslint-config-typescript/pull/157eslint-plugin-vue
version range to allow v10 by @renovate in https://github.com/vuejs/eslint-config-typescript/pull/156Full Changelog: vuejs/eslint-config-typescript@v14.4.0...v14.5.0
v14.4.0
Compare Source
What's Changed
tsSyntaxInTemplates
configuration field, so that linting can be sped up by disabling it by @haoqunjiang in https://github.com/vuejs/eslint-config-typescript/pull/142extends
field, which is supported intypescript-eslint
, fixes #136 by @haoqunjiang in https://github.com/vuejs/eslint-config-typescript/pull/143Full Changelog: vuejs/eslint-config-typescript@v14.3.0...v14.4.0
eslint/eslint (eslint)
v9.22.0
Compare Source
v9.21.0
Compare Source
Features
418717f
feat: introduce new deprecated types for rules (#19238) (fnx)5c5b802
feat: Add--ext
CLI option (#19405) (Milos Djermanovic)Bug Fixes
db5340d
fix: update missing plugin message template (#19445) (Milos Djermanovic)d8ffdd4
fix: do not exit process on rule crash (#19436) (Francesco Trotta)Documentation
c5561ea
docs: Update README (GitHub Actions Bot)80b0485
docs: replacevar
withlet
andconst
in rule example (#19434) (Tanuj Kanti)f67d5e8
docs: Update README (GitHub Actions Bot)75afc61
docs: Update README (GitHub Actions Bot)0636cab
docs: Update Eleventy from v2 to v3 (#19415) (Amaresh S M)dd7d930
docs: Update README (GitHub Actions Bot)Chores
a8c9a9f
chore: update@eslint/eslintrc
and@eslint/js
(#19453) (Francesco Trotta)265e0cf
chore: package.json update for @eslint/js release (Jenkins)3401b85
test: add test forRule.ReportDescriptor
type (#19449) (Francesco Trotta)e497aa7
chore: update rewrite dependencies (#19448) (Francesco Trotta)dab5478
chore: better error message for missing plugin in config (#19402) (Tanuj Kanti)ebfe2eb
chore: set js language for bug report issue config block (#19439) (Josh Goldberg ✨)5fd211d
test: processors can return subpaths (#19425) (Milos Djermanovic)import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)
v3.8.3
Compare Source
Patch Changes
#360
8192976
Thanks @carlocorradini! - Force tiniglobby to expand dot directories#360
8192976
Thanks @carlocorradini! - Update tinyglobby to latest versioneslint-community/eslint-plugin-n (eslint-plugin-n)
v17.16.2
Compare Source
🩹 Fixes
v17.16.1
Compare Source
🩹 Fixes
🧹 Chores
playwright-community/eslint-plugin-playwright (eslint-plugin-playwright)
v2.2.0
Compare Source
Features
no-slowed-test
rule (#302) (53df693), closes #296Bug Fixes
vuejs/eslint-plugin-vue (eslint-plugin-vue)
v9.33.0
Compare Source
✨ Enhancements
vue/no-implicit-coercion
rule to disallow shorthand type conversions in<template>
.vue/no-ref-as-operand
rule to checkemit
payloads.ignoreProps
option tovue/prop-name-casing
rule.🐛 Bug Fixes
vue/prefer-use-template-ref
rule whensetup
is an arrow function.vue/no-bare-strings-in-template
rule.vue/max-props
rule.Full Changelog: vuejs/eslint-plugin-vue@v9.32.0...v9.33.0
vuejs/pinia (pinia)
v2.3.1
Compare Source
Please refer to CHANGELOG.md for details.
vuejs/language-tools (vue-tsc)
v2.2.8
Compare Source
Bug Fixes
v-model
variable against model type"v2.2.6
Compare Source
Features
defineModel
's leading comments (#5211) - Thanks to @KazariEX!Bug Fixes
defineModel
options to collectdefault
value (#5209) - Thanks to @KazariEX!defineExpose
's codes - Thanks to @KazariEX!defineModel
(#5213) - Thanks to @KazariEX!v-model
variable against model type (#5214) - Thanks to @KazariEX!Other Changes
can't reproduce
label - Thanks to @KazariEX!linkedCodeMappings
offsets (#5220) - Thanks to @KazariEX!v2.2.4
Compare Source
Features
$attrs
,$el
,$refs
and$slots
(#5135) - Thanks to @KazariEX!Bug Fixes
generateSfcBlockSection
to the end to fix missing comma errors (#5184) - Thanks to @zhiyuanzmj!TS4081
(#5192) - Thanks to @KazariEX!@vue-generic
to improve offset calculation (#5193) - Thanks to @Gehbt!undefined
for model with default value (#5198) - Thanks to @RylanBueckert-Broadsign!Other Changes
v-scope
implemention - Thanks to @KazariEX!v-for
- Thanks to @KazariEX!declaration
to track more errors - Thanks to @KazariEX!@vue-expect-error
support (#5176) - Thanks to @machty!v2.2.2
Compare Source
Features
$attrs
,$slots
,$refs
and$el
in the template (#5056) - Thanks to @KazariEX!useAttrs
(#5106) - Thanks to @KazariEX!strictTemplates
(#5138)checkUnknownDirectives
option (#5141) - Thanks to @KazariEX!<script vapor>
- Thanks to @KazariEX!Bug Fixes
<template>
withv-slot
(#5077) - Thanks to @KazariEX!loc.source
instead of node content$attrs
with__VLS_ctx.$attrs
(#5113) - Thanks to @KazariEX!class
(#5100) - Thanks to @KazariEX!v-for
with core (#5084) - Thanks to @KazariEX!undefined
to first param type of optional model emits (#5171) - Thanks to @KazariEX!__VLS_slots
with__VLS_ctx.$slots
(#5083) - Thanks to @KazariEX!Other Changes
vueCompilerOptions
resolution logicscriptSetupRanges
from codegen - Thanks to @KazariEX!sfc.script
- Thanks to @KazariEX!Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), 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 was generated by Mend Renovate. View the repository job log.