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: Update all non-major dependencies #16

Merged
merged 1 commit into from
Sep 1, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config ^2.27.1 -> ^2.27.3 age adoption passing confidence
@nuxt/devtools (source) ^1.3.14 -> ^1.4.1 age adoption passing confidence
renovate (source) ^38.51.1 -> ^38.59.2 age adoption passing confidence
vue-tsc (source) ^2.0.29 -> ^2.1.4 age adoption passing confidence

Release Notes

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

v2.27.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.27.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
nuxt/devtools (@​nuxt/devtools)

v1.4.1

Compare Source

Bug Fixes

v1.4.0

Compare Source

Features
  • kit: introduce host-client utility (167373c)

1.3.14 (2024-08-20)

1.3.13 (2024-08-20)

1.3.12 (2024-08-20)

1.3.11 (2024-08-20)

1.3.10 (2024-08-20)

Bug Fixes
Features

1.3.9 (2024-07-02)

Bug Fixes
  • capture for circular reference in state editor (841fd76)
  • introduce client.revision to trigger state editor update (418a22e)
  • modules: update compatibility check for Nuxt 3 and 4 (#​689) (2354da7)
  • use ofetch for fast-npm-meta (4188f8d)

1.3.8 (2024-07-02)

Performance Improvements
  • avoid deps on npm-registry-fetch, save install size (3d74691)

1.3.7 (2024-06-27)

Bug Fixes
Features
Performance Improvements
  • use npm-registry-fetch instead of pacote to deduce the package size (a049c52)

1.3.6 (2024-06-21)

Features

1.3.5 (2024-06-21)

Bug Fixes
  • downgrade module-builder (de79dc4)

1.3.4 (2024-06-21)

Bug Fixes

1.3.3 (2024-06-04)

Bug Fixes

1.3.2 (2024-05-27)

Bug Fixes

1.3.1 (2024-05-10)

Bug Fixes
  • module builder chunk path patch (87199a1)
renovatebot/renovate (renovate)

v38.59.2

Compare Source

Bug Fixes
  • vulnerabilities: do not force exact patch version for NuGet datasource (#​31127) (fbdb8c2)
Miscellaneous Chores

v38.59.1

Compare Source

v38.59.0

Compare Source

Features
Documentation

v38.58.2

Compare Source

Build System

v38.58.1

Compare Source

Documentation
Miscellaneous Chores
Build System

v38.58.0

Compare Source

Features
  • replacements: add eslint-plugin-eslint-comments replacement (#​31103) (deefa65)

v38.57.3

Compare Source

Build System

v38.57.2

Compare Source

Miscellaneous Chores
Build System

v38.57.1

Compare Source

Bug Fixes
Miscellaneous Chores
  • deps: update slackapi/slack-github-action action to v1.27.0 (#​31088) (36f66cf)
Code Refactoring

v38.57.0

Compare Source

Features

v38.56.4

Compare Source

Bug Fixes
Documentation

v38.56.3

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v7.18.2 (#​31076) (04e14e2)
Build System

v38.56.2

Compare Source

Documentation
Build System

v38.56.1

Compare Source

Bug Fixes
Documentation
Code Refactoring

v38.56.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v7.18.0 (#​31063) (c3d4cc0)
Miscellaneous Chores
  • deps: update otel/opentelemetry-collector-contrib docker tag to v0.108.0 (#​31062) (afe2240)

v38.55.5

Compare Source

Bug Fixes
Documentation
Miscellaneous Chores
Code Refactoring

v38.55.4

Compare Source

Bug Fixes

v38.55.3

Compare Source

Miscellaneous Chores
Code Refactoring
Build System

v38.55.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v7.17.2 (#​31040) (5954450)

v38.55.1

Compare Source

Build System

v38.55.0

Compare Source

Features
Bug Fixes
Documentation
  • docker: rewrite using short-lived access tokens (#​30822) (f279c52)
  • nuget: explain authenticated feeds on Azure DevOps need right username (#​29987) (3ee49b6)

v38.54.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v7.17.1 (#​31024) (77d8099)

v38.54.0

Compare Source

Features
Bug Fixes
  • deps: update ghcr.io/containerbase/sidecar docker tag to v11.11.8 (#​31023) (8cc0575)
Documentation
Miscellaneous Chores
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v11.11.8 (#​31022) (945c33c)

v38.53.0

Compare Source

Features
Documentation
Miscellaneous Chores

v38.52.3

Compare Source

Bug Fixes
Code Refactoring

v38.52.2

Compare Source

Bug Fixes

v38.52.1

Compare Source

Documentation
  • docker: add ghworkflows example for GAR with Workload Identity (#​30692) (fca6193)
Miscellaneous Chores
Build System

v38.52.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v7.17.0 (#​30983) (fc0399a)
Miscellaneous Chores
vuejs/language-tools (vue-tsc)

v2.1.4

Compare Source

v2.1.2

Compare Source

Bug Fixes
  • language-core, typescript-plugin, language-server: write globalTypes into dist for correct export (#​4740) (#​4737) (#​4738) (#​4739) - Thanks to @​KazariEX!
  • language-core: don't default vueCompilerOptions.lib to @vue/runtime-dom for Vue 2

v2.1.0

Compare Source

Features
Bug Fixes
Refactors
  • language-core: extract SFC root tags to separate virtual code
  • language-core: removed __hint trick from codegen
  • language-core: rewrite a part of confusing codegen code
  • language-core: reduce virtual code generated by component tags (#​4714)
  • language-core: do not wrap template virtual code with function (#​4731)
  • language-core: write real files to FS for shared global types (#​4736)
  • component-meta: remove deprecated createComponentMetaCheckerByJsonConfig, createComponentMetaChecker api
Other Changes

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 merged commit 8cca055 into main Sep 1, 2024
3 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch September 1, 2024 02:22
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.

0 participants