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

Merged
merged 1 commit into from
Jul 10, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 3, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sapphire/eslint-config (source) 5.0.4 -> 5.0.5 age adoption passing confidence
@swc/core (source) 1.4.17 -> 1.6.13 age adoption passing confidence
@types/cli-progress (source) 3.11.5 -> 3.11.6 age adoption passing confidence
@types/node (source) 20.12.8 -> 20.14.10 age adoption passing confidence
commander 12.0.0 -> 12.1.0 age adoption passing confidence
eslint (source) 9.1.1 -> 9.6.0 age adoption passing confidence
fluent-ffmpeg 2.1.2 -> 2.1.3 age adoption passing confidence
inquirer (source) 9.2.20 -> 9.3.5 age adoption passing confidence
prettier (source) 3.2.5 -> 3.3.2 age adoption passing confidence
tsup (source) 8.0.2 -> 8.1.0 age adoption passing confidence
typescript (source) 5.4.5 -> 5.5.3 age adoption passing confidence
undici (source) 6.15.0 -> 6.19.2 age adoption passing confidence
yarn (source) 3.6.1 -> 3.8.3 age adoption passing confidence

Release Notes

sapphiredev/utilities (@​sapphire/eslint-config)

v5.0.5

Compare Source

🐛 Bug Fixes

  • eslint-config: Bump transient dependencies (f83936d)
  • deps: Update all non-major dependencies (7dc491a)

📝 Documentation

  • eslint-config: Add note on how to use with flat config (875402c)
swc-project/swc (@​swc/core)

v1.6.13

Compare Source

Bug Fixes
Features
Testing

v1.6.12

Compare Source

Bug Fixes
Features
Performance
Refactor

v1.6.7

Compare Source

Bug Fixes
Documentation
  • Use @swc/counter for 3rd-party download count (026ff7e)
Features
Performance
Refactor
  • (es/typescript) Extract type annotation proposal out (#​9127) (dfee5f8)
Testing
Build

v1.6.6

Compare Source

Bug Fixes
Performance

v1.6.5

Compare Source

v1.6.4

Compare Source

Features
Miscellaneous Tasks
Performance
Refactor

v1.6.3

Compare Source

Bug Fixes
Performance
Refactor

v1.6.1

Compare Source

Bug Fixes
Performance

v1.6.0

Compare Source

Features
Performance
Refactor
Testing

v1.5.29

Compare Source

Bug Fixes
Performance

v1.5.28

Compare Source

Bug Fixes

v1.5.27

Compare Source

v1.5.25

Compare Source

Bug Fixes
Features
Performance

v1.5.24

Compare Source

v1.5.23

Compare Source

Bug Fixes

v1.5.22

Compare Source

v1.5.20

Compare Source

v1.5.19

Compare Source

v1.5.11

Compare Source

v1.5.7

Compare Source

Documentation

v1.5.6

Compare Source

Bug Fixes

v1.5.5

Compare Source

Bug Fixes
Refactor

v1.5.3

Compare Source

v1.5.2

Compare Source

v1.5.1

Compare Source

Bug Fixes
  • (es/decorator) Support for legacy decorators in class expressions (#​8892) (8fe57ad)

  • (es/helpers) Remove unused export from _using_ctx.js (#​8891) (438d0b3)

  • (es/minifier) Do not add vars if eval exists (#​8888) (be359fa)

v1.5.0

Compare Source

Bug Fixes
Features
tj/commander.js (commander)

v12.1.0

Compare Source

Added
eslint/eslint (eslint)

v9.6.0

Compare Source

v9.5.0

Compare Source

v9.4.0

Compare Source

v9.3.0

Compare Source

v9.2.0

Compare Source

fluent-ffmpeg/node-fluent-ffmpeg (fluent-ffmpeg)

v2.1.3

Compare Source

SBoudrias/Inquirer.js (inquirer)

v9.3.5

Compare Source

  • Fix issue with plugins relying on internal inquirer packages file structure.

v9.3.4

Compare Source

v9.3.3

Compare Source

v9.3.2

Compare Source

v9.3.1

Compare Source

  • Fix risk of prototype injection.

v9.3.0

Compare Source

  • Replace chalk with picolors.
  • Drop many dependencies in favour of native functions when possible.

No impact expected, but it's a large changes in dependencies. Let us know if you run into any issues upgrading!

v9.2.23

Compare Source

v9.2.22

Compare Source

  • editor prompt: Fixed compatibility issue between default and waitUserInput options. #​1405

v9.2.21

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

egoist/tsup (tsup)

v8.1.0

Compare Source

Features
Microsoft/TypeScript (typescript)

v5.5.3

Compare Source

v5.5.2

Compare Source

nodejs/undici (undici)

v6.19.2

Compare Source

What's Changed

Full Changelog: nodejs/undici@v6.19.1...v6.19.2

v6.19.1

Compare Source

What's Changed

Full Changelog: nodejs/undici@v6.19.0...v6.19.1

v6.19.0

Compare Source

What's Changed

New Contributors

Full Changelog: nodejs/undici@v6.18.2...v6.19.0

v6.18.2

Compare Source

v6.18.1

Compare Source

What's Changed

New Contributors

Full Changelog: nodejs/undici@v6.18.0...v6.18.1

v6.18.0

Compare Source

What's Changed

Full Changelog: nodejs/undici@v6.17.0...v6.18.0

v6.17.0

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - "before 6pm every weekday" in timezone Asia/Kolkata, Automerge - "after 9pm every weekday" in timezone Asia/Kolkata.

🚦 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-approve[bot]
renovate-approve bot previously approved these changes Aug 3, 2023
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Aug 3, 2023
@renovate renovate bot changed the title chore(deps): update dependency @swc/core to v1.3.74 chore(deps): update all non-major dependencies Aug 3, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from fe44fe0 to bc39a2b Compare August 9, 2023 16:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 90df3d8 to 7569edd Compare August 16, 2023 06:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 2da5301 to afa3797 Compare August 24, 2023 18:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4c19560 to b026973 Compare June 28, 2024 21:37
renovate-approve[bot]
renovate-approve bot previously approved these changes Jun 28, 2024
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Jun 28, 2024
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Jun 29, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Jun 29, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 762c48c to d2c7101 Compare July 1, 2024 00:04
renovate-approve[bot]
renovate-approve bot previously approved these changes Jul 1, 2024
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Jul 1, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d2c7101 to 6981acb Compare July 1, 2024 22:24
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Jul 1, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from dff4815 to 8ebd5c0 Compare July 6, 2024 18:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8ebd5c0 to 1e5426f Compare July 7, 2024 20:31
@renovate renovate bot merged commit 7fe9868 into main Jul 10, 2024
4 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch July 10, 2024 14:33
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