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 all non-major dependencies #39

Merged
merged 2 commits into from
Sep 30, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 23, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) ^17.6.6 -> ^17.7.1 age adoption passing confidence
@types/node (source) ^18.16.19 -> ^18.18.0 age adoption passing confidence
@vitest/coverage-istanbul (source) ^0.33.0 -> ^0.34.5 age adoption passing confidence
cz-git (source) ^1.7.0 -> ^1.7.1 age adoption passing confidence
eslint (source) ^8.45.0 -> ^8.50.0 age adoption passing confidence
lint-staged ^13.2.3 -> ^13.3.0 age adoption passing confidence
typescript (source) ^5.1.6 -> ^5.2.2 age adoption passing confidence
vite (source) ^4.4.4 -> ^4.4.9 age adoption passing confidence
vitest ^0.33.0 -> ^0.34.5 age adoption passing confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v17.7.1

Compare Source

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

v17.7.0

Compare Source

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

17.6.7 (2023-07-19)

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

17.6.6 (2023-06-24)

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

17.6.5 (2023-05-30)

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

17.6.3 (2023-05-04)

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

17.6.1 (2023-04-14)

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

v17.6.7

Compare Source

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

vitest-dev/vitest (@​vitest/coverage-istanbul)

v0.34.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.34.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.34.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.34.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.34.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.34.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
  • Deprecate deps.registerNodeLoader  -  by @​sheremet-va (7f45b)
    • This option was introduced to support aliasing inside external packages. Please, use deps.optimizer.web instead. If you test Node.js applications, consider adding external packages to server.deps.inline.
    View changes on GitHub
Zhengqbbb/cz-git (cz-git)

v1.7.1

Compare Source

Bug Fixes
eslint/eslint (eslint)

v8.50.0

Compare Source

Features

  • 27d5a9e feat: add suggestions to array-callback-return (#​17590) (Tanuj Kanti)
  • f9082ff feat: flat-rule-tester make sure default config always matches (#​17585) (fnx)
  • 83914ad feat: Implement SourceCode#applyInlineConfig() (#​17351) (Nicholas C. Zakas)
  • 22a5582 feat: add rule no-object-constructor, deprecate no-new-object (#​17576) (Francesco Trotta)
  • 85a3d9e feat: allowVoid option in array-callback-return (#​17564) (Tanuj Kanti)

Bug Fixes

  • cc4d26b fix: Ensure deprecated context.parserServices warns (#​17593) (Nicholas C. Zakas)
  • 1ea4cfb fix: Ensure all RuleTester tests all deprecated context methods (#​17587) (Nicholas C. Zakas)
  • aa1b657 fix: wrong suggestion and message in no-misleading-character-class (#​17571) (Yosuke Ota)

Documentation

  • 1800537 docs: Fix and standardize JSX code examples (#​17591) (Francesco Trotta)
  • 48a44a7 docs: Add correct/incorrect tags to prefer-arrow-callback (#​17589) (Francesco Trotta)
  • 20893d4 docs: fix incorrect tag's place (#​17575) (Tanuj Kanti)
  • bd7a71f docs: Update README (GitHub Actions Bot)

Chores

v8.49.0

Compare Source

Features

  • da09f4e feat: Implement onUnreachableCodePathStart/End (#​17511) (Nicholas C. Zakas)
  • 32b2327 feat: Emit deprecation warnings in RuleTester (#​17527) (Nicholas C. Zakas)
  • acb7df3 feat: add new enforce option to lines-between-class-members (#​17462) (Nitin Kumar)

Documentation

  • ecfb54f docs: Update README (GitHub Actions Bot)
  • de86b3b docs: update no-promise-executor-return examples (#​17529) (Nitin Kumar)
  • 032c4b1 docs: add typescript template (#​17500) (James)
  • cd7da5c docs: Update README (GitHub Actions Bot)

Chores

v8.48.0

Compare Source

Features
  • 1fbb3b0 feat: correct update direction in for-direction (#​17483) (Francesco Trotta)
  • d73fbf2 feat: rule tester do not create empty valid or invalid test suites (#​17475) (fnx)
  • ee2f718 feat: Allow void in rule no-promise-executor-return (#​17282) (nopeless)
Bug Fixes
  • 7234f6a fix: update RuleTester JSDoc and deprecations (#​17496) (Jonas Berlin)
Documentation
  • 7a51d77 docs: no-param-reassign mention strict mode (#​17494) (Stephen Hardy)
  • 9cd7ac2 docs: add fetch script to package.json conventions (#​17459) (Nitin Kumar)
  • cab21e6 docs: advice for inline disabling of rules (#​17458) (Ashish Yadav)
  • 056499d docs: fix example of flat config from plugin (#​17482) (Francesco Trotta)
  • 9e9edf9 docs: update documentation URL in error message (#​17465) (Nitin Kumar)
Chores

v8.47.0

Compare Source

Features

  • 53d7508 feat: update regex for methods with thisArg (#​17439) (Francesco Trotta)

Bug Fixes

  • 631648e fix: do not report on shadowed constructors in no-new-wrappers (#​17447) (Francesco Trotta)

Documentation

Chores

v8.46.0

Compare Source

Features

  • 8a93438 feat: require-unicode-regexp support v flag (#​17402) (SUZUKI Sosuke)
  • 1a2f966 feat: no-useless-escape support v flag (#​17420) (Yosuke Ota)
  • ee68d1d feat: no-empty-character-class support v flag (#​17419) (Milos Djermanovic)
  • 853d32b feat: deprecate no-return-await (#​17417) (Carlos Lopez)
  • d4f02e4 feat: no-control-regex support v flag (#​17405) (Yosuke Ota)
  • 2a35f3e feat: prefer-named-capture-group support v flag (#​17409) (Yosuke Ota)
  • 8ca8b50 feat: Better error message for flat config plugins (#​17399) (Nicholas C. Zakas)
  • 509f753 feat: no-misleading-character-class support v flag (#​17406) (Yosuke Ota)
  • 3caf514 feat: no-regex-spaces support v flag (#​17407) (Yosuke Ota)
  • b7fad2b feat: prefer-regex-literals support v flag (#​17410) (Yosuke Ota)
  • a6a3ad4 feat: no-useless-backreference support v flag (#​17408) (Yosuke Ota)
  • 94954a7 feat: no-invalid-regexp support v flag (#​17404) (Yosuke Ota)
  • 1af6eac feat: adds option for allowing empty object patterns as parameter ([#​1

Configuration

📅 Schedule: Branch creation - "before 4am on Wednesday" in timezone Europe/Berlin, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from mheob as a code owner August 23, 2023 00:25
@changeset-bot
Copy link

changeset-bot bot commented Aug 23, 2023

🦋 Changeset detected

Latest commit: 9cae20e

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@mheob/changeset-changelog Patch

Not sure what this means? Click here to learn what changesets are.

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from f357724 to 0a1a557 Compare August 31, 2023 00:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 1d21494 to 2f7d984 Compare September 11, 2023 21:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 186302a to d6c90b4 Compare September 24, 2023 16:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 8eadc8d to c95419f Compare September 28, 2023 22:50
@sonarcloud
Copy link

sonarcloud bot commented Sep 30, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@kodiakhq kodiakhq bot merged commit 5b1f068 into main Sep 30, 2023
10 checks passed
@kodiakhq kodiakhq bot deleted the renovate/all-minor-patch branch September 30, 2023 08:17
kodiakhq bot pushed a commit that referenced this pull request Oct 24, 2023
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.


# Releases
## @mheob/changeset-changelog@3.0.1

### Patch Changes

-   [#31](#31) ([@mheob](https://github.com/mheob)): update dependencies

-   [#47](#47) ([@renovate](https://github.com/apps/renovate)): chore(deps): update
    dependency lint-staged to v15

-   [#39](#39) ([@renovate](https://github.com/apps/renovate)): chore(deps): update
    all non-major dependencies

-   [#44](#44) ([@renovate](https://github.com/apps/renovate)): chore(deps): update
    all non-major dependencies

-   [#45](#45) ([@dependabot](https://github.com/apps/dependabot)):
    chore(deps-dev): [security] bump @babel/traverse from 7.23.0 to 7.23.2

-   [#43](#43) ([@mheob](https://github.com/mheob)): chore(deps): update
    dependencies


Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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

1 participant