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 #18

Merged
merged 1 commit into from
Feb 22, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 23, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config ^2.1.0 -> ^2.6.4 age adoption passing confidence
@types/node (source) ^20.9.4 -> ^20.11.19 age adoption passing confidence
bumpp ^9.2.0 -> ^9.3.0 age adoption passing confidence
bun-types (source) ^1.0.14 -> ^1.0.28 age adoption passing confidence
cz-git (source) ^1.7.1 -> ^1.8.0 age adoption passing confidence
eslint (source) ^8.54.0 -> ^8.56.0 age adoption passing confidence
lint-staged ^15.1.0 -> ^15.2.2 age adoption passing confidence
typescript (source) ^5.3.2 -> ^5.3.3 age adoption passing confidence

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v2.6.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.6.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.6.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.6.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.6.0

Compare Source

   🚀 Features
    View changes on GitHub

v2.5.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.4.6

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.4.5

Compare Source

v2.4.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.4.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.4.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.4.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.4.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.3.4

Compare Source

   🚀 Features
  • Support formatting markdown with the markdown plugin disabled  -  by @​antfu (4aef9)
    View changes on GitHub

v2.3.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.3.2

Compare Source

   🚀 Features
    View changes on GitHub

v2.3.1

Compare Source

   🚀 Features
  • Add graphql to formatters, provide shorthand for enable all formatters  -  by @​antfu (e192d)
    View changes on GitHub

v2.3.0

Compare Source

   🚀 Features
    View changes on GitHub

v2.2.2

Compare Source

   🚀 Features
    View changes on GitHub

v2.2.1

Compare Source

  • Deprecate prettier integration #​346
    View changes on GitHub

v2.2.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.1.2

Compare Source

   🚀 Features
    View changes on GitHub

v2.1.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
antfu/bumpp (bumpp)

v9.3.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v9.2.1

Compare Source

   🚀 Features
    View changes on GitHub
oven-sh/bun (bun-types)

v1.0.28

Compare Source

v1.0.27

Compare Source

v1.0.26

Compare Source

v1.0.25

Compare Source

v1.0.24

Compare Source

v1.0.23

Compare Source

v1.0.22

Compare Source

v1.0.21

Compare Source

v1.0.20

Compare Source

v1.0.19

Compare Source

v1.0.18

Compare Source

v1.0.17

Compare Source

v1.0.16

Compare Source

v1.0.15

Compare Source

Zhengqbbb/cz-git (cz-git)

v1.8.0

Compare Source

Features
  • cz-git,cli: defaultScope support string[] to default-select for checkbox mode (#​148) (a02b7d1), closes #​140

1.7.1 (2023-08-08)

Bug Fixes
eslint/eslint (eslint)

v8.56.0

Compare Source

Features
  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#​17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#​17818) (Arka Pratim Chaudhuri)
Bug Fixes
  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#​17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#​17812) (Bryan Mishkin)
Documentation
  • 9007719 docs: update link in ways-to-extend.md (#​17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#​17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#​17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#​17810) (Zwyx)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)
Chores

v8.55.0

Compare Source

Features

  • 8c9e6c1 feat: importNamePattern option in no-restricted-imports (#​17721) (Tanuj Kanti)

Documentation

  • 83ece2a docs: fix typo --rules -> --rule (#​17806) (OKURA Masafumi)
  • fffca5c docs: remove "Open in Playground" buttons for removed rules (#​17791) (Francesco Trotta)
  • a6d9442 docs: fix correct/incorrect examples of rules (#​17789) (Tanuj Kanti)
  • 383e999 docs: update and fix examples for no-unused-vars (#​17788) (Tanuj Kanti)
  • 5a8efd5 docs: add specific stylistic rule for each deprecated rule (#​17778) (Etienne)

Chores

okonet/lint-staged (lint-staged)

v15.2.2

Compare Source

Patch Changes
  • #​1391 fdcdad4 Thanks @​iiroj! - Lint-staged no longer tries to load configuration from files that are not checked out. This might happen when using sparse-checkout.

v15.2.1

Compare Source

Patch Changes
  • #​1387 e4023f6 Thanks @​iiroj! - Ignore stdin of spawned commands so that they don't get stuck waiting. Until now, lint-staged has used the default settings to spawn linter commands. This means the stdin of the spawned commands has accepted input, and essentially gotten stuck waiting. Now the stdin is ignored and commands will no longer get stuck. If you relied on this behavior, please open a new issue and describe how; the behavior has not been intended.

v15.2.0

Compare Source

Minor Changes
  • #​1371 f3378be Thanks @​iiroj! - Using the --no-stash flag no longer discards all unstaged changes to partially staged files, which resulted in inadvertent data loss. This fix is available with a new flag --no-hide-partially-staged that is automatically enabled when --no-stash is used.
Patch Changes
Microsoft/TypeScript (typescript)

v5.3.3: TypeScript 5.3.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


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 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 changed the title chore(deps): update dependency @types/node to ^20.9.5 chore(deps): update dependency @types/node to ^20.10.0 Nov 24, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 71c49f3 to c1bde73 Compare November 24, 2023 11:06
@renovate renovate bot changed the title chore(deps): update dependency @types/node to ^20.10.0 chore(deps): update all non-major dependencies Nov 27, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 4473c27 to f63fe4a Compare December 3, 2023 20:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from f268a96 to 1753e80 Compare December 11, 2023 12:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 5c38370 to 8e3eaff Compare December 18, 2023 01:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 05d4185 to 66160e7 Compare January 21, 2024 16:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 6c7f7f4 to 7530082 Compare January 30, 2024 23:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from f73be37 to 698a2b7 Compare February 6, 2024 00:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from a422501 to ec9e58f Compare February 15, 2024 17:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ec9e58f to 22e1201 Compare February 17, 2024 09:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 22e1201 to e12315c Compare February 20, 2024 00:25
@chrisbbreuer chrisbbreuer merged commit c276b06 into main Feb 22, 2024
@renovate renovate bot deleted the renovate/all-minor-patch branch February 22, 2024 05:48
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.

1 participant