chore(deps): update all non-major dependencies#13553
Merged
Conversation
|
|
patak-cat
approved these changes
Jun 19, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.0v36.1.0->v36.4.0^0.32.0->^0.32.2^1.6.5->^1.8.0Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.59.11Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.59.10Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.59.11Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.59.10Compare Source
Note: Version bump only for package @typescript-eslint/parser
acornjs/acorn
v8.9.0Compare Source
browserslist/browserslist
v4.21.9Compare Source
v4.21.8Compare Source
supportsquery andmobileToDesktop(by Steve Repsher).motdotla/dotenv
v16.3.1Compare Source
Added
processEnvandDOTENV_KEYoptions. #756v16.3.0Compare Source
Added
DOTENV_KEYto options rather than relying onprocess.env.DOTENV_KEY. Defaults toprocess.env.DOTENV_KEY#754v16.2.0Compare Source
Added
process.env. Defaults toprocess.env. #753eslint/eslint
v8.43.0Compare Source
Features
14581fffeat: directive prologue detection and autofix condition inquotes(#17284) (Francesco Trotta)e50fac3feat: add declaration loc to message in block-scoped-var (#17252) (Milos Djermanovic)1b7faf0feat: addskipJSXTextoption tono-irregular-whitespacerule (#17182) (Azat S)Bug Fixes
5338b56fix: normalizecwdpassed toESLint/FlatESLintconstructor (#17277) (Milos Djermanovic)54383e6fix: Removeno-extra-parensautofix for potential directives (#17022) (Francesco Trotta)Documentation
8b855eadocs: resubmit pr17061 doc changes (#17292) (唯然)372722edocs: resubmit pr17012 doc changes (#17293) (唯然)67e7af3docs: resubmit custom-rules doc changes (#17294) (唯然)9e3d77cdocs: Resubmit Fix formatting in Custom Rules docs (#17281) (Milos Djermanovic)503647adocs: Resubmit markVariableAsUsed docs (#17280) (Nicholas C. Zakas)e0cf0d8docs: Custom rule & plugin tutorial (#17024) (Ben Perlmutter)8e51ea9docs: resubmitno-newrule documentation (#17264) (Nitin Kumar)1b217f8docs: resubmitCustom Processorsdocumentation (#17265) (Nitin Kumar)428fc76docs: resubmitCreate Pluginsdocumentation (#17268) (Nitin Kumar)bdca88cdocs: resubmitConfiguration Filesdocumentation (#17267) (Nitin Kumar)f5c01f2docs: resubmitManage Issuesdocumentation (#17266) (Nitin Kumar)b199295docs: Resubmit custom rules update docs (#17273) (Ben Perlmutter)0e9980cdocs: add newomitLastInOneLineClassBodyoption to thesemirule (#17263) (Nitin Kumar)cb2560fdocs: Resubmit getScope/getDeclaredVariables docs (#17262) (Nicholas C. Zakas)85d2b30docs: explain how to include predefined globals (#17261) (Marcus Wyatt)de4d3c1docs: update flat config default ignore patterns (#17258) (Milos Djermanovic)3912f3adocs: Improveignoresdocumentation (#17239) (Francesco Trotta)35e11d3docs: fix typos and missing info (#17257) (Ed Lucas)0bc257cdocs: Clarifyno-div-regexrule docs (#17051) (#17255) (Francesco Trotta)788d836docs: add references to MIT License (#17248) (Milos Djermanovic)58aab6bdocs: Update README (GitHub Actions Bot)3ef5814docs: Revert all changes after the license change (#17227) (Milos Djermanovic)03fc4aadocs: Update README (GitHub Actions Bot)Chores
78350f6chore: upgrade @eslint/js@8.43.0 (#17295) (Milos Djermanovic)62bf759chore: package.json update for @eslint/js release (ESLint Jenkins)e0a2448chore: docs package.license ISC => MIT (#17254) (唯然)6a0196cchore: use eslint-plugin-eslint-plugin flat configs (#17204) (Milos Djermanovic)phoenixframework/phoenix
v1.7.6Compare Source
Bug Fixes
v1.7.5Compare Source
Bug Fixes
v1.7.4Compare Source
Bug Fixes
Microsoft/playwright
v1.35.1Compare 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.4Compare 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, andtypesfromthe 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.0Compare Source
tj-actions/changed-files
v36.4.0Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.4.0
v36.3.0Compare Source
🚀 New Features
files_yaml,files_yaml_from_source_filethis enables creating filters using YAML.Example
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.3.0
v36.2.1Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.2.1
v36.2.0Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v36...v36.2.0
vitest-dev/vitest
v0.32.2Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.32.1Compare Source
🚀 Features
registerConsoleShortcutsfromvitest/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/testname support anonymous function - by @btea in https://github.com/vitest-dev/vitest/issues/3562 (3d436)🐞 Bug Fixes
performancefromperf_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.0Compare Source
Full-time Support by
WebContainer API is here.
Our Sponsors ⭐✨
Add you via GitHub Sponsors or Open Collective
v1.7.14Compare Source
v1.7.13Compare Source
defineEmitsshorthand (#3169) (#3283) - thanks @so1vevue.inlayHints.optionsWrapperto disabled by default (#3147) - thanks @wenfangdu--emitDeclarationOnlynot working since 1.7.9@vue-expect-error,@vue-ignorenot working for vue-tsc (#3284) - thanks @sapphi-redv1.7.12Compare Source
nativeTags(#3279)nativeTags(#3148)v1.7.11Compare Source
statSync(#3260)v1.7.10Compare Source
strictTemplatesnot working for IntrinsicElement (#3214)vue-tscignores type errors in.vuefiles if the incremental setting is true (#2756) (#3218) - thanks @lucasavila00defineModelanddefinePropstypes (#3164)Breaking changes
JSX.IntrinsicElementstype inference for better TS performance (#3259)@vue-expected-errorto@vue-expect-error(https://github.com/vuejs/language-tools/pull/3215#issuecomment-1560355284)v1.7.9Compare Source
v1.7.8Compare Source
v1.7.7Compare Source
@vue-ignore,@vue-skip,@vue-expected-errordirective comments (#3215)vscode-languageserver-protocolruntime dependencyv1.7.6Compare Source
v1.7.5Compare Source
v1.7.4Compare Source
v1.7.3Compare Source
v1.7.1Compare Source
v1.7.0Compare Source
volar.config.jsdoes not load on Windows (https://github.com/volarjs/volar.js/issues/36)Breaking changes
@volar/vue-*to@vue/*(#3134)volar.config.jsspecification 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.