Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all dependencies #79

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 21, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@webpack-cli/generators (source) 2.2.0 -> 2.5.0 age adoption passing confidence
eslint-config-prettier 8.3.0 -> 8.10.0 age adoption passing confidence
eslint-plugin-import 2.23.4 -> 2.31.0 age adoption passing confidence
eslint-plugin-promise 5.1.0 -> 5.2.0 age adoption passing confidence
prettier (source) 2.3.0 -> 2.8.8 age adoption passing confidence
standard-version 9.3.0 -> 9.5.0 age adoption passing confidence
ts-loader 9.2.2 -> 9.5.1 age adoption passing confidence
typescript (source) 4.3.5 -> 4.9.5 age adoption passing confidence
webpack-cli (source) 4.7.0 -> 4.10.0 age adoption passing confidence
yarn 2.0.0-rc.27 -> 2.4.3 age adoption passing 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.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.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 ([#​1820], 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
eslint-community/eslint-plugin-promise (eslint-plugin-promise)

v5.2.0

Compare Source

  • Updated param-names rule to allow for unused params

v5.1.1

Compare Source

  • Updated docs to include no-callback-in-promise reasons #​215
prettier/prettier (prettier)

v2.8.8

Compare Source

This version is a republished version of v2.8.7.
A bad version was accidentally published and it can't be unpublished, apologies for the churn.

v2.8.7

Compare Source

diff

Allow multiple decorators on same getter/setter (#​14584 by @​fisker)
// Input
class A {
  @​decorator()
  get foo () {}
  
  @​decorator()
  set foo (value) {}
}

// Prettier 2.8.6
SyntaxError: Decorators cannot be applied to multiple get/set accessors of the same name. (5:3)
  3 |   get foo () {}
  4 |   
> 5 |   @​decorator()
    |   ^^^^^^^^^^^^
  6 |   set foo (value) {}
  7 | }

// Prettier 2.8.7
class A {
  @​decorator()
  get foo() {}

  @​decorator()
  set foo(value) {}
}

v2.8.6

Compare Source

diff

Allow decorators on private members and class expressions (#​14548 by @​fisker)
// Input
class A {
  @​decorator()
  #privateMethod () {}
}

// Prettier 2.8.5
SyntaxError: Decorators are not va

</details>

---

### Configuration

📅 **Schedule**: 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](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/shisama/Pulsator-JS).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDIuNCIsInVwZGF0ZWRJblZlciI6IjM5LjU4LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->

@renovate
Copy link
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 2 times, most recently from 25be052 to 3ffd9d9 Compare March 24, 2023 19:47
@renovate renovate bot force-pushed the renovate/all-dependencies branch 2 times, most recently from f71005e to 11c8b94 Compare May 31, 2023 22:06
@renovate renovate bot force-pushed the renovate/all-dependencies branch 2 times, most recently 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
Copy link
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: │ @humanwhocodes/config-array@npm:0.5.0 is deprecated: Use @eslint/config-array instead
➤ YN0061: │ @humanwhocodes/object-schema@npm:1.2.1 is deprecated: Use @eslint/object-schema instead
➤ YN0000: └ Completed in 2s 414ms
➤ YN0000: ┌ Fetch step
➤ YN0000: │ DeprecationWarning: The `util.isDate` API is deprecated.  Please use `arg instanceof Date` instead.
➤ 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 2s 421ms
➤ YN0000: Failed with errors in 4s 843ms

@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
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