Skip to content

chore(deps): update all non-major dependencies#23

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#23
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 13, 2023

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@commitlint/cli (source) 18.4.418.6.1 age confidence devDependencies minor
@commitlint/config-conventional (source) 18.4.418.6.3 age confidence devDependencies minor
@favware/rollup-type-bundler 3.2.13.3.0 age confidence devDependencies minor
@sapphire/framework (source) 5.0.55.5.0 age confidence devDependencies minor
@sapphire/plugin-subcommands (source) 6.0.26.0.3 age confidence dependencies patch
@types/node (source) 20.10.720.19.41 age confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 6.18.06.21.0 age confidence devDependencies minor
@typescript-eslint/parser (source) 6.18.06.21.0 age confidence devDependencies minor
discord.js (source) 14.14.114.26.4 age confidence devDependencies minor
esbuild-plugin-file-path-extensions 2.0.02.1.4 age confidence devDependencies minor
eslint (source) 8.56.08.57.1 age confidence devDependencies minor
eslint-config-prettier 9.1.09.1.2 age confidence devDependencies patch
eslint-import-resolver-typescript 3.6.13.10.1 age confidence devDependencies minor
eslint-plugin-import 2.29.12.32.0 age confidence devDependencies minor
eslint-plugin-prettier 5.1.25.5.5 age confidence devDependencies minor
lint-staged 15.2.015.5.2 age confidence devDependencies minor
ncipollo/release-action v1.13.0v1.21.0 age confidence action minor
prettier (source) 3.1.13.8.3 age confidence devDependencies minor
tslib (source) 2.6.22.8.1 age confidence dependencies minor
tsup (source) 8.0.18.5.1 age confidence devDependencies minor
tsx (source) 4.7.04.22.3 age confidence devDependencies minor
typescript (source) 5.3.35.9.3 age confidence devDependencies minor
yarn (source) 4.0.24.15.0 age confidence packageManager minor

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v18.6.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v18.6.0

Compare Source

Note: Version bump only for package @​commitlint/cli

v18.5.0

Compare Source

Features

18.4.4 (2024-01-04)

Note: Version bump only for package @​commitlint/cli

18.4.3 (2023-11-21)

Note: Version bump only for package @​commitlint/cli

18.4.2 (2023-11-16)

Note: Version bump only for package @​commitlint/cli

18.4.1 (2023-11-12)

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v18.6.3

Compare Source

Bug Fixes

v18.6.2

Compare Source

Bug Fixes

v18.6.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v18.6.0

Compare Source

Features

v18.5.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

18.4.4 (2024-01-04)

Note: Version bump only for package @​commitlint/config-conventional

18.4.3 (2023-11-21)

Note: Version bump only for package @​commitlint/config-conventional

18.4.2 (2023-11-16)

Note: Version bump only for package @​commitlint/config-conventional

favware/rollup-type-bundler (@​favware/rollup-type-bundler)

v3.3.0

Compare Source

🐛 Bug Fixes

  • deps: Update all non-major dependencies (7d3130e)
  • deps: Update dependency rollup to ^4.9.1 (fbb0a45)

🚀 Features

  • Add --output-typings-file-extension to make it possible to customize the output file extension separately from the input file extension (4ec5e88)
sapphiredev/framework (@​sapphire/framework)

v5.5.0

Compare Source

🚀 Features

v5.4.0

Compare Source

🐛 Bug Fixes

🚀 Features

  • Update sapphire dependencies (d3aad6a)

v5.3.7

Compare Source

🐛 Bug Fixes

  • Update result and lexure (c9d86ce)
  • Update code in ClientPermissions and command channel types to match latest discordjs changes (43d7e4a) (#​849 by @​favna)
  • deps: Update all non-major dependencies (e9190b8)

v5.3.6

Compare Source

🐛 Bug Fixes

v5.3.5

Compare Source

🐛 Bug Fixes

v5.3.4

Compare Source

🐛 Bug Fixes

v5.3.3

Compare Source

🐛 Bug Fixes

v5.3.2

Compare Source

🐛 Bug Fixes

v5.3.1

Compare Source

🐛 Bug Fixes

v5.3.0

Compare Source

🐛 Bug Fixes

📝 Documentation

🚀 Features

v5.2.1

Compare Source

🐛 Bug Fixes

  • permissions: Add permissions added by DJS 14.5.2 (7d6a301)
  • deps: Update all non-major dependencies (22f7729)

v5.2.0

Compare Source

🚀 Features

v5.1.0

Compare Source

🚀 Features

v5.0.10

Compare Source

🐛 Bug Fixes

  • Actually fix type bundle (7e7074a)

v5.0.9

Compare Source

🐛 Bug Fixes

v5.0.8

Compare Source

🐛 Bug Fixes

  • Resolved issue with registerOptions not picking up default options correctly (#​738) (2ad21b5)
  • Update sonar project key (b852496)

📝 Documentation

v5.0.7

Compare Source

🐛 Bug Fixes

  • Update transitive sapphire dependencies (fba3ce2)
  • Fixed commonjs typings export mapping (#​718) (d10b4fa)
  • computeDifferences: Check channel types (#​719) (3a1931b)
  • deps: Update all non-major dependencies (#​717) (59f061c)
  • ApplicationCommandRegistries: Add the right ids in the right place (#​716) (34193ef)

v5.0.6

Compare Source

🐛 Bug Fixes

sapphiredev/plugins (@​sapphire/plugin-subcommands)

v6.0.3

Compare Source

🐛 Bug Fixes

  • Update transitive sapphire dependencies (c78017c)
  • Ensure cts file extensions in dist/cjs (#​537) (6f863f8)
  • subcommands: Bump transitive dependencies (6985cbf)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.21.0

Compare Source

🚀 Features
  • export plugin metadata

  • allow parserOptions.project: false

  • eslint-plugin: add rule prefer-find

🩹 Fixes
  • eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression

  • eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values

  • eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions

  • eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option

  • eslint-plugin: [class-literal-property-style] allow getter when same key setter exists

  • eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before as keyword

❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v6.20.0

Compare Source

🚀 Features
  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering
🩹 Fixes
  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result

  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable

  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN

  • eslint-plugin: [prefer-readonly] disable checking accessors

❤️ Thank You
  • Alex Parloti
  • auvred
  • James Browning
  • StyleShit
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v6.19.1

Compare Source

🩹 Fixes
  • type-utils: preventing isUnsafeAssignment infinite recursive calls

  • eslint-plugin: [no-unnecessary-condition] fix false positive for type variable

❤️ Thank You
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v6.19.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-promise-reject-errors] add rule

  • eslint-plugin: [no-array-delete] add new rule

  • eslint-plugin: [no-useless-template-literals] add fix suggestions

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression

  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable

❤️ Thank You
  • auvred
  • Brad Zacher
  • Josh Goldberg ✨
  • Joshua Chen
  • LJX
  • Steven
  • StyleShit

You can read about our versioning strategy and releases on our website.

v6.18.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line

  • eslint-plugin: [no-unnecessary-condition] improve checking optional callee

  • eslint-plugin: [prefer-readonly] support modifiers of unions and intersections

  • eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option

❤️ Thank You
  • auvred
  • James
  • Josh Goldberg ✨
  • YeonJuan

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v6.21.0

Compare Source

🚀 Features
  • allow parserOptions.project: false
❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v6.20.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v6.19.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v6.19.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v6.18.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

discordjs/discord.js (discord.js)

v14.26.4

Compare Source

Bug Fixes
  • MessageCreateAction: Receive DMs in uncached DMChannels again (#​11495) (b8d8812)

v14.26.3

Compare Source

Bug Fixes

  • TeamMember: Allow a default permissions (dced197)

v14.26.2

Compare Source

Bug Fixes

v14.26.1

Compare Source

Bug Fixes

  • Only return DMChannel that have the user as known recipient (#​11478) (67566d0)

v14.26.0

Compare Source

Bug Fixes

Features

Refactor

Typings

v14.25.1

Compare Source

Bug Fixes
  • GuildEmojiManager: Allow CreateGuildExpressions for retrieving author data (#​11288) (0d64ea0)

v14.25.0

Compare Source

Bug Fixes

Documentation

  • MessageManager: Update fetchPins() wording (492039c)

Features

v14.24.2

Compare Source

Bug Fixes

  • GuildMember: JoinedAt possibly being NaN (fb2b728)

v14.24.1

Compare Source

Bug Fixes

Documentation

  • GuildMemberFlagsBitField: Remove duplicate word (abb84ce)

Typings

v14.24.0

Compare Source

Bug Fixes

Features

v14.23.2

Compare Source

Bug Fixes

v14.23.1

Compare Source

Bug Fixes

v14.23.0

Compare Source

Bug Fixes

Documentation

Features

Refactor

  • ActionsManager: Register actions without using class name (#​11080) (0dff969)

Typings

v14.22.1

Compare Source

Bug Fixes

v14.22.0

Compare Source

Bug Fixes

Documentation

Features

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 10am on Saturday"
  • 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed May 13, 2023
@renovate renovate Bot closed this May 13, 2023
@renovate renovate Bot deleted the renovate/all-minor-patch branch May 13, 2023 16:47
@renovate renovate Bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies May 15, 2023
@renovate renovate Bot reopened this May 15, 2023
@renovate renovate Bot restored the renovate/all-minor-patch branch May 15, 2023 20:38
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from aaad006 to 2137ecf Compare May 22, 2023 18:11
@renovate renovate Bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed May 23, 2023
@renovate renovate Bot closed this May 23, 2023
@renovate renovate Bot deleted the renovate/all-minor-patch branch May 23, 2023 21:23
@renovate renovate Bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies May 24, 2023
@renovate renovate Bot reopened this May 24, 2023
@renovate renovate Bot restored the renovate/all-minor-patch branch May 24, 2023 21:41
@renovate renovate Bot changed the title chore(deps): update all non-major dependencies chore(deps): update dependency @sapphire/framework to v4.4.4 May 25, 2023
@renovate renovate Bot changed the title chore(deps): update dependency @sapphire/framework to v4.4.4 chore(deps): update all non-major dependencies May 29, 2023
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from e761d38 to 2bd62f4 Compare June 6, 2023 21:20
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from bead07e to d88500c Compare June 12, 2023 18:54
@renovate renovate Bot changed the title chore(deps): update all non-major dependencies chore(deps): update yarn to v3.6.0 Jun 12, 2023
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 73dc91c to b270766 Compare July 1, 2023 04:29
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 41aa0d9 to c20f8d0 Compare July 9, 2023 09:59
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from a493b88 to 13509cd Compare July 19, 2023 19:27
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 282d5c9 to 8650b0d Compare July 28, 2023 16:19
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 8650b0d to 1107a21 Compare July 31, 2023 20:28
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.

0 participants