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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 13, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@commitlint/cli (source) 18.4.4 -> 18.6.1 age adoption passing confidence devDependencies minor
@commitlint/config-conventional (source) 18.4.4 -> 18.6.3 age adoption passing confidence devDependencies minor
@favware/rollup-type-bundler 3.2.1 -> 3.3.0 age adoption passing confidence devDependencies minor
@sapphire/framework (source) 5.0.5 -> 5.2.1 age adoption passing confidence devDependencies minor
@sapphire/plugin-subcommands (source) 6.0.2 -> 6.0.3 age adoption passing confidence dependencies patch
@types/node (source) 20.10.7 -> 20.14.13 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 6.18.0 -> 6.21.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 6.18.0 -> 6.21.0 age adoption passing confidence devDependencies minor
discord.js (source) 14.14.1 -> 14.15.3 age adoption passing confidence devDependencies minor
esbuild-plugin-file-path-extensions 2.0.0 -> 2.1.2 age adoption passing confidence devDependencies minor
eslint (source) 8.56.0 -> 8.57.0 age adoption passing confidence devDependencies minor
eslint-plugin-prettier 5.1.2 -> 5.2.1 age adoption passing confidence devDependencies minor
lint-staged 15.2.0 -> 15.2.7 age adoption passing confidence devDependencies patch
ncipollo/release-action v1.13.0 -> v1.14.0 age adoption passing confidence action minor
prettier (source) 3.1.1 -> 3.3.3 age adoption passing confidence devDependencies minor
tslib (source) 2.6.2 -> 2.6.3 age adoption passing confidence dependencies patch
tsup (source) 8.0.1 -> 8.2.3 age adoption passing confidence devDependencies minor
tsx (source) 4.7.0 -> 4.16.3 age adoption passing confidence devDependencies minor
turbo (source) 1.11.3 -> 1.13.4 age adoption passing confidence devDependencies minor
typescript (source) 5.3.3 -> 5.5.4 age adoption passing confidence devDependencies minor
yarn (source) 4.0.2 -> 4.3.1 age adoption passing 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

Full Changelog: conventional-changelog/commitlint@v18.6.2...v18.6.3

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.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.15.3

Compare Source

Bug Fixes

Refactor

Typings

v14.15.2

Compare Source

Bug Fixes

v14.15.1

Compare Source

Bug Fixes

v14.15.0

Compare Source

Bug Fixes

Documentation

Features

Performance

  • Presence: Prefer boolean client status comparison before activity checks (#​10213) (4ad2858)

Refactor

Typings

favware/esbuild-plugin-file-path-extensions (esbuild-plugin-file-path-extensions)

v2.1.2

Compare Source

🐛 Bug Fixes

  • Check path starts with deps instead of equality for subpath import support (c4961f3) (#​112)

v2.1.1

Compare Source

🐛 Bug Fixes

  • Explicitly set to CJS mode when tsup sets the format to CJS (950d459)
  • Scan dependencies and do not append extensions for those (d6bcf76)

📝 Documentation

  • readme: Update table of contents (ebd9570)

v2.1.0

Compare Source

🚀 Features

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

  • 84922d0 docs: Show prerelease version in dropdown (#​18139) (Nicholas C. Zakas)
  • 5b8c363 docs: Switch to Ethical Ads (#​18117) (Milos Djermanovic)
  • 77dbfd9 docs: show NEXT in version selectors ([#​

Configuration

📅 Schedule: Branch creation - "before 10am on Saturday" (UTC), 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 5e34fbf to bbfe377 Compare June 22, 2024 08:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from ca89c68 to 651b6ce Compare July 1, 2024 20:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a7c3d92 to 478fcc4 Compare July 5, 2024 19:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 3602eb9 to bd8b996 Compare July 19, 2024 12:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from df63f4a to c47e87c Compare July 24, 2024 16:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c47e87c to 3ab1b36 Compare July 28, 2024 14:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3ab1b36 to 55fad7a Compare July 31, 2024 04:41
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

0 participants