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.2
7.21.0
->7.25.0
2.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.1
Release Notes
babel/babel
v7.20.12
Compare Source
🐛 Bug Fix
babel-traverse
TaggedTemplateLiteral
evaluation (@nmn)babel-helper-create-class-features-plugin
,babel-plugin-proposal-class-properties
delete this
in static class properties initialization (@SuperSodaSea)💅 Polish
babel-traverse
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.48.1
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.48.0
Compare Source
Features
5.47.1 (2022-12-26)
Bug Fixes
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.48.1
Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.48.0
Compare 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.0
Compare Source
Features
fc20f24
feat: add suggestions for redundant wrapping in prefer-regex-literals (#16658) (YeonJuan)Bug Fixes
b4f8329
fix: ignore directives for no-fallthrough (#16757) (gfyoung)Documentation
17b65ad
docs: IA Update page URL move (#16665) (Ben Perlmutter)5981296
docs: fix theme switcher button (#16752) (Sam Chen)6669413
docs: deploy prerelease docs under the/docs/next/
path (#16541) (Nitin Kumar)78ecfe0
docs: use inline code for rule options name (#16768) (Percy Ma)fc2ea59
docs: Update README (GitHub Actions Bot)762a872
docs: Update README (GitHub Actions Bot)Chores
2952d6e
chore: sync templates/*.md files with issue templates (#16758) (gfyoung)3e34418
chore: Add new issues to triage project (#16740) (Nicholas C. Zakas)Shinigami92/eslint-define-config
v1.14.0
Compare Source
diff
import-js/eslint-plugin-import
v2.27.4
Compare Source
Fixed
semver
should be a prod dep ([#2668])v2.27.3
Compare Source
Fixed
no-empty-named-blocks
]: rewrite rule to only check import declarations ([#2666])v2.27.2
Compare Source
Fixed
no-duplicates
]: do not unconditionally requiretypescript
([#2665])v2.27.1
Compare Source
Fixed
array.prototype.flatmap
should be a prod dep ([#2664], thanks [@cristobal])v2.27.0
Compare Source
Added
newline-after-import
]: addconsiderComments
option ([#2399], thanks [@pri1311])no-cycle
]: addallowUnsafeDynamicCyclicDependency
option ([#2387], thanks [@GerkinDev])no-restricted-paths
]: support arrays forfrom
andtarget
options ([#2466], thanks [@AdriAt360])no-anonymous-default-export
]: addallowNew
option ([#2505], thanks [@DamienCassou])order
]: AdddistinctGroup
option ([#2395], thanks [@hyperupcall])no-extraneous-dependencies
]: AddincludeInternal
option ([#2541], thanks [@bdwain])no-extraneous-dependencies
]: AddincludeTypes
option ([#2543], thanks [@bdwain])order
]: newalphabetize.orderImportKind
option 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 withinlineTypeImport
option ([#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.match
instead ofminimatch
to 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
]:checkPkgFieldObject
filters boolean fields from checks ([#2598], thanks [@mpint])no-cycle
]: accept Flowtypeof
imports, 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/extensions
section ([#2440], thanks [@OutdatedVersion])order
]: use correct default value ([#2392], thanks [@hyperupcall])eslint-import-resolver-typescript
usage ([#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 type
statements ([#2459], thanks [@golergka])no-restricted-paths
]: fix one failingimport type
test case, submitted by [@golergka], thanks [@azyzz228]eslint-doc-generator
to v1.0.0 ([#2605], thanks [@bmish])no-cycle
], [no-internal-modules
], [no-restricted-paths
]: useanyOf
instead ofoneOf
(thanks [@ljharb], [@remcohaszing])ota-meshi/eslint-plugin-regexp
v1.12.0
Compare Source
✨ Enhancements
no-misleading-capturing-group
rule and improveoptimal-quantifier-concatenation
by @RunDevelopment in https://github.com/ota-meshi/eslint-plugin-regexp/pull/483lookbehind
option forprefer-lookaround
by @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.2
Compare 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.0
Compare Source
Minor Changes
--ignore-existing
option #5632.extend-node-path
is set tofalse
, theNODE_PATH
environment variable is not set in the command shims #5910Patch Changes
prefer-symlinked-executables
is set totrue
#5913.node-linker=hoisted
.Our Gold Sponsors
Our Silver Sponsors
v7.24.3
Compare Source
Patch Changes
use-lockfile-v6
is not set totrue
.Our Gold Sponsors
Our Silver Sponsors
v7.24.2
Compare Source
Minor Changes
pnpm-lock.yaml
format v6. This new format will be the new lockfile format in pnpm v8. To use the new lockfile format, use theuse-lockfile-v6=true
setting in.npmrc
. Or runpnpm install --use-lockfile-v6
#5810.Patch Changes
pnpm run
should fail if the path to the project contains colon(s).pnpm config set key=value
should work the same aspnpm config set key value
#5889.The upload of built artifacts (side effects) should not fail when
node-linker
is set tohoisted
and installation runs on a project that already had anode_modules
directory #5823.This fixes a bug introduced by #5814.
pnpm exec
should work when the path to the project contains colon(s) #5846.Git-hosted dependencies should not be built, when
ignore-scripts
is set totrue
#5876.Our Gold Sponsors
Our Silver Sponsors
v7.24.1
Compare Source
v7.24.0
Compare Source
v7.23.0
Compare Source
Minor Changes
resolve-peers-from-workspace-root
setting 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-from
option.--include-workspace-root
option on recursive command's help info.Our Gold Sponsors
Our Silver Sponsors
v7.22.0
Compare Source
Minor Changes
pnpm list
andpnpm why
commands will now look through transitive dependencies ofworkspace:
packages. A new--only-projects
flag is available to only printworkspace:
packages.pnpm exec
andpnpm run
command support--resume-from
option. When used, the command will executed from given package #4690.npm_command
environment variable to lifecycle hooks & scripts.Patch Changes
pnpm list
andpnpm why
may not respect the--depth
argument.is-ci
byci-info
(is-ci
is just a simple wrapper aroundci-info
).Our Gold Sponsors
Our Silver Sponsors
prettier/prettier
v2.8.3
Compare Source
diff
Allow self-closing tags on custom elements (#14170 by @fisker)
See Angular v15.1.0 release note for details.
v2.8.2
Compare 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)