Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Merged
merged 1 commit into from
Feb 11, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 11, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-devkit/build-angular ^17.1.2 -> ^17.1.3 age adoption passing confidence
@angular/animations (source) ^17.1.2 -> ^17.1.3 age adoption passing confidence
@angular/cli ^17.1.2 -> ^17.1.3 age adoption passing confidence
@angular/common (source) ^17.1.2 -> ^17.1.3 age adoption passing confidence
@angular/compiler (source) ^17.1.2 -> ^17.1.3 age adoption passing confidence
@angular/compiler-cli (source) ^17.1.2 -> ^17.1.3 age adoption passing confidence
@angular/core (source) ^17.1.2 -> ^17.1.3 age adoption passing confidence
@angular/forms (source) ^17.1.2 -> ^17.1.3 age adoption passing confidence
@angular/platform-browser (source) ^17.1.2 -> ^17.1.3 age adoption passing confidence
@angular/platform-browser-dynamic (source) ^17.1.2 -> ^17.1.3 age adoption passing confidence
@angular/router (source) ^17.1.2 -> ^17.1.3 age adoption passing confidence
@skyra/discord-components-core (source) ^4.0.0-alpha.6 -> ^4.0.0-alpha.12 age adoption passing confidence
@skyra/discord-components-react (source) ^4.0.0-alpha.6 -> ^4.0.0-alpha.12 age adoption passing confidence
@types/node (source) ^20.11.16 -> ^20.11.17 age adoption passing confidence
@types/react (source) ^18.2.52 -> ^18.2.55 age adoption passing confidence
@types/react-dom (source) ^18.2.18 -> ^18.2.19 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.0.3 -> ^5.0.4 age adoption passing confidence
nuxt (source) ^3.10.0 -> ^3.10.1 age adoption passing confidence
vite (source) ^5.0.12 -> ^5.1.1 age adoption passing confidence
vue (source) ^3.4.15 -> ^3.4.18 age adoption passing confidence

Release Notes

angular/angular-cli (@​angular-devkit/build-angular)

v17.1.3

Compare Source

@​angular-devkit/build-angular
Commit Type Description
3de3aa170 fix allow ./ baseHref when using vite based server
17f47a3c9 fix ensure WebWorker main entry is used in output code
angular/angular (@​angular/animations)

v17.1.3

Compare Source

compiler-cli
Commit Type Description
bc4a6a9715 fix do not error due to multiple components named equally (#​54273)
a997e08c6f fix handle default imports in defer blocks (#​53695)
63a9027720 fix interpolatedSignalNotInvoked diagnostic for model signals (#​54338)
40e1edc977 fix properly catch fatal diagnostics in type checking (#​54309)
9f6605d11b fix support jumping to definitions of signal-based inputs (#​54233)
core
Commit Type Description
7df133dcc2 fix afterRender hooks should allow updating state (#​54074)
744e20641a fix Fix possible infinite loop with markForCheck by partially reverting #​54074 (#​54329)
0fb114274c fix update imports to be compatible with rxjs 6 (#​54193)
router
Commit Type Description
238f2a8bc9 fix Clear internal transition when navigation finalizes (#​54261)
skyra-project/discord-components (@​skyra/discord-components-core)

v4.0.0-alpha.12

Compare Source

Bug Fixes
  • code: remove language class, it aint working chief (325d188)

v4.0.0-alpha.11

Compare Source

Bug Fixes
  • only apply embed styling when required (36b3b7a)

v4.0.0-alpha.10

Compare Source

Features
  • code: add language property for multiline and add a PrismJS language class when set (c72c9b8)

v4.0.0-alpha.9

Compare Source

Bug Fixes
  • link: remove font-weight: normal which prevents weight styled when nested (caca673)

v4.0.0-alpha.8

Compare Source

Bug Fixes

v4.0.0-alpha.7

Compare Source

Bug Fixes
  • button: call checkType at render (5ad7ecf)
Features
  • add discord-header component (5552c6a)
vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.0.4

nuxt/nuxt (nuxt)

v3.10.1

Compare Source

3.10.1 is a regularly-scheduled patch release.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

nuxi upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the vue and unjs ecosystems.

👉 Changelog

compare changes

🔥 Performance
  • nuxt: Clear route meta build cache when pages change (#​25514)
🩹 Fixes
  • nuxt: Fix syntax error when serializing route meta (#​25515)
  • nuxt: Only request animation frame on client (#​25569)
  • schema: Correctly set value for app.viewTransition (#​25581)
  • nuxt: Correct return type of refresh functions (#​25568)
  • nuxt: Broadcast cookie change in correct format (#​25598)
  • nuxt: Generate typed route declarations when building (#​25593)
  • nuxt: Remove key from useId type signature (#​25614)
  • nuxt: Remove $ from generated id in useId (#​25615)
  • nuxt: Don't set default rel for same-site external links (#​25600)
  • nuxt: Warn if inheritAttrs: false when using useId (#​25616)
  • nuxt: Fetch non-server rendered islands when hydrating (#​25613)
  • nuxt: Don't check page/layout usage when redirecting (#​25628)
💅 Refactors
📖 Documentation
  • Correct typo (#​25523)
  • Add and link to a section on Nuxt context (#​23546)
  • Explain how to set <NuxtLink> defaults in nuxt config (#​25610)
🏡 Chore
  • Use pathe in internal tests (e33cec958)
  • nuxt: Rename nuxt -> nuxtApp internally for consistency (c5d5932f5)
🤖 CI
  • Fix playwright cache (#​25527)
  • Retry flaky test when running in Windows with Webpack (#​25536)
  • Retry flaky test when running in Windows with Webpack (#​25543)
  • Retry flaky test when using Webpack (#​25550)
  • Simplify label PR workflow (#​25579)
❤️ Contributors
vitejs/vite (vite)

v5.1.1

v5.1.0

vuejs/core (vue)

v3.4.18

Compare Source

Bug Fixes

v3.4.17

Compare Source

Reverts

v3.4.16

Compare Source

Bug Fixes
Reverts

Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from favna as a code owner February 11, 2024 01:39
@favna favna merged commit 7cba354 into main Feb 11, 2024
10 checks passed
@favna favna deleted the renovate/all-minor-patch branch February 11, 2024 10:18
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant