Skip to content

chore(deps): update all dependencies#79

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-dependencies
Open

chore(deps): update all dependencies#79
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Sep 21, 2021

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@webpack-cli/generators (source) 2.2.02.5.0 age confidence
eslint-config-prettier 8.3.08.10.2 age confidence
eslint-plugin-import 2.23.42.32.0 age confidence
eslint-plugin-promise 5.1.05.2.0 age confidence
prettier (source) 2.3.02.8.8 age confidence
standard-version 9.3.09.5.0 age confidence
ts-loader 9.2.29.5.7 age confidence
typescript (source) 4.3.54.9.5 age confidence
webpack-cli (source) 4.7.04.10.0 age confidence
yarn 2.0.0-rc.272.4.3 age confidence

Release Notes

webpack/webpack-cli (@​webpack-cli/generators)

v2.5.0

Compare Source

v2.4.2

Compare Source

v2.4.1

Compare Source

v2.4.0

Compare Source

v2.3.0

Compare Source

prettier/eslint-config-prettier (eslint-config-prettier)

v8.10.2

Compare Source

v8.10.0

Compare Source

  • Added: [max-statements-per-line]. Thanks to @​Zamiell!

v8.9.0

Compare Source

  • Added: [vue/array-element-newline]. Thanks to @​xcatliu!

v8.8.0

Compare Source

v8.7.0

Compare Source

v8.6.0

Compare Source

  • Added: [vue/multiline-ternary]. Thanks to @​xcatliu!

v8.5.0

Compare Source

v8.4.0

Compare Source

import-js/eslint-plugin-import (eslint-plugin-import)

v2.32.0

Compare Source

Added
Fixed
Changed

v2.31.0

Compare Source

Added
Fixed
Changed

v2.30.0

Compare Source

Added
Fixed
Changed
  • [Docs] [no-extraneous-dependencies]: Make glob pattern description more explicit ([#​2944], thanks [@​mulztob])
  • [no-unused-modules]: add console message to help debug [#​2866]
  • [Refactor] ExportMap: make procedures static instead of monkeypatching exportmap ([#​2982], thanks [@​soryy708])
  • [Refactor] ExportMap: separate ExportMap instance from its builder logic ([#​2985], thanks [@​soryy708])
  • [Docs] [order]: Add a quick note on how unbound imports and --fix ([#​2640], thanks [@​minervabot])
  • [Tests] appveyor -> GHA (run tests on Windows in both pwsh and WSL + Ubuntu) ([#​2987], thanks [@​joeyguerra])
  • [actions] migrate OSX tests to GHA ([ljharb#37], thanks [@​aks-])
  • [Refactor] exportMapBuilder: avoid hoisting ([#​2989], thanks [@​soryy708])
  • [Refactor] ExportMap: extract "builder" logic to separate files ([#​2991], thanks [@​soryy708])
  • [Docs] [order]: update the description of the pathGroupsExcludedImportTypes option ([#​3036], thanks [@​liby])
  • [readme] Clarify how to install the plugin ([#​2993], thanks [@​jwbth])

v2.29.1

Compare Source

Fixed

v2.29.0

Compare Source

Added

v2.28.1

Compare Source

Fixed
Changed

v2.28.0

Compare Source

Fixed
  • [no-duplicates]: remove duplicate identifiers in duplicate imports ([#​2577], thanks [@​joe-matsec])
  • [consistent-type-specifier-style]: fix accidental removal of comma in certain cases ([#​2754], thanks [@​bradzacher])
  • [Perf] ExportMap: Improve ExportMap.for performance on larger codebases ([#​2756], thanks [@​leipert])
  • [no-extraneous-dependencies]/TypeScript: do not error when importing inline type from dev dependencies ([#​2735], thanks [@​andyogo])
  • [newline-after-import]/TypeScript: do not error when re-exporting a namespaced import ([#​2832], thanks [@​laurens-dg])
  • [order]: partial fix for [#​2687] (thanks [@​ljharb])
  • [no-duplicates]: Detect across type and regular imports ([#​2835], thanks [@​benkrejci])
  • [extensions]: handle . and .. properly ([#​2778], thanks [@​benasher44])
  • [no-unused-modules]: improve schema (thanks [@​ljharb])
  • [no-unused-modules]: report error on binding instead of parent export ([#​2842], thanks [@​Chamion])
Changed
  • [Docs] [no-duplicates]: fix example schema ([#​2684], thanks [@​simmo])
  • [Docs] [group-exports]: fix syntax highlighting ([#​2699], thanks [@​devinrhode2])
  • [Docs] [extensions]: reference node ESM behavior ([#​2748], thanks [@​xM8WVqaG])
  • [Refactor] [exports-last]: use array.prototype.findlastindex (thanks [@​ljharb])
  • [Refactor] [no-anonymous-default-export]: use object.fromentries (thanks [@​ljharb])
  • [Refactor] [no-unused-modules]: use array.prototype.flatmap (thanks [@​ljharb])

v2.27.5

Compare Source

Fixed

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 require typescript ([#​2665])

v2.27.1

Compare Source

Fixed

v2.27.0

Compare Source

Added
Fixed
Changed

v2.26.0

Compare Source

Added
  • [no-named-default], [no-default-export], [prefer-default-export], [no-named-export], [export], [named], [namespace], [no-unused-modules]: support arbitrary module namespace names ([#​2358], thanks [@​sosukesuzuki])
  • [no-dynamic-require]: support dynamic import with espree ([#​2371], thanks [@​sosukesuzuki])
  • [no-relative-packages]: add fixer ([#​2381], thanks [@​forivall])
Fixed
  • [default]: typescript-eslint-parser: avoid a crash on exporting as namespace (thanks [@​ljharb])
  • [export]/TypeScript: false positive for typescript namespace merging ([#​1964], thanks [@​magarcia])
  • [no-duplicates]: ignore duplicate modules in different TypeScript module declarations ([#​2378], thanks [@​remcohaszing])
  • [no-unused-modules]: avoid a crash when processing re-exports ([#​2388], thanks [@​ljharb])
Changed

v2.25.4

Compare Source

Fixed
Changed
  • [no-default-import]: report on the token "default" instead of the entire node ([#​2299], thanks [@​pmcelhaney])
  • [Docs] [order]: Remove duplicate mention of default ([#​2280], thanks [@​johnthagen])
  • [Deps] update eslint-module-utils

v2.25.3

Compare Source

Fixed
Changed

v2.25.2

Compare Source

Fixed

v2.25.1

Compare Source

Fixed
  • [Deps] update eslint-module-utils

v2.25.0

Compare Source

Added
Fixed
Changed
  • [Refactor] switch to an internal replacement for pkg-up and read-pkg-up ([#​2047], thanks [@​mgwalker])
  • [patch] TypeScript config: remove .d.ts from [import/parsers setting] and [import/extensions setting] ([#​2220], thanks [@​jablko])
  • [Refactor] [no-unresolved], [no-extraneous-dependencies]: moduleVisitor usage ([#​2233], thanks [@​jablko])

v2.24.2

Compare Source

Fixed
  • [named], [namespace]: properly handle ExportAllDeclarations ([#​2199], thanks [@​ljharb])

v2.24.1

Compare Source

Fixed
Changed

v2.24.0

Compare Source

Added
Fixed
  • [no-duplicates]: ensure autofix avoids excessive newlines ([#​2028], thanks [@​ertrzyiks])
  • [extensions]: avoid crashing on partially typed import/export statements ([#​2118], thanks [@​ljharb])
  • [no-extraneous-dependencies]: add ESM intermediate package.json support ([#​2121], thanks [@​paztis])
  • Use context.getPhysicalFilename() when available (ESLint 7.28+) ([#​2160], thanks [@​pmcelhaney])
  • [extensions]/importType: fix isScoped treating @​/abc as scoped module ([#​2146], thanks [@​rperello])
Changed

<


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Sep 21, 2021

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
➤ YN0000: ┌ Resolution step
➤ YN0000: └ Completed in 3s 732ms
➤ YN0000: ┌ Fetch step
➤ YN0066: │ typescript@patch:typescript@npm%3A4.3.5#builtin<compat/typescript>::version=4.3.5&hash=a45b0e: Cannot apply hunk #2 (set enableInlineHunks for details)
➤ YN0013: │ 864 packages were already cached, 43 had to be fetched
➤ YN0000: └ Completed in 3s 347ms
➤ YN0000: Failed with errors in 7s 82ms

@renovate renovate bot force-pushed the renovate/all-dependencies branch 2 times, most recently from 6e05db8 to 8f3033e Compare September 24, 2021 20:11
@renovate renovate bot force-pushed the renovate/all-dependencies branch 6 times, most recently from c5af9a7 to 0ed8a89 Compare October 5, 2021 19:19
@renovate renovate bot force-pushed the renovate/all-dependencies branch 7 times, most recently from 65829c4 to 2d8894e Compare October 13, 2021 10:46
@renovate renovate bot force-pushed the renovate/all-dependencies branch 4 times, most recently from 7cb07c9 to ee4ad0b Compare October 25, 2021 17:15
@renovate renovate bot force-pushed the renovate/all-dependencies branch from ee4ad0b to 57c89e3 Compare October 29, 2021 15:06
@renovate renovate bot force-pushed the renovate/all-dependencies branch 5 times, most recently from 40cc9b1 to d83ede2 Compare November 11, 2021 14:52
@renovate renovate bot force-pushed the renovate/all-dependencies branch 3 times, most recently from 29399ed to ebb3771 Compare November 20, 2021 14:30
@renovate renovate bot force-pushed the renovate/all-dependencies branch from ebb3771 to 6bfb81c Compare March 7, 2022 17:25
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 63a9060 to 226a5e8 Compare June 7, 2023 18:18
@renovate renovate bot force-pushed the renovate/all-dependencies branch 2 times, most recently from e42e9ca to 29e00e3 Compare June 21, 2023 20:16
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 29e00e3 to db17a96 Compare June 28, 2023 19:19
@renovate renovate bot force-pushed the renovate/all-dependencies branch from db17a96 to 28d4f3e Compare July 18, 2023 00:51
@renovate renovate bot force-pushed the renovate/all-dependencies branch 3 times, most recently from 8b8d4d2 to 9c899df Compare August 3, 2023 08:56
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 9c899df to 0cdba78 Compare August 18, 2023 21:05
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 0cdba78 to 5967505 Compare October 14, 2023 00:26
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 5967505 to 9a2892e Compare October 23, 2023 10:13
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 9a2892e to 17cd470 Compare December 14, 2023 20:20
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 17cd470 to b5bfbcf Compare January 24, 2024 15:58
@renovate renovate bot force-pushed the renovate/all-dependencies branch from b5bfbcf to 75faff3 Compare February 1, 2024 19:26
@renovate renovate bot force-pushed the renovate/all-dependencies branch 2 times, most recently from 1e9c05a to 21a21f2 Compare February 19, 2024 17:07
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 21a21f2 to 0992baa Compare March 24, 2024 15:59
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented May 9, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
➤ YN0000: ┌ Resolution step
➤ YN0061: │ eslint@npm:7.31.0 is deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options.
➤ YN0061: │ are-we-there-yet@npm:2.0.0 is deprecated: This package is no longer supported.
➤ YN0061: │ npmlog@npm:5.0.1 is deprecated: This package is no longer supported.
➤ YN0061: │ @humanwhocodes/config-array@npm:0.5.0 is deprecated: Use @eslint/config-array instead
➤ YN0061: │ gauge@npm:3.0.2 is deprecated: This package is no longer supported.
➤ YN0061: │ @humanwhocodes/object-schema@npm:1.2.1 is deprecated: Use @eslint/object-schema instead
➤ YN0061: │ readdir-scoped-modules@npm:1.1.0 is deprecated: This functionality has been moved to @npmcli/fs
➤ YN0061: │ debuglog@npm:1.0.1 is deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
➤ YN0061: │ glob@npm:8.1.0 is deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
➤ YN0061: │ glob@npm:7.2.3 is deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
➤ YN0061: │ npmlog@npm:6.0.2 is deprecated: This package is no longer supported.
➤ YN0061: │ are-we-there-yet@npm:3.0.1 is deprecated: This package is no longer supported.
➤ YN0061: │ gauge@npm:4.0.4 is deprecated: This package is no longer supported.
➤ YN0061: │ @npmcli/move-file@npm:2.0.1 is deprecated: This functionality has been moved to @npmcli/fs
➤ YN0061: │ tar@npm:6.2.1 is deprecated: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
➤ YN0000: └ Completed in 4s 283ms
➤ YN0000: ┌ Fetch step
➤ YN0001: │ TypeError: resolve@patch:resolve@npm%3A2.0.0-next.6#builtin<compat/resolve>::version=2.0.0-next.6&hash=3388aa: (0 , o.isDate) is not a function
    at /tmp/renovate/repos/github/shisama/Pulsator-JS/.yarn/releases/yarn-berry.cjs:2:485321
    at f.utimesImpl (/tmp/renovate/repos/github/shisama/Pulsator-JS/.yarn/releases/yarn-berry.cjs:2:485380)
    at f.utimesSync (/tmp/renovate/repos/github/shisama/Pulsator-JS/.yarn/releases/yarn-berry.cjs:2:484779)
    at f.utimesPromise (/tmp/renovate/repos/github/shisama/Pulsator-JS/.yarn/releases/yarn-berry.cjs:2:484645)
    at f.mkdirpPromise (/tmp/renovate/repos/github/shisama/Pulsator-JS/.yarn/releases/yarn-berry.cjs:2:447511)
    at async re.fetchers.patchPackage (/tmp/renovate/repos/github/shisama/Pulsator-JS/.yarn/releases/yarn-berry.cjs:2:261844)
    at async Q (/tmp/renovate/repos/github/shisama/Pulsator-JS/.yarn/releases/yarn-berry.cjs:2:289520)
    at async D (/tmp/renovate/repos/github/shisama/Pulsator-JS/.yarn/releases/yarn-berry.cjs:2:289979)
    at async /tmp/renovate/repos/github/shisama/Pulsator-JS/.yarn/releases/yarn-berry.cjs:2:290670
    at async I.fetchPackageFromCache (/tmp/renovate/repos/github/shisama/Pulsator-JS/.yarn/releases/yarn-berry.cjs:2:290415)
➤ YN0001: │ TypeError: typescript@patch:typescript@npm%3A4.9.5#builtin<compat/typescript>::version=4.9.5&hash=a45b0e: (0 , o.isDate) is not a function
    at /tmp/renovate/repos/github/shisama/Pulsator-JS/.yarn/releases/yarn-berry.cjs:2:485321
    at f.utimesImpl (/tmp/renovate/repos/github/shisama/Pulsator-JS/.yarn/releases/yarn-berry.cjs:2:485380)
    at f.utimesSync (/tmp/renovate/repos/github/shisama/Pulsator-JS/.yarn/releases/yarn-berry.cjs:2:484779)
    at f.utimesPromise (/tmp/renovate/repos/github/shisama/Pulsator-JS/.yarn/releases/yarn-berry.cjs:2:484645)
    at f.mkdirpPromise (/tmp/renovate/repos/github/shisama/Pulsator-JS/.yarn/releases/yarn-berry.cjs:2:447511)
    at async re.fetchers.patchPackage (/tmp/renovate/repos/github/shisama/Pulsator-JS/.yarn/releases/yarn-berry.cjs:2:261844)
    at async Q (/tmp/renovate/repos/github/shisama/Pulsator-JS/.yarn/releases/yarn-berry.cjs:2:289520)
    at async D (/tmp/renovate/repos/github/shisama/Pulsator-JS/.yarn/releases/yarn-berry.cjs:2:289979)
    at async /tmp/renovate/repos/github/shisama/Pulsator-JS/.yarn/releases/yarn-berry.cjs:2:290670
    at async I.fetchPackageFromCache (/tmp/renovate/repos/github/shisama/Pulsator-JS/.yarn/releases/yarn-berry.cjs:2:290415)
➤ YN0013: │ 850 packages were already cached, 325 had to be fetched
➤ YN0000: └ Completed in 22s 196ms
➤ YN0000: Failed with errors in 26s 486ms

@renovate renovate bot force-pushed the renovate/all-dependencies branch from 0992baa to 1a56697 Compare June 11, 2024 17:09
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 1a56697 to edb4a30 Compare June 19, 2024 16:59
@renovate renovate bot force-pushed the renovate/all-dependencies branch from edb4a30 to 826e9e8 Compare July 11, 2024 20:16
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 826e9e8 to dfd1996 Compare September 3, 2024 08:25
@renovate renovate bot force-pushed the renovate/all-dependencies branch from dfd1996 to b0e1dc0 Compare October 3, 2024 13:42
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Dec 10, 2024
@renovate renovate bot force-pushed the renovate/all-dependencies branch from b0e1dc0 to bf8961b Compare June 20, 2025 22:51
@renovate renovate bot force-pushed the renovate/all-dependencies branch from bf8961b to 492d629 Compare July 18, 2025 23:11
@renovate renovate bot changed the title fix(deps): update all dependencies chore(deps): update all dependencies Sep 25, 2025
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 492d629 to 1e62d20 Compare March 27, 2026 05:30
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 1e62d20 to 5cd7242 Compare March 30, 2026 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants