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

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 25, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify-json/heroicons ^1.1.21 -> ^1.1.24 age adoption passing confidence
@iconify-json/simple-icons ^1.1.109 -> ^1.1.114 age adoption passing confidence
@nuxt/content (source) ^2.13.1 -> ^2.13.2 age adoption passing confidence
@nuxt/eslint (source) ^0.3.13 -> ^0.5.1 age adoption passing confidence
@nuxt/fonts ^0.7.1 -> ^0.7.2 age adoption passing confidence
@​nuxt/ui-pro ^1.3.1 -> ^1.4.1 age adoption passing confidence
eslint (source) ^9.6.0 -> ^9.9.0 age adoption passing confidence
nuxt-og-image (source) ^3.0.0-rc.64 -> ^3.0.0-rc.65 age adoption passing confidence
vue-tsc (source) ^2.0.26 -> ^2.0.29 age adoption passing confidence

Release Notes

nuxt/content (@​nuxt/content)

v2.13.2

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • Add string type to gt/lt/gte/lte type definitions (#​2704)
  • search: Non-md file might not have dscription file (#​2706)
  • module: Disable MDC plugin if user disabled it (#​2707)
  • Unwatch storage on nitro close (ec7105ad)
📖 Documentation
  • Add missing await for searchContent docs (#​2692)
  • Prerender home (4253f0bf)
  • Update nuxt-og-image and add postinstall script (#​2705)
  • Update ContentSlot Documentation (#​2713)
🤖 CI
❤️ Contributors
nuxt/eslint (@​nuxt/eslint)

v0.5.1

Compare Source

   🚀 Features
    View changes on GitHub

v0.5.0

Compare Source

   🚀 Features
    View changes on GitHub

v0.4.0

Compare Source

   🚀 Features
    View changes on GitHub
nuxt/fonts (@​nuxt/fonts)

v0.7.2

Compare Source

compare changes

🔥 Performance
  • local: Use tinyglobby to scan font files (#​205)
🩹 Fixes
  • Apply - replacement to filename (d83aa0d)
  • adobe: Use provided css_names from API (#​192)
  • fontsource: Use /variable endpoint for retrieving variable axes (#​196)
📖 Documentation
🏡 Chore
✅ Tests
❤️ Contributors
eslint/eslint (eslint)

v9.9.0

Compare Source

Features

  • 41d0206 feat: Add support for TS config files (#​18134) (Arya Emami)
  • 3a4eaf9 feat: add suggestion to require-await to remove async keyword (#​18716) (Dave)

Documentation

  • 9fe068c docs: how to author plugins with configs that extend other configs (#​18753) (Alec Gibson)
  • 48117b2 docs: add version support page in the side navbar (#​18738) (Amaresh S M)
  • fec2951 docs: add version support page to the dropdown (#​18730) (Amaresh S M)
  • 38a0661 docs: Fix typo (#​18735) (Zaina Al Habash)
  • 3c32a9e docs: Update yarn command for creating ESLint config (#​18739) (Temitope Ogunleye)
  • f9ac978 docs: Update README (GitHub Actions Bot)

Chores

v9.8.0

Compare Source

v9.7.0

Compare Source

Features

  • 7bd9839 feat: add support for es2025 duplicate named capturing groups (#​18630) (Yosuke Ota)
  • 1381394 feat: add regex option in no-restricted-imports (#​18622) (Nitin Kumar)

Bug Fixes

  • 14e9f81 fix: destructuring in catch clause in no-unused-vars (#​18636) (Francesco Trotta)

Documentation

  • 9f416db docs: Add Powered by Algolia label to the search. (#​18633) (Amaresh S M)
  • c8d26cb docs: Open JS Foundation -> OpenJS Foundation (#​18649) (Milos Djermanovic)
  • 6e79ac7 docs: loadESLint does not support option cwd (#​18641) (Francesco Trotta)

Chores

nuxt-modules/og-image (nuxt-og-image)

v3.0.0-rc.65

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vuejs/language-tools (vue-tsc)

v2.0.29

Compare Source

Features
Fixes
  • tsc: errors should be thrown instead of being console.log printed
  • language-server: observe named pipes changes when server startup (#​4292)
  • language-core: infer define model type from options type (#​4545) - Thanks @​davidmatter
  • language-core: type-checking not working with hyphen in slot name with JS (#​4478) - Thanks @​KermanX
  • language-core: add type check for v-model without argument (#​4598) - Thanks @​zhiyuanzmj
  • language-service: filter special tags (#​4596) - Thanks @​so1ve
  • typescript-plugin: improve named pipes reliability (#​4603)
  • language-core: property access is incorrectly identified as compound expression (#​4600)
  • language-core: fix compatibility of generic component virtual code with TS 5.5 (#​4577)
  • tsc: TS4082 not reported for functional component (#​4569)
Other Changes
  • Upgraded Volar from v2.4.0-alpha.15 to v2.4.0-alpha.18:
    • Fix VS Code IntelliSense will be lost in new created files (#​4424)
    • Add workspace symbols support in Hybrid Mode (#​4595)
    • Add workspace addMissingImports action support in Hybrid Mode (#​4586)
  • Fix yarn 4 compatibility (#​4587)
  • Add vue vine to hybrid mode compatible list (#​4543) - Thanks @​so1ve
  • Add global components prop validation test (#​4542) - Thanks @​davidmatter

v2.0.28

Compare Source

Features
  • vscode: focus mode Insiders
  • language-core: Plugin API 2.1
    • Added plugin hooks: getLanguageId, isValidFile, parseSFC2
    • Improve backward compatibility (#​4585) - Thanks @​zhiyuanzmj
  • language-core: support default prop when using __typeProps (#​4602) - Thanks @​zhiyuanzmj
  • language-core: improve nested plugins (#​4581) - Thanks @​zhiyuanzmj
  • language-service: remove v-bind code action (#​4601)
  • vscode: add empty pattern to codeblock attributes scope (#​4590) - Thanks @​KermanX
Fixes
  • tsc: errors should be thrown instead of being console.log printed
  • language-server: observe named pipes changes when server startup (#​4292)
  • language-core: infer define model type from options type (#​4545) - Thanks @​davidmatter
  • language-core: type-checking not working with hyphen in slot name with JS (#​4478) - Thanks @​KermanX
  • language-core: add type check for v-model without argument (#​4598) - Thanks @​zhiyuanzmj
  • language-service: filter special tags (#​4596) - Thanks @​so1ve
  • typescript-plugin: improve named pipes reliability (#​4603)
  • language-core property access is incorrectly identified as compound expression (#​4600)
  • language-core fix compatibility of generic component virtual code with TS 5.5 (#​4577)
  • tsc TS4082 not reported for functional component (#​4569)
Other Changes
  • Upgraded Volar from v2.4.0-alpha.15 to v2.4.0-alpha.18:
    • Fix VS Code IntelliSense will be lost in new created files (#​4424)
    • Add workspace symbols support in Hybrid Mode (#​4595)
    • Add workspace addMissingImports action support in Hybrid Mode (#​4586)
  • Fix yarn 4 compatibility (#​4587)
  • Add vue vine to hybrid mode compatible list (#​4543) - Thanks @​so1ve
  • Add global components prop validation test (#​4542) - Thanks @​davidmatter

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.

Copy link

cloudflare-workers-and-pages bot commented Jun 25, 2024

Deploying docs-template-3erl with  Cloudflare Pages  Cloudflare Pages

Latest commit: e35d505
Status: ✅  Deploy successful!
Preview URL: https://b45e8604.docs-template-3erl.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.docs-template-3erl.pages.dev

View logs

@renovate renovate bot changed the title chore(deps): update dependency @nuxt/fonts to ^0.7.1 chore(deps): update all non-major dependencies Jun 26, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 563e1d7 to 2bbf6b2 Compare July 3, 2024 04:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from e07f4d3 to 51a18e6 Compare July 9, 2024 19:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ad61a99 to 86adb3b Compare July 11, 2024 12:03
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Jul 11, 2024
@renovate renovate bot closed this Jul 11, 2024
@renovate renovate bot deleted the renovate/all-minor-patch branch July 11, 2024 13:09
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies Jul 12, 2024
@renovate renovate bot reopened this Jul 12, 2024
@renovate renovate bot restored the renovate/all-minor-patch branch July 12, 2024 11:23
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update dependency @iconify-json/heroicons to ^1.1.22 Jul 12, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f7a342f to 967a8ef Compare July 12, 2024 21:27
@renovate renovate bot changed the title chore(deps): update dependency @iconify-json/heroicons to ^1.1.22 chore(deps): update all non-major dependencies Jul 12, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from f6235bc to e3d8534 Compare July 19, 2024 16:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e3d8534 to a243115 Compare July 22, 2024 06:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 9579872 to 0001431 Compare July 30, 2024 16:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from dc05547 to 6e255ea Compare August 9, 2024 20:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 69fb3cb to 92b0b69 Compare August 12, 2024 22:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 79b554c to 7729bac Compare August 19, 2024 16:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7729bac to e35d505 Compare August 20, 2024 07:21
@benjamincanac benjamincanac merged commit d615fad into main Aug 20, 2024
1 check passed
@benjamincanac benjamincanac deleted the renovate/all-minor-patch branch August 20, 2024 14:53
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.

1 participant