chore(deps): update all non-major dependencies #13553
Merged
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:
^7.35.2
->^7.35.4
^18.16.17
->^18.16.18
^18.2.11
->^18.2.12
^18.2.4
->^18.2.5
^5.59.9
->^5.59.11
^5.59.9
->^5.59.11
^8.8.2
->^8.9.0
^4.21.7
->^4.21.9
^16.1.4
->^16.3.1
^8.42.0
->^8.43.0
^1.7.3
->^1.7.6
^1.35.0
->^1.35.1
^1.63.3
->^1.63.4
^5.17.7
->^5.18.0
v36.1.0
->v36.4.0
^0.32.0
->^0.32.2
^1.6.5
->^1.8.0
Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.59.11
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.59.10
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.59.11
Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.59.10
Compare Source
Note: Version bump only for package @typescript-eslint/parser
acornjs/acorn
v8.9.0
Compare Source
browserslist/browserslist
v4.21.9
Compare Source
v4.21.8
Compare Source
supports
query andmobileToDesktop
(by Steve Repsher).motdotla/dotenv
v16.3.1
Compare Source
Added
processEnv
andDOTENV_KEY
options. #756v16.3.0
Compare Source
Added
DOTENV_KEY
to options rather than relying onprocess.env.DOTENV_KEY
. Defaults toprocess.env.DOTENV_KEY
#754v16.2.0
Compare Source
Added
process.env
. Defaults toprocess.env
. #753eslint/eslint
v8.43.0
Compare Source
Features
14581ff
feat: directive prologue detection and autofix condition inquotes
(#17284) (Francesco Trotta)e50fac3
feat: add declaration loc to message in block-scoped-var (#17252) (Milos Djermanovic)1b7faf0
feat: addskipJSXText
option tono-irregular-whitespace
rule (#17182) (Azat S)Bug Fixes
5338b56
fix: normalizecwd
passed toESLint
/FlatESLint
constructor (#17277) (Milos Djermanovic)54383e6
fix: Removeno-extra-parens
autofix for potential directives (#17022) (Francesco Trotta)Documentation
8b855ea
docs: resubmit pr17061 doc changes (#17292) (唯然)372722e
docs: resubmit pr17012 doc changes (#17293) (唯然)67e7af3
docs: resubmit custom-rules doc changes (#17294) (唯然)9e3d77c
docs: Resubmit Fix formatting in Custom Rules docs (#17281) (Milos Djermanovic)503647a
docs: Resubmit markVariableAsUsed docs (#17280) (Nicholas C. Zakas)e0cf0d8
docs: Custom rule & plugin tutorial (#17024) (Ben Perlmutter)8e51ea9
docs: resubmitno-new
rule documentation (#17264) (Nitin Kumar)1b217f8
docs: resubmitCustom Processors
documentation (#17265) (Nitin Kumar)428fc76
docs: resubmitCreate Plugins
documentation (#17268) (Nitin Kumar)bdca88c
docs: resubmitConfiguration Files
documentation (#17267) (Nitin Kumar)f5c01f2
docs: resubmitManage Issues
documentation (#17266) (Nitin Kumar)b199295
docs: Resubmit custom rules update docs (#17273) (Ben Perlmutter)0e9980c
docs: add newomitLastInOneLineClassBody
option to thesemi
rule (#17263) (Nitin Kumar)cb2560f
docs: Resubmit getScope/getDeclaredVariables docs (#17262) (Nicholas C. Zakas)85d2b30
docs: explain how to include predefined globals (#17261) (Marcus Wyatt)de4d3c1
docs: update flat config default ignore patterns (#17258) (Milos Djermanovic)3912f3a
docs: Improveignores
documentation (#17239) (Francesco Trotta)35e11d3
docs: fix typos and missing info (#17257) (Ed Lucas)0bc257c
docs: Clarifyno-div-regex
rule docs (#17051) (#17255) (Francesco Trotta)788d836
docs: add references to MIT License (#17248) (Milos Djermanovic)58aab6b
docs: Update README (GitHub Actions Bot)3ef5814
docs: Revert all changes after the license change (#17227) (Milos Djermanovic)03fc4aa
docs: Update README (GitHub Actions Bot)Chores
78350f6
chore: upgrade @eslint/js@8.43.0 (#17295) (Milos Djermanovic)62bf759
chore: package.json update for @eslint/js release (ESLint Jenkins)e0a2448
chore: docs package.license ISC => MIT (#17254) (唯然)6a0196c
chore: use eslint-plugin-eslint-plugin flat configs (#17204) (Milos Djermanovic)phoenixframework/phoenix
v1.7.6
Compare Source
Bug Fixes
v1.7.5
Compare Source
Bug Fixes
v1.7.4
Compare Source
Bug Fixes
Microsoft/playwright
v1.35.1
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/23622 - [Docs] Provide a description how to correctly use expect.configure with poll parameterhttps://github.com/microsoft/playwright/issues/236666 - [BUG] Live Trace does not work with Codespacehttps://github.com/microsoft/playwright/issues/2369393 - [BUG] attachment steps are not hidden inside expect.toHaveScreenshot()
Browser Versions
This version was also tested against the following stable channels:
sass/dart-sass
v1.63.4
Compare Source
JavaScript API
Re-enable support for
import sass from 'sass'
when loading the package froman ESM module in Node.js. However, this syntax is now deprecated; ESM users
should use
import * as sass from 'sass'
instead.On the browser and other ESM-only platforms, only
import * as sass from 'sass'
is supported.Properly export the legacy API values
TRUE
,FALSE
,NULL
, andtypes
fromthe ECMAScript module API.
Embedded Sass
Fix a race condition where closing standard input while requests are in-flight
could sometimes cause the process to hang rather than shutting down
gracefully.
Properly include the root stylesheet's URL in the set of loaded URLs when it
fails to parse.
terser/terser
v5.18.0
Compare Source
tj-actions/changed-files
v36.4.0
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.4.0
v36.3.0
Compare Source
🚀 New Features
files_yaml
,files_yaml_from_source_file
this enables creating filters using YAML.Example
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.3.0
v36.2.1
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.2.1
v36.2.0
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.2.0
vitest-dev/vitest
v0.32.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.32.1
Compare Source
🚀 Features
registerConsoleShortcuts
fromvitest/node
- by @deot in https://github.com/vitest-dev/vitest/issues/3563 (bc49b)expect.unreachable
- by @fenghan34 and @sheremet-va in https://github.com/vitest-dev/vitest/issues/3556 (8e385)describe
/test
name support anonymous function - by @btea in https://github.com/vitest-dev/vitest/issues/3562 (3d436)🐞 Bug Fixes
performance
fromperf_hooks
- by @Max10240 and wangbaolong.wbl in https://github.com/vitest-dev/vitest/issues/3578 and https://github.com/vitest-dev/vitest/issues/3579 (24ec8)vitest
- by @userquin in https://github.com/vitest-dev/vitest/issues/3580 (b4ac8)View changes on GitHub
vuejs/language-tools
v1.8.0
Compare Source
Full-time Support by
WebContainer API is here.
Our Sponsors ⭐✨
Add you via GitHub Sponsors or Open Collective
v1.7.14
Compare Source
v1.7.13
Compare Source
defineEmits
shorthand (#3169) (#3283) - thanks @so1vevue.inlayHints.optionsWrapper
to disabled by default (#3147) - thanks @wenfangdu--emitDeclarationOnly
not working since 1.7.9@vue-expect-error
,@vue-ignore
not working for vue-tsc (#3284) - thanks @sapphi-redv1.7.12
Compare Source
nativeTags
(#3279)nativeTags
(#3148)v1.7.11
Compare Source
statSync
(#3260)v1.7.10
Compare Source
strictTemplates
not working for IntrinsicElement (#3214)vue-tsc
ignores type errors in.vue
files if the incremental setting is true (#2756) (#3218) - thanks @lucasavila00defineModel
anddefineProps
types (#3164)Breaking changes
JSX.IntrinsicElements
type inference for better TS performance (#3259)@vue-expected-error
to@vue-expect-error
(https://github.com/vuejs/language-tools/pull/3215#issuecomment-1560355284)v1.7.9
Compare Source
v1.7.8
Compare Source
v1.7.7
Compare Source
@vue-ignore
,@vue-skip
,@vue-expected-error
directive comments (#3215)vscode-languageserver-protocol
runtime dependencyv1.7.6
Compare Source
v1.7.5
Compare Source
v1.7.4
Compare Source
v1.7.3
Compare Source
v1.7.1
Compare Source
v1.7.0
Compare Source
volar.config.js
does not load on Windows (https://github.com/volarjs/volar.js/issues/36)Breaking changes
@volar/vue-*
to@vue/*
(#3134)volar.config.js
specification update (base on Volar.js v1.5)Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (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 has been generated by Mend Renovate. View repository job log here.