Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

fix(deps): update all non-major dependencies #1417

Merged
merged 1 commit into from
Jul 9, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 20, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@discordjs/voice (source) ^0.16.1 -> ^0.17.0 age adoption passing confidence
@swc/cli 0.3.12 -> 0.4.0 age adoption passing confidence
@swc/core (source) 1.4.16 -> 1.6.13 age adoption passing confidence
@types/i18n (source) 0.13.10 -> 0.13.12 age adoption passing confidence
@types/node (source) 20.12.7 -> 20.14.10 age adoption passing confidence
got 14.2.1 -> 14.4.1 age adoption passing confidence
prettier (source) ^3.2.5 -> ^3.3.2 age adoption passing confidence
rimraf ^5.0.5 -> ^5.0.9 age adoption passing confidence
soundcloud.ts ^0.5.2 -> ^0.5.3 age adoption passing confidence
tslib (source) 2.6.2 -> 2.6.3 age adoption passing confidence
youtubei (source) 1.4.4 -> 1.5.4 age adoption passing confidence

Release Notes

discordjs/discord.js (@​discordjs/voice)

v0.17.0

Compare Source

Bug Fixes

Documentation

  • Split docs.api.json into multiple json files (597340f)
  • create-discord-bot: Support bun in create-discord-bot (#​9798) (7157748)
  • Update Node.js requirement to 16.11.0 (#​9764) (188877c)
  • Include StreamType enum description in new docs (#​9457) (36216c0)
  • Generate static imports for types with api-extractor (98a76db)

Features

  • Local and preview detection (79fbda3)

Refactor

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

v1.4.17

Compare Source

Bug Fixes
sindresorhus/got (got)

v14.4.1

Compare Source

v14.4.0

Compare Source

v14.3.0

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

isaacs/rimraf (rimraf)

v5.0.9

Compare Source

v5.0.8

Compare Source

v5.0.7

Compare Source

v5.0.6

Compare Source

Tenpi/soundcloud.ts (soundcloud.ts)

v0.5.3

Compare Source

Microsoft/tslib (tslib)

v2.6.3

Compare Source

What's Changed

Full Changelog: microsoft/tslib@v2.6.2...v2.6.3

SuspiciousLookingOwl/youtubei (youtubei)

v1.5.4

Compare Source

v1.5.3

Compare Source

v1.5.2

Compare Source

v1.5.1

Compare Source

v1.5.0

Compare Source

v1.4.5

Compare Source


Configuration

📅 Schedule: Branch creation - "before 6am" in timezone Asia/Jakarta, 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 mzrtamp as a code owner April 20, 2024 19:14
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Apr 20, 2024
@renovate renovate bot requested review from Mednoob and noxzym as code owners April 20, 2024 19:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0b868df to 284d676 Compare April 23, 2024 07:51
@renovate renovate bot changed the title chore(deps): update dependency @types/i18n to v0.13.11 fix(deps): update all non-major dependencies Apr 23, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 9705264 to ac51ca8 Compare April 27, 2024 12:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from d5bed72 to 445cfdf Compare May 8, 2024 13:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 9a99a6a to 17789d1 Compare May 15, 2024 06:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 21c3d9d to 392b6e4 Compare May 20, 2024 07:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 0fdba0a to 3bcfc62 Compare May 31, 2024 19:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 15 times, most recently from ef8daa4 to 01a57e1 Compare June 22, 2024 08:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from cba3266 to 6aa5e8f Compare June 29, 2024 12:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 6599a09 to 45a98f2 Compare July 9, 2024 01:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 45a98f2 to fba9982 Compare July 9, 2024 04:21
@mzrtamp mzrtamp merged commit 16cfdd3 into main Jul 9, 2024
2 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch July 9, 2024 09:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant