fix(deps): update all non-major dependencies #81
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.20.7->^7.20.12^5.47.1->^5.48.1^5.47.1->^5.48.1^8.31.0->^8.32.0^1.13.0->^1.14.0^2.26.0->^2.27.4^1.11.0->^1.12.0^1.29.1->^1.29.27.21.0->7.25.02.8.1->2.8.3^6.6.1->^6.6.2^3.12.1->^3.12.2^1.0.2->^1.1.1^4.0.3->^4.0.4^0.26.3->^0.27.1Release Notes
babel/babel
v7.20.12Compare Source
🐛 Bug Fix
babel-traverseTaggedTemplateLiteralevaluation (@nmn)babel-helper-create-class-features-plugin,babel-plugin-proposal-class-propertiesdelete thisin static class properties initialization (@SuperSodaSea)💅 Polish
babel-traversetypescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.48.1Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.48.0Compare Source
Features
5.47.1 (2022-12-26)
Bug Fixes
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.48.1Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.48.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
5.47.1 (2022-12-26)
Note: Version bump only for package @typescript-eslint/parser
eslint/eslint
v8.32.0Compare Source
Features
fc20f24feat: add suggestions for redundant wrapping in prefer-regex-literals (#16658) (YeonJuan)Bug Fixes
b4f8329fix: ignore directives for no-fallthrough (#16757) (gfyoung)Documentation
17b65addocs: IA Update page URL move (#16665) (Ben Perlmutter)5981296docs: fix theme switcher button (#16752) (Sam Chen)6669413docs: deploy prerelease docs under the/docs/next/path (#16541) (Nitin Kumar)78ecfe0docs: use inline code for rule options name (#16768) (Percy Ma)fc2ea59docs: Update README (GitHub Actions Bot)762a872docs: Update README (GitHub Actions Bot)Chores
2952d6echore: sync templates/*.md files with issue templates (#16758) (gfyoung)3e34418chore: Add new issues to triage project (#16740) (Nicholas C. Zakas)Shinigami92/eslint-define-config
v1.14.0Compare Source
diff
import-js/eslint-plugin-import
v2.27.4Compare Source
Fixed
semvershould be a prod dep ([#2668])v2.27.3Compare Source
Fixed
no-empty-named-blocks]: rewrite rule to only check import declarations ([#2666])v2.27.2Compare Source
Fixed
no-duplicates]: do not unconditionally requiretypescript([#2665])v2.27.1Compare Source
Fixed
array.prototype.flatmapshould be a prod dep ([#2664], thanks [@cristobal])v2.27.0Compare Source
Added
newline-after-import]: addconsiderCommentsoption ([#2399], thanks [@pri1311])no-cycle]: addallowUnsafeDynamicCyclicDependencyoption ([#2387], thanks [@GerkinDev])no-restricted-paths]: support arrays forfromandtargetoptions ([#2466], thanks [@AdriAt360])no-anonymous-default-export]: addallowNewoption ([#2505], thanks [@DamienCassou])order]: AdddistinctGroupoption ([#2395], thanks [@hyperupcall])no-extraneous-dependencies]: AddincludeInternaloption ([#2541], thanks [@bdwain])no-extraneous-dependencies]: AddincludeTypesoption ([#2543], thanks [@bdwain])order]: newalphabetize.orderImportKindoption to sort imports with same path based on their kind (type,typeof) ([#2544], thanks [@stropho])consistent-type-specifier-style]: add rule ([#2473], thanks [@bradzacher])no-empty-named-blocks] rule ([#2568], thanks [@guilhermelimak])prefer-default-export]: add "target" option ([#2602], thanks [@azyzz228])no-absolute-path]: add fixer ([#2613], thanks [@adipascu])no-duplicates]: support inline type import withinlineTypeImportoption ([#2475], thanks [@snewcomer])Fixed
order]: move nested imports closer to main import entry ([#2396], thanks [@pri1311])no-restricted-paths]: fix an error message ([#2466], thanks [@AdriAt360])no-restricted-paths]: useMinimatch.matchinstead ofminimatchto comply with Windows Native paths ([#2466], thanks [@AdriAt360])order]: require with member expression could not be fixed if alphabetize.order was used ([#2490], thanks [@msvab])order]: leave more space in rankings for consecutive path groups ([#2506], thanks [@Pearce-Ropion])no-cycle]: add ExportNamedDeclaration statements to dependencies ([#2511], thanks [@BenoitZugmeyer])dynamic-import-chunkname]: prevent false report on a valid webpack magic comment ([#2330], thanks [@mhmadhamster])export]: do not error on TS export overloads ([#1590], thanks [@ljharb])no-unresolved], [extensions]: ignore type only exports ([#2436], thanks [@Lukas-Kullmann])ExportMap: add missing param to function ([#2589], thanks [@Fdawgs])no-unused-modules]:checkPkgFieldObjectfilters boolean fields from checks ([#2598], thanks [@mpint])no-cycle]: accept Flowtypeofimports, just liketype([#2608], thanks [@gnprice])no-import-module-exports]: avoid a false positive for import variables ([#2315], thanks [@BarryThePenguin])Changed
named]: Run all TypeScript test ([#2427], thanks [@ProdigySim])import/extensionssection ([#2440], thanks [@OutdatedVersion])order]: use correct default value ([#2392], thanks [@hyperupcall])eslint-import-resolver-typescriptusage ([#2503], thanks [@JounQin])no-cycle]: Add per-run caching of traversed paths ([#2419], thanks [@nokel81])ExportMap: add caching after parsing for an ambiguous module ([#2531], thanks [@stenin-nikita])no-useless-path-segments]: fix paths ([#2424], thanks [@s-h-a-d-o-w])no-cycle]: add passing test cases ([#2438], thanks [@georeith])no-extraneous-dependencies] improve performance using cache ([#2374], thanks [@meowtec])CONTRIBUTING.md: mention inactive PRs ([#2546], thanks [@stropho])no-restricted-paths]: Tests forimport typestatements ([#2459], thanks [@golergka])no-restricted-paths]: fix one failingimport typetest case, submitted by [@golergka], thanks [@azyzz228]eslint-doc-generatorto v1.0.0 ([#2605], thanks [@bmish])no-cycle], [no-internal-modules], [no-restricted-paths]: useanyOfinstead ofoneOf(thanks [@ljharb], [@remcohaszing])ota-meshi/eslint-plugin-regexp
v1.12.0Compare Source
✨ Enhancements
no-misleading-capturing-grouprule and improveoptimal-quantifier-concatenationby @RunDevelopment in https://github.com/ota-meshi/eslint-plugin-regexp/pull/483lookbehindoption forprefer-lookaroundby @RunDevelopment in https://github.com/ota-meshi/eslint-plugin-regexp/pull/499Full Changelog: ota-meshi/eslint-plugin-regexp@v1.11.0...v1.12.0
Microsoft/playwright
v1.29.2Compare Source
Highlights
https://github.com/microsoft/playwright/issues/19661 - [BUG] 1.29.1 browserserver + page.goto = net::ERR_SOCKS_CONNECTION_FAILED
Browser Versions
This version was also tested against the following stable channels:
pnpm/pnpm
v7.25.0Compare Source
Minor Changes
--ignore-existingoption #5632.extend-node-pathis set tofalse, theNODE_PATHenvironment variable is not set in the command shims #5910Patch Changes
prefer-symlinked-executablesis set totrue#5913.node-linker=hoisted.Our Gold Sponsors
Our Silver Sponsors
v7.24.3Compare Source
Patch Changes
use-lockfile-v6is not set totrue.Our Gold Sponsors
Our Silver Sponsors
v7.24.2Compare Source
Minor Changes
pnpm-lock.yamlformat v6. This new format will be the new lockfile format in pnpm v8. To use the new lockfile format, use theuse-lockfile-v6=truesetting in.npmrc. Or runpnpm install --use-lockfile-v6#5810.Patch Changes
pnpm runshould fail if the path to the project contains colon(s).pnpm config set key=valueshould work the same aspnpm config set key value#5889.The upload of built artifacts (side effects) should not fail when
node-linkeris set tohoistedand installation runs on a project that already had anode_modulesdirectory #5823.This fixes a bug introduced by #5814.
pnpm execshould work when the path to the project contains colon(s) #5846.Git-hosted dependencies should not be built, when
ignore-scriptsis set totrue#5876.Our Gold Sponsors
Our Silver Sponsors
v7.24.1Compare Source
v7.24.0Compare Source
v7.23.0Compare Source
Minor Changes
resolve-peers-from-workspace-rootsetting is set totrue, pnpm will use dependencies installed in the root of the workspace to resolve peer dependencies in any of the workspace's projects #5882.Patch Changes
--resume-fromoption.--include-workspace-rootoption on recursive command's help info.Our Gold Sponsors
Our Silver Sponsors
v7.22.0Compare Source
Minor Changes
pnpm listandpnpm whycommands will now look through transitive dependencies ofworkspace:packages. A new--only-projectsflag is available to only printworkspace:packages.pnpm execandpnpm runcommand support--resume-fromoption. When used, the command will executed from given package #4690.npm_commandenvironment variable to lifecycle hooks & scripts.Patch Changes
pnpm listandpnpm whymay not respect the--depthargument.is-cibyci-info(is-ciis just a simple wrapper aroundci-info).Our Gold Sponsors
Our Silver Sponsors
prettier/prettier
v2.8.3Compare Source
diff
Allow self-closing tags on custom elements (#14170 by @fisker)
See Angular v15.1.0 release note for details.
v2.8.2Compare Source
diff
Don't lowercase link references (#13155 by @DerekNonGeneric & @fisker)
Preserve self-closing tags (#13691 by @dcyriller)
Allow custom "else if"-like blocks with block params (#13930 by @jamescdavis)
#13507 added support for custom block keywords used with
else, but failed to allow block params. This updates printer-glimmer to allow block params with custom "else if"-like blocks.Preserve empty lines between nested SCSS maps (#13931 by @jneander)
Fix missing parentheses when an expression statement starts with
let[(#14000, #14044 by @fisker, @thorn0)Fix semicolon duplicated at the end of LESS file (#14007 by @mvorisek)