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

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 27, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@napi-rs/canvas ^0.1.41 -> ^0.1.47 age adoption passing confidence dependencies patch
@types/amqplib (source) ^0.10.1 -> ^0.10.4 age adoption passing confidence devDependencies patch
actions/checkout v3.5.3 -> v3.6.0 age adoption passing confidence action minor
actions/setup-node v3.6.0 -> v3.8.2 age adoption passing confidence action minor
concurrently ^8.2.0 -> ^8.2.2 age adoption passing confidence devDependencies patch
discord.js (source) ^14.11.0 -> ^14.14.1 age adoption passing confidence dependencies minor
dotenv ^16.3.1 -> ^16.4.5 age adoption passing confidence dependencies minor
moment (source) ^2.29.4 -> ^2.30.1 age adoption passing confidence dependencies minor
pino-pretty ^10.0.0 -> ^10.3.1 age adoption passing confidence dependencies minor
pnpm/action-setup v2.2.4 -> v2.4.0 age adoption passing confidence action minor
rimraf ^5.0.1 -> ^5.0.5 age adoption passing confidence devDependencies patch
tslib (source) ^2.5.3 -> ^2.6.2 age adoption passing confidence dependencies minor

Release Notes

Brooooooklyn/canvas (@​napi-rs/canvas)

v0.1.47

Compare Source

Bug Fixes

v0.1.46

Compare Source

Bug Fixes

v0.1.45

Compare Source

Bug Fixes
Features

v0.1.44

Compare Source

Bug Fixes
  • file extensions in loadFontsFromDir() are no longer case-sensitive (9342e33)

v0.1.43

Compare Source

v0.1.42

Compare Source

Bug Fixes
Features
actions/checkout (actions/checkout)

v3.6.0

Compare Source

actions/setup-node (actions/setup-node)

v3.8.2

Compare Source

What's Changed

Full Changelog: actions/setup-node@v3...v3.8.2

v3.8.1

Compare Source

What's Changed

In scope of this release, the filter was removed within the cache-save step by @​dmitry-shibanov in https://github.com/actions/setup-node/pull/831. It is filtered and checked in the toolkit/cache library.

Full Changelog: actions/setup-node@v3...v3.8.1

v3.8.0

Compare Source

What's Changed
Bug fixes:
Feature implementations:
Documentation changes:
Update dependencies:
New Contributors

Full Changelog: actions/setup-node@v3...v3.8.0

v3.7.0

Compare Source

What's Changed

In scope of this release we added a logic to save an additional cache path for yarn 3 (related pull request and feature request). Moreover, we added functionality to use all the sub directories derived from cache-dependency-path input and add detect all dependencies directories to cache (related pull request and feature request).

Besides, we made such changes as:

New Contributors

Full Changelog: actions/setup-node@v3...v3.7.0

open-cli-tools/concurrently (concurrently)

v8.2.2

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v8.2.1...v8.2.2

v8.2.1

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v8.2.0...v8.2.1

discordjs/discord.js (discord.js)

v14.14.1

Compare Source

Bug Fixes

Documentation

Refactor

Typings

v14.14.0

Compare Source

Bug Fixes

  • Client: Ensure destroyed connections are not ready (#​9942) (b5e23ec)
  • Webhook: Do not call client.deleteWebhook in delete (#​9786) (31d914e)
  • GuildManager#fetch: Inject shard id (#​9921) (85753a9)
  • Prevent 'undefined' debug message on intentional shard closure (#​9846) (0e0b85b)
  • Role: Calculate position correctly when rawPositions are equal (#​9871) (0529b2a)
  • GuildScheduledEvent: Use if...else pattern and handle partials (#​9802) (32d614c)

Documentation

Features

Refactor

Typings

v14.13.0

Compare Source

Bug Fixes

Documentation

Features

Typings

v14.12.1

Compare Source

Bug Fixes

v14.12.0

Compare Source

Bug Fixes

Documentation

Features

Performance

Refactor

  • User: Remove deprecation warning from tag (#​9660) (cf8012c)
  • GuildMember: Make _roles property non-enumerable (#​9387) (46167a7)
  • rest: Switch api to fetch-like and provide strategies (#​9416) (cdaa0a3)
    • BREAKING CHANGE: NodeJS v18+ is required when using node due to the use of global fetch
    • BREAKING CHANGE: The raw method of REST now returns a web compatible Respone object.
    • BREAKING CHANGE: The parseResponse utility method has been updated to operate on a web compatible Response object.
    • BREAKING CHANGE: Many underlying internals have changed, some of which were exported.
    • BREAKING CHANGE: DefaultRestOptions used to contain a default agent, which is now set to null instead.

Typings

  • MessageManager: Allow comparison of messages again (#​9612) (a48d0ef)
  • AutoModerationActionExecution: Add forum channels as a possible type in channel() (#​9623) (d64330a)
  • ModalSubmitFields: Components is an array (#​9406) (1cab79f)
  • Use readonly arrays and const type parameters in places (#​9641) (cd69868)
  • BaseInteraction: appPermissions not null in guilds (#​9601) (6c2242f)
motdotla/dotenv (dotenv)

v16.4.5

Compare Source

Changed
  • 🐞 fix recent regression when using path option. return to historical behavior: do not attempt to auto find .env if path set. (regression was introduced in 16.4.3) #​814

v16.4.4

Compare Source

Changed
  • 🐞 Replaced chaining operator ?. with old school && (fixing node 12 failures) #​812

v16.4.3

Compare Source

Changed
  • Fixed processing of multiple files in options.path #​805

v16.4.2

Compare Source

Changed

v16.4.1

Compare Source

  • Patch support for array as path option #​797

v16.4.0

Compare Source

  • Add error.code to error messages around .env.vault decryption handling #​795
  • Add ability to find .env.vault file when filename(s) passed as an array #​784

v16.3.2

Compare Source

Added
  • Add debug message when no encoding set #​735
Changed
  • Fix output typing for populate #​792
  • Use subarray instead of slice #​793
moment/moment (moment)

v2.30.1

Compare Source

v2.30.0

Compare Source

  • Release Dec 26, 2023
pinojs/pino-pretty (pino-pretty)

v10.3.1

Compare Source

What's Changed

New Contributors

Full Changelog: pinojs/pino-pretty@v10.3.0...v10.3.1

v10.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: pinojs/pino-pretty@v10.2.3...v10.3.0

v10.2.3

Compare Source

What's Changed

New Contributors

Full Changelog: pinojs/pino-pretty@v10.2.2...v10.2.3

v10.2.2

Compare Source

What's Changed

Full Changelog: pinojs/pino-pretty@v10.2.0...v10.2.2

v10.2.1

Compare Source

v10.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: pinojs/pino-pretty@v10.1.0...v10.2.0

v10.1.0

Compare Source

What's Changed

  • Add customColors to typescript definition for PrettyOptions by [@&#820

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 satoufuyuki as a code owner June 27, 2023 17:09
@renovate renovate bot changed the title fix(deps): update dependency tslib to ^2.6.0 chore(deps): update all non-major dependencies Jul 1, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 7846d6c to e9e6b89 Compare July 5, 2023 16:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from d1ea30c to acdf704 Compare July 26, 2023 13:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 8a8a6ac to 42677a9 Compare August 5, 2023 13:32
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Aug 8, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from c555e06 to b2b19a4 Compare August 14, 2023 13:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from f7719d2 to 1b5699b Compare August 22, 2023 18:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 5e7604d to ef85dbc Compare October 4, 2023 17:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1260800 to 1147244 Compare October 12, 2023 23:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from aebde9e to 53fbc92 Compare October 23, 2023 16:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 72304c0 to 28b9525 Compare October 31, 2023 09:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from fcc23a4 to 3457ae3 Compare November 12, 2023 22:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 439b447 to 20718bf Compare December 27, 2023 13:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ac0bcbf to 40e0fdf Compare January 24, 2024 18:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from fbdd397 to 5e583f4 Compare February 10, 2024 22:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from e5d2670 to b9c0863 Compare February 19, 2024 15:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants