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

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

Merged
merged 1 commit into from
Jan 14, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 14, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sapphire/pieces (source) ^4.2.0 -> ^4.2.1 age adoption passing confidence
@types/node (source) ^20.10.6 -> ^20.11.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^6.18.0 -> ^6.18.1 age adoption passing confidence
@typescript-eslint/parser (source) ^6.18.0 -> ^6.18.1 age adoption passing confidence
@vitest/coverage-v8 (source) ^1.1.3 -> ^1.2.0 age adoption passing confidence
eslint-plugin-prettier ^5.1.2 -> ^5.1.3 age adoption passing confidence
prettier (source) ^3.1.1 -> ^3.2.2 age adoption passing confidence
typedoc (source) ^0.25.6 -> ^0.25.7 age adoption passing confidence
vitest (source) ^1.1.3 -> ^1.2.0 age adoption passing confidence

Release Notes

sapphiredev/pieces (@​sapphire/pieces)

v4.2.1

Compare Source

🐛 Bug Fixes

  • Add deno to the filters for loading TS files (#​373) (6ba9dc5)
  • deps: Update all non-major dependencies (0c68396)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

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

vitest-dev/vitest (@​vitest/coverage-v8)

v1.2.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.1.3

Compare Source

Patch Changes
prettier/prettier (prettier)

v3.2.2

Compare Source

diff

Fix crash when parsing template literal CSS in a JSX style tag using a spread attribute (#​15896 by @​eelco)

For example this code would crash before:

<style {...spread}>{`.{}`}</style>
Fix formatting error on optional call expression and member chain (#​15920 by @​sosukesuzuki)
// Input
a(() => {}, c?.d());

// Prettier 3.2.1
TypeError: Cannot read properties of undefined (reading 'type')

// Prettier 3.2.2
a(() => {}, c?.d());

v3.2.1

Compare Source

diff

Fix formatting error on member chain (#​15915 by @​sosukesuzuki)
// Input
test().test2().test2(thing?.something);

// Prettier 3.2.0
TypeError: Cannot read properties of undefined (reading 'type')

// Prettier 3.2.1
test().test2().test2(thing?.something);

v3.2.0

Compare Source

diff

🔗 Release Notes

TypeStrong/TypeDoc (typedoc)

v0.25.7

Compare Source

Bug Fixes
  • Fixed an issue where a namespace would not be created for merged function-namespaces only containing types, #​2476.
  • Fixed an infinite loop when converting a union type which directly contained another union type which refers to itself, #​2469.

Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 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 renovate bot requested a review from favna as a code owner January 14, 2024 01:13
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 14, 2024
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Jan 14, 2024
@favna favna merged commit 59f061c into main Jan 14, 2024
8 checks passed
@favna favna deleted the renovate/all-minor-patch branch January 14, 2024 10:13
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