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

chore(deps): update packages (major) #70

Merged
merged 2 commits into from
Nov 26, 2021
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 9, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) 12.1.4 -> 15.0.0 age adoption passing confidence
@commitlint/config-conventional (source) 12.1.4 -> 15.0.0 age adoption passing confidence
eslint (source) 7.32.0 -> 8.3.0 age adoption passing confidence
eslint-config-airbnb 18.2.1 -> 19.0.1 age adoption passing confidence
eslint-plugin-prettier 3.4.1 -> 4.0.0 age adoption passing confidence
husky (source) 5.2.0 -> 7.0.4 age adoption passing confidence
lint-staged 10.5.4 -> 12.1.2 age adoption passing confidence

Release Notes

conventional-changelog/commitlint

v15.0.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v14.1.0

Compare Source

Note: Version bump only for package @​commitlint/config-angular

v14.0.0

Compare Source

Note: Version bump only for package @​commitlint/cli

13.2.1 (2021-10-09)

Note: Version bump only for package @​commitlint/cli

v13.2.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v13.2.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v13.1.0

Compare Source

Bug Fixes
  • cz-commitlint: fix minor formatting issues (99d8881)

v13.0.0

Compare Source

Features
BREAKING CHANGES
  • minimum node version is 12

12.1.3 (2021-05-12)

Note: Version bump only for package @​commitlint/config-conventional

12.1.2 (2021-04-29)

Note: Version bump only for package @​commitlint/config-conventional

12.1.1 (2021-04-02)

Note: Version bump only for package @​commitlint/config-conventional

eslint/eslint

v8.3.0

Compare Source

Features
  • 60b0a29 feat: add allowProperties option to require-atomic-updates (#​15238) (Milos Djermanovic)
  • 79278a1 feat: update no-use-before-define for class static blocks (#​15312) (Milos Djermanovic)
  • ddd01dc feat: update no-redeclare for class static blocks (#​15313) (Milos Djermanovic)
  • de69cec feat: update no-inner-declarations for class static blocks (#​15290) (Milos Djermanovic)
  • e2fe7ef feat: support for private-in syntax (fixes #​14811) (#​15060) (Yosuke Ota)
  • 34bc8d7 feat: Update espree and eslint-scope (#​15338) (Brandon Mills)
  • b171cd7 feat: update max-depth for class static blocks (#​15316) (Milos Djermanovic)
  • 6487df3 feat: update padded-blocks for class static blocks (#​15333) (Milos Djermanovic)
  • 194f36d feat: update the complexity rule for class static blocks (#​15328) (Milos Djermanovic)
  • 3530337 feat: update the indent rule for class static blocks (#​15324) (Milos Djermanovic)
  • f03cd14 feat: update lines-around-comment for class static blocks (#​15323) (Milos Djermanovic)
  • 5c64747 feat: update brace-style for class static blocks (#​15322) (Milos Djermanovic)
  • df2f1cc feat: update max-statements for class static blocks (#​15315) (Milos Djermanovic)
  • fd5a0b8 feat: update prefer-const for class static blocks (#​15325) (Milos Djermanovic)
  • b3669fd feat: code path analysis for class static blocks (#​15282) (Milos Djermanovic)
  • 15c1397 feat: update eslint-scope for class static blocks (#​15321) (Milos Djermanovic)
  • 1a1bb4b feat: update one-var for class static blocks (#​15317) (Milos Djermanovic)
  • 9b666e0 feat: update padding-line-between-statements for class static blocks (#​15318) (Milos Djermanovic)
  • d3a267f feat: update class-methods-use-this for class static blocks (#​15298) (Milos Djermanovic)
  • cdaa541 feat: update no-lone-blocks for class static blocks (#​15295) (Milos Djermanovic)
  • 8611538 feat: update block-spacing for class static blocks (#​15297) (Milos Djermanovic)
  • 7b56844 feat: update keyword-spacing for class static blocks (#​15289) (Milos Djermanovic)
  • ea18711 feat: update no-extra-semi for class static blocks (#​15287) (Milos Djermanovic)
  • 0f0971f feat: update semi rule for class static blocks (#​15286) (Milos Djermanovic)
  • abe740c feat: add examples for block-scoped-var with class static blocks (#​15302) (Milos Djermanovic)
  • 0338fd2 feat: Normalize ecmaVersion to eslint-scope when using custom parser (#​15268) (Yosuke Ota)
Bug Fixes
  • 8aa7645 fix: update vars-on-top for class static blocks (#​15306) (Milos Djermanovic)
  • 479a4cb fix: update semi-style for class static blocks (#​15309) (Milos Djermanovic)
  • 6d1c666 fix: update no-invalid-this and no-eval for class static blocks (#​15300) (Milos Djermanovic)
Documentation
  • 6b85426 docs: Expand --debug option description in the CLI documentation (#​15308) (darkred)
  • 3ae5258 docs: the strict rule does not apply to class static blocks (#​15314) (Milos Djermanovic)
  • 9309841 docs: Remove inconsistent colon in pull request docs (#​15303) (Jordan Eldredge)
  • da238cc docs: remove deprecation note from lines-around-comment (#​15293) (Milos Djermanovic)
  • 1055f16 docs: no-unused-expressions - class static blocks don't have directives (#​15283) (Milos Djermanovic)
  • 4c55216 docs: Add variables option to no-use-before-define (#​15276) (Mathias Rasmussen)
Chores
  • edd8d24 chore: upgrade eslint-visitor-keys for class static blocks (#​15277) (Milos Djermanovic)

v8.2.0

Compare Source

Features
  • c9fefd2 feat: report class evaluation TDZ errors in no-use-before-define (#​15134) (Milos Djermanovic)
Documentation
  • c415c04 docs: Use string rule severity in CLI examples (#​15253) (Kevin Partington)
  • 12b627d docs: fix typo in working-with-rules.md (#​15233) (Nitin Kumar)
  • a86ffc0 docs: fix broken anchor in configuration files (#​15223) (Pierre Berger)
  • ee8af5f docs: Link to unit tests from rule documentation (#​15207) (Brandon Mills)
  • 1c0ca3c docs: add ci and perf tags for commit (#​15215) (Nitin Kumar)
Build Related
  • 796587a build: upgrade eslint-release to v3.2.0 to support conventional commits (#​15246) (Milos Djermanovic)
Chores

v8.1.0

Compare Source

v8.0.1

Compare Source

v8.0.0

Compare Source

airbnb/javascript

v19.0.1

Compare Source

v19.0.0

Compare Source

prettier/eslint-plugin-prettier

v4.0.0

Compare Source

This breaking change drops support for old versions of ESLint, Prettier and
Node. You must use at least ESLint v7.28.0, Prettier v2.0.0 and Node v12.0.0.
Aside from that, usage of this plugin remains identical.

  • v4 - Drop support for eslint 5/6, prettier 1, node 6/8 (#​429) (acb56f3)
typicode/husky

v7.0.4

Compare Source

No changes. Husky v7.0.3 was reverted, this version is the same as v7.0.2.

v7.0.3

Compare Source

v7.0.2

Compare Source

Fix pre-commit hook in WebStorm (#​1023)

v7.0.1

Compare Source

  • Fix gracefully fail if Git command is not found #​1003 (same as in v6)

v7.0.0

Compare Source

  • Improve .husky/ directory structure. .husky/.gitignore is now unnecessary and can be removed.
  • Improve error output (shorter)
  • Update husky-init CLI
  • Update husky-4-to-7 CLI
  • Drop Node 10 support

Please help me develop and release OSS projects ❤️ on GitHub Sponsors or Open Collective. Thank you for your support!

v6.0.0

Compare Source

After being in early access for Open Source projects and Sponsors for a limited time, I'm happy to announce that husky 6 is MIT again and can be freely used in commercial projects! 🎉

Many thanks to the Open Source projects and Companies which have switched to/sponsored the new husky during this period!


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot requested a review from jpedroschmitz as a code owner March 9, 2021 21:34
@renovate renovate bot changed the title chore(deps): update packages (major) chore(deps): update packages (major) - autoclosed Mar 10, 2021
@renovate renovate bot closed this Mar 10, 2021
@renovate renovate bot deleted the renovate/major-packages branch March 10, 2021 14:57
@renovate renovate bot changed the title chore(deps): update packages (major) - autoclosed chore(deps): update packages (major) Apr 1, 2021
@renovate renovate bot restored the renovate/major-packages branch April 1, 2021 08:50
@renovate renovate bot reopened this Apr 1, 2021
@renovate renovate bot force-pushed the renovate/major-packages branch from 658b716 to 29e5ff4 Compare April 1, 2021 08:50
@changeset-bot
Copy link

changeset-bot bot commented Apr 1, 2021

⚠️ No Changeset found

Latest commit: e3a83a2

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot changed the title chore(deps): update packages (major) chore(deps): update dependency husky to v6 Apr 1, 2021
@renovate renovate bot force-pushed the renovate/major-packages branch 2 times, most recently from 23f1815 to 599173c Compare April 13, 2021 21:03
@renovate renovate bot changed the title chore(deps): update dependency husky to v6 fix(deps): update packages (major) Apr 13, 2021
@renovate renovate bot force-pushed the renovate/major-packages branch from 599173c to 0a4c13b Compare April 14, 2021 15:38
@renovate renovate bot force-pushed the renovate/major-packages branch from 0a4c13b to ebd3adc Compare May 7, 2021 17:03
@renovate renovate bot changed the title fix(deps): update packages (major) chore(deps): update packages (major) Aug 23, 2021
@renovate renovate bot force-pushed the renovate/major-packages branch 2 times, most recently from 2308869 to a2d925a Compare August 30, 2021 21:07
@renovate renovate bot force-pushed the renovate/major-packages branch 2 times, most recently from cfe4cc7 to 8e5d903 Compare November 26, 2021 19:55
@jpedroschmitz jpedroschmitz merged commit e732747 into main Nov 26, 2021
@jpedroschmitz jpedroschmitz deleted the renovate/major-packages branch November 26, 2021 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants