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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 22, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@​iconify/collections ^1.0.455 -> ^1.0.457 age adoption passing confidence
@nuxt/eslint-config (source) ^0.5.5 -> ^0.5.6 age adoption passing confidence
@nuxthub/core (source) ^0.7.9 -> ^0.7.10 age adoption passing confidence
@types/node (source) ^22.5.2 -> ^22.5.4 age adoption passing confidence
eslint (source) ^9.9.1 -> ^9.10.0 age adoption passing confidence
playwright-core (source) ^1.46.1 -> ^1.47.0 age adoption passing confidence
vue-tsc (source) ^2.1.4 -> ^2.1.6 age adoption passing confidence
wrangler (source) ^3.74.0 -> ^3.75.0 age adoption passing confidence

Release Notes

nuxt/eslint (@​nuxt/eslint-config)

v0.5.6

Compare Source

   🚀 Features
    View changes on GitHub
nuxt-hub/core (@​nuxthub/core)

v0.7.10

Compare Source

compare changes

🚀 Enhancements
  • kv: Add support for ttl (#​265)
  • Add support for defining compatibility date & flags (#​264)
🩹 Fixes
  • blob: Handle FileList in useUpload (#​260)
❤️ Contributors
eslint/eslint (eslint)

v9.10.0

Compare Source

microsoft/playwright (playwright-core)

v1.47.0

Compare Source

vuejs/language-tools (vue-tsc)

v2.1.6

Compare Source

Features
  • language-plugin-pug: support initial indentation (#​4774)
  • language-service: JSDoc display support when typing props on component template (#​4796) - Thanks to @​joy-yu!
  • language-core: typed directives in template (#​4807) - Thanks to @​KazariEX!
Bug Fixes
  • language-core: wrap template refs with unref in interpolation (#​4777) - Thanks to @​KazariEX!
  • language-core: ensure to pass tsc on inline global types (#​4782) - Thanks to @​KazariEX!
  • language-core: infer native template ref as build-in element interface (#​4786) - Thanks to @​KazariEX!
  • language-core: generate __VLS_StyleModules after template (#​4790) - Thanks to @​KazariEX!
  • language-core: make expose of non-generic template ref required (#​4795) - Thanks to @​zhiyuanzmj!
  • language-core: avoid using __typeProps with runtime props (#​4800) - Thanks to @​KazariEX!
  • language-core: ignore unknown attrs error when strictTemplates is not enabled (#​4785)
  • language-core: prevent append globalTypes to virtual file (#​4806) - Thanks to @​zhiyuanzmj!
  • language-core: prevent type error when use defineSlots and non-template (#​4809) - Thanks to @​zhiyuanzmj!
  • typescript-plugin: disconnect socket on error (#​4672)
Performance
  • language-core: don't emit event lnlayhint when content is none (#​4776) - Thanks to @​Gehbt!
Other Changes
  • language-core: split __VLS_templateResult (#​4781) - Thanks to @​KazariEX!
  • language-core: wrap template virtual code into a function (#​4784)
  • language-core: move templateRef into composibles (#​4791) - Thanks to @​KazariEX!
  • language-core: generate global types for the first parsed Vue component if cannot write global types file
Tests
  • language-server: add renaming case for template ref() (#​4794) - Thanks to @​KazariEX!
  • tsc: update to Vue 3.5 (#​4725)
  • tsc: unknown props on non-strict generic component (#​4792)

v2.1.5

Compare Source

Features
  • typescript-plugin, language-server: generate global types file into node_modules/.vue-global-types (#​4752) - Thanks to @​KazariEX!
  • language-core: navigation support for template-ref (#​4726) - Thanks to @​KazariEX!
Bug Fixes
  • language-core, typescript-plugin, language-server: apply snake case on globalTypes filename (#​4749) - Thanks to @​KazariEX!
  • language-core: hoist $refs type (#​4763)
  • language-core: disable lib check on global types file (#​4767) - Thanks to @​KazariEX!
  • language-core: prevent circular reference of templateRef (#​4768) - Thanks to @​zhiyuanzmj!
  • language-core: using interface merging for GlobalComponents
  • language-core: fallthroughAttributes causes global components to be self-referential (#​4761)
  • language-core: auto-completion for the last line of template block (#​4771) - Thanks to @​zhiyuanzmj!
  • language-core: update ast correctly on repeated v-for modifications (#​4772) - Thanks to @​KazariEX!
  • language-server: leaking named pipes (#​4672)
  • typescript-plugin: compatible with Yarn PnP (#​4751)
  • vscode: whitelist ms-dynamics-smb.al extension for Vue Hybrid Mode. (#​4765) - Thanks to @​kyleweishaupt!
Other Changes
cloudflare/workers-sdk (wrangler)

v3.75.0

Compare Source

Minor Changes
  • #​6603 a197460 Thanks @​taylorlee! - feature: log version preview url when previews exist

    The version upload API returns a field indicating whether
    a preview exists for that version. If a preview exists and
    workers.dev is enabled, wrangler will now log the full
    URL on version upload.

    This does not impact wrangler deploy, which only prints the
    workers.dev route of the latest deployment.

  • #​6550 8d1d464 Thanks @​Pedr0Rocha! - feature: add RateLimit type generation to the ratelimit unsafe binding.

Patch Changes
  • #​6615 21a09e0 Thanks @​RamIdeas! - chore: avoid potential double-install of create-cloudflare

    When wrangler init delegates to C3, it did so via npm create [email protected]. C3's v2.5.0 was the first to include auto-update support to avoid npx's potentially stale cache. But this also guaranteed a double install for users who do not have 2.5.0 cached. Now, wrangler delegates via npm create cloudflare@^2.5.0 which should use the latest version cached on the user's system or install and use the latest v2.x.x.

  • #​6603 a197460 Thanks @​taylorlee! - chore: fix version upload log order

    Previously deploy prints:
    upload timings
    deploy timings
    current version id

    while version upload prints:
    worker version id
    upload timings

    This change makes version upload more similar to deploy by printing
    version id after upload, which also makes more sense, as version ID can
    only be known after upload has finished.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 force-pushed the renovate/all-minor-patch branch 3 times, most recently from 6875913 to 78330af Compare July 23, 2024 14:04
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update devdependency eslint to v9.7.0 Jul 23, 2024
@renovate renovate bot changed the title chore(deps): update devdependency eslint to v9.7.0 chore(deps): update all non-major dependencies Jul 23, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from bf845ed to 29773e4 Compare July 26, 2024 15:10
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update devdependency eslint to v9.7.0 Jul 26, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 29773e4 to 5d6927f Compare July 26, 2024 21:40
@renovate renovate bot changed the title chore(deps): update devdependency eslint to v9.7.0 chore(deps): update devdependency eslint to v9.8.0 Jul 26, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5d6927f to 1e9a467 Compare July 27, 2024 02:27
@renovate renovate bot changed the title chore(deps): update devdependency eslint to v9.8.0 chore(deps): update all non-major dependencies Jul 27, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1e9a467 to 862a9e2 Compare July 27, 2024 22:37
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update devdependency eslint to v9.8.0 Jul 28, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 862a9e2 to 5f002d8 Compare July 28, 2024 12:51
@renovate renovate bot changed the title chore(deps): update devdependency eslint to v9.8.0 chore(deps): update all non-major dependencies Jul 29, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from a93a135 to 6b9a12c Compare August 4, 2024 20:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 232678c to a7d7c43 Compare September 3, 2024 16:45
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Sep 3, 2024
@renovate renovate bot closed this Sep 3, 2024
@renovate renovate bot deleted the renovate/all-minor-patch branch September 3, 2024 19:41
@renovate renovate bot restored the renovate/all-minor-patch branch September 4, 2024 01:50
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies Sep 4, 2024
@renovate renovate bot reopened this Sep 4, 2024
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update devdependency @types/node to ^22.5.3 Sep 4, 2024
@renovate renovate bot changed the title chore(deps): update devdependency @types/node to ^22.5.3 chore(deps): update all non-major dependencies Sep 4, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 756e350 to 469efb7 Compare September 6, 2024 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants