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

Update all non-major dependencies #170

Merged
merged 1 commit into from
Oct 9, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 9, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@nuxtjs/i18n (source) 8.0.0-rc.4 -> 8.0.0-rc.5 age adoption passing confidence devDependencies patch
@types/node (source) ^18.18.1 -> ^18.18.4 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin ^6.7.3 -> ^6.7.4 age adoption passing confidence devDependencies patch
@typescript-eslint/parser ^6.7.3 -> ^6.7.4 age adoption passing confidence devDependencies patch
@vueuse/core ^10.4.1 -> ^10.5.0 age adoption passing confidence devDependencies minor
@vueuse/nuxt (source) ^10.4.1 -> ^10.5.0 age adoption passing confidence devDependencies minor
eslint (source) ^8.50.0 -> ^8.51.0 age adoption passing confidence devDependencies minor
npm-check-updates ^16.14.4 -> ^16.14.5 age adoption passing confidence devDependencies patch
only-allow ^1.2.0 -> ^1.2.1 age adoption passing confidence devDependencies patch
styfle/cancel-workflow-action 0.11.0 -> 0.12.0 age adoption passing confidence action minor
vue-eslint-parser ^9.3.1 -> ^9.3.2 age adoption passing confidence devDependencies patch
vue-tsc ^1.8.15 -> ^1.8.18 age adoption passing confidence devDependencies patch

Release Notes

nuxt-community/i18n-module (@​nuxtjs/i18n)

v8.0.0-rc.5

Compare Source

This changelog is generated by GitHub Releases

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.7.4

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v6.7.4

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

vueuse/vueuse (@​vueuse/core)

v10.5.0

Compare Source

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

v8.51.0

Compare Source

Features

  • 0a9c433 feat: Add --no-warn-ignored CLI option for flat config (#​17569) (Domantas Petrauskas)
  • 977e67e feat: logical-assignment-operators to report expressions with 3 operands (#​17600) (Yosuke Ota)

Bug Fixes

  • f976b2f fix: make rule severity case-sensitive in flat config (#​17619) (Milos Djermanovic)
  • 0edfe36 fix: Ensure crash error messages are not duplicated (#​17584) (Nicholas C. Zakas)
  • dd79abc fix: eslint-disable to be able to parse quoted rule names (#​17612) (Yosuke Ota)
  • d2f6801 fix: Ensure correct code path for && followed by ?? (#​17618) (Nicholas C. Zakas)

Documentation

  • ee5be81 docs: default to sourceType: "module" in rule examples (#​17615) (Francesco Trotta)
  • 1aa26df docs: Add more examples for multiline-ternary (#​17610) (George Ashiotis)
  • 47d0b44 docs: Update README (GitHub Actions Bot)
  • dbf831e docs: use generated og image (#​17601) (Percy Ma)
  • 1866da5 docs: Update README (GitHub Actions Bot)

Chores

raineorshine/npm-check-updates (npm-check-updates)

v16.14.5

Compare Source

pnpm/only-allow (only-allow)

v1.2.1

Compare Source

styfle/cancel-workflow-action (styfle/cancel-workflow-action)

v0.12.0

Compare Source

Changes
  • Feat: add option only_status: #​210
  • Chore(deps): bump actions/setup-node from 3.5.0 to 3.5.1: #​188
  • Chore: add a warning to docs about missing version: #​184
  • Chore(deps-dev): bump husky from 8.0.1 to 8.0.2: #​190
  • Chore(deps-dev): bump typescript from 4.8.4 to 4.9.3: #​192
  • Chore(deps-dev): bump prettier from 2.7.1 to 2.8.0: #​193
  • Chore(deps-dev): bump prettier from 2.8.0 to 2.8.1: #​194
  • Chore(deps-dev): bump typescript from 4.9.3 to 4.9.4: #​195
  • Chore(deps-dev): bump @​vercel/ncc from 0.34.0 to 0.36.0: #​196
  • Chore(deps): bump actions/setup-node from 3.5.1 to 3.6.0: #​197
  • Chore(deps-dev): bump prettier from 2.8.1 to 2.8.2: #​199
  • Chore(deps-dev): bump husky from 8.0.2 to 8.0.3: #​198
  • Chore(docs): document the native behavior: #​201
  • Chore(docs): simplify readme warning: 25b1072
  • Chore: remove dependabot: #​206
  • Chore(deps-dev): bump typescript from 4.9.4 to 4.9.5: #​205
  • Chore(deps-dev): bump @​vercel/ncc from 0.36.0 to 0.36.1: #​204
  • Chore(deps-dev): bump prettier from 2.8.2 to 2.8.3: #​203
Credits

Huge thanks to @​chenxsan and @​8666 for helping!

vuejs/vue-eslint-parser (vue-eslint-parser)

v9.3.2

Compare Source

🐛 Bug Fixes

Full Changelog: vuejs/vue-eslint-parser@v9.3.1...v9.3.2

vuejs/language-tools (vue-tsc)

v1.8.18

Compare Source

Upgrade required VSCode version to 1.82.0 (#​3642)

v1.8.17

Compare Source

Full-time Support by

WebContainer API is here.

Our Platinum Sponsors
The Intuitive Web Framework
The Progressive JavaScript Framework
Our Silver Sponsors

Add you via GitHub Sponsors or Open Collective

v1.8.16

Compare Source

  • fix: merge default export's properties properly (#​3600) - thanks @​so1ve
  • fix: accurate exposed type with refs in generic component (#​3604) - thanks @​so1ve
  • fix: make emits type correct when user assigns emit function a custom name (#​3624) - thanks @​so1ve
Volar.js 1.10.3 updates:
Full-time Support by

WebContainer API is here.

Our Platinum Sponsors
The Intuitive Web Framework
The Progressive JavaScript Framework
Our Silver Sponsors

Add you via GitHub Sponsors or Open Collective

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone Europe/Rome, 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 added the minor/patch label Oct 9, 2023
@vercel
Copy link

vercel bot commented Oct 9, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
easy-radio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 9, 2023 0:42am

@renovate renovate bot merged commit 624ba96 into main Oct 9, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch October 9, 2023 03:23
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.

0 participants