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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 25, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@so1ve/eslint-config 1.2.0 -> 1.5.4 age adoption passing confidence
@so1ve/prettier-config 1.2.0 -> 1.5.4 age adoption passing confidence
@types/eslint (source) 8.56.2 -> 8.56.10 age adoption passing confidence
@types/node (source) 20.11.16 -> 20.14.2 age adoption passing confidence
bumpp 9.3.0 -> 9.4.1 age adoption passing confidence
eslint (source) 8.56.0 -> 8.57.0 age adoption passing confidence
pkgroll 2.0.1 -> 2.1.1 age adoption passing confidence
pnpm (source) 8.15.4 -> 8.15.8 age adoption passing confidence
prettier (source) 3.2.5 -> 3.3.2 age adoption passing confidence
typescript (source) 5.3.3 -> 5.4.5 age adoption passing confidence
vite (source) 5.0.12 -> 5.2.13 age adoption passing confidence
vitest (source) 1.2.2 -> 1.6.0 age adoption passing confidence

Release Notes

so1ve/codestyle-config (@​so1ve/eslint-config)

v1.5.4

Compare Source

   🐞 Bug Fixes
  • Inline eslint-plugin-array-func because it's pure ESM  -  by @​so1ve (8430d)
    View changes on GitHub

v1.5.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.5.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.5.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.5.0

Compare Source

   🚨 Breaking Changes
  • Rename use-async-with-await to require-async-with-await  -  by @​so1ve (c302c)
   🐞 Bug Fixes
  • require-async-with-await: Handle constructor, getters and setters  -  by @​so1ve (bd197)
    View changes on GitHub

v1.4.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.3.0

Compare Source

   🚀 Features
    View changes on GitHub
antfu/bumpp (bumpp)

v9.4.1

Compare Source

v9.4.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v9.3.1

Compare Source

   🚀 Features
    View changes on GitHub
eslint/eslint (eslint)

v8.57.0

Compare Source

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)

Documentation

Chores

privatenumber/pkgroll (pkgroll)

v2.1.1

Compare Source

Bug Fixes

v2.1.0

Compare Source

Features

v2.0.2

Compare Source

Bug Fixes
pnpm/pnpm (pnpm)

v8.15.8

Compare Source

v8.15.7

Compare Source

v8.15.6

Compare Source

Patch Changes

  • The exit code of the child process should be preserved on pnpm run #​7817.
  • When sorting packages in a workspace, take into account workspace dependencies specified as peerDependencies #​7813.
  • Add --ignore-scripts argument to prune command #​7836.

Platinum Sponsors

Gold Sponsors

Silver Sponsors

v8.15.5

Compare Source

prettier/prettier (prettier)

v3.3.2

Compare Source

diff

Fix handlebars path expressions starts with @ (#​16358 by @​Princeyadav05)
{{! Input }}
<div>{{@&#8203;x.y.z}}</div>

{{! Prettier 3.3.1 }}
<div>{{@&#8203;x}}</div>

{{! Prettier 3.3.2 }}
<div>{{@&#8203;x.y.z}}</div>

v3.3.1

Compare Source

diff

Preserve empty lines in front matter (#​16347 by @​fisker)
<!-- Input -->
---
foo:
  - bar1

  - bar2

  - bar3
---
Markdown

<!-- Prettier 3.3.0 -->

---
foo:
  - bar1
  - bar2
  - bar3
---

Markdown

<!-- Prettier 3.3.1 -->
---
foo:
  - bar1

  - bar2

  - bar3
---

Markdown
Preserve explicit language in front matter (#​16348 by @​fisker)
<!-- Input -->
---yaml
title: Hello
slug: home
---

<!-- Prettier 3.3.0 -->
---
title: Hello
slug: home
---

<!-- Prettier 3.3.1 -->
---yaml
title: Hello
slug: home
---
Avoid line breaks in import attributes (#​16349 by @​fisker)
// Input
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

// Prettier 3.3.0
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type:
  "json" };

// Prettier 3.3.1
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

v3.3.0

Compare Source

diff

🔗 Release Notes

Microsoft/TypeScript (typescript)

v5.4.5: TypeScript 5.4.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.4: TypeScript 5.4.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.3: TypeScript 5.4.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:

v5.4.2: TypeScript 5.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

vitejs/vite (vite)

v5.2.13

Compare Source

Please refer to CHANGELOG.md for details.

v5.2.12

Compare Source

v5.2.11

Compare Source

v5.2.10

Compare Source

v5.2.9

Compare Source

v5.2.8

Compare Source

v5.2.7

Compare Source

v5.2.6

Compare Source

v5.2.5

Compare Source

v5.2.4

v5.2.3

v5.2.2

v5.2.1

v5.2.0

v5.1.7

Compare Source

Please refer to CHANGELOG.md for details.

v5.1.6

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 added the renovate label Feb 25, 2024
Copy link

stackblitz bot commented Feb 25, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 34eef08 to c9edcfb Compare March 24, 2024 16:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from e00090f to 3ee2ee7 Compare April 4, 2024 20:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 3573920 to 054e9a5 Compare April 12, 2024 18:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from f40481c to 5689001 Compare April 25, 2024 09:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 85b6b89 to c9efd87 Compare May 3, 2024 18:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 2b9182f to f428c95 Compare May 8, 2024 15:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9777114 to 9d440c3 Compare May 17, 2024 13:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e020e7d to 4d3836b Compare May 28, 2024 15:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 52c42b0 to a8471d7 Compare June 5, 2024 09:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e06d7f5 to 40fc497 Compare June 8, 2024 10:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 40fc497 to ecedfb8 Compare June 11, 2024 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants