Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 13, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@antfu/eslint-config-ts 0.34.0 -> 0.35.2 age adoption passing confidence devDependencies minor
@types/node (source) 18.11.14 -> 18.13.0 age adoption passing confidence devDependencies minor
@vitest/coverage-c8 0.25.8 -> 0.28.4 age adoption passing confidence devDependencies minor
@vue/compiler-sfc (source) 3.2.45 -> 3.2.47 age adoption passing confidence devDependencies patch
actions/checkout v3.2.0 -> v3.3.0 age adoption passing confidence action minor
actions/setup-node v3.5.1 -> v3.6.0 age adoption passing confidence action minor
eslint (source) 8.29.0 -> 8.34.0 age adoption passing confidence devDependencies minor
husky (source) 8.0.2 -> 8.0.3 age adoption passing confidence devDependencies patch
lint-staged 13.1.0 -> 13.1.1 age adoption passing confidence devDependencies patch
magic-string ^0.27.0 -> ^0.29.0 age adoption passing confidence dependencies minor
memfs 3.4.12 -> 3.4.13 age adoption passing confidence devDependencies patch
release-it 15.5.1 -> 15.6.0 age adoption passing confidence devDependencies minor
tsup (source) 6.5.0 -> 6.6.2 age adoption passing confidence devDependencies minor
typescript (source) 4.9.4 -> 4.9.5 age adoption passing confidence devDependencies patch
vite (source) 4.0.1 -> 4.1.1 age adoption passing confidence devDependencies minor
vitest 0.25.8 -> 0.28.4 age adoption passing confidence devDependencies minor
vue (source) 3.2.45 -> 3.2.47 age adoption passing confidence devDependencies patch

Release Notes

antfu/eslint-config

v0.35.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.35.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.35.0

Compare Source

   🚀 Features
    View changes on GitHub

v0.34.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
  • Group &&,  -  by ** and ?: (#​152)** ()
    View changes on GitHub

v0.34.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vitest-dev/vitest

v0.28.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.28.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.28.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.28.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.28.0

Compare Source

   🚨 Breaking Changes
   🐞 Bug Fixes
    View changes on GitHub

v0.27.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.27.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.27.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.27.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.26.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.26.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.26.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vuejs/core

v3.2.47

Compare Source

Bug Fixes
  • build: enforce __esModule interop for cjs builds (4b70366)

v3.2.46

Compare Source

Bug Fixes
actions/checkout

v3.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v3.2.0...v3.3.0

actions/setup-node

v3.6.0: Add Support for Nightly, Canary and RC builds for Node.js

Compare Source

In scope of this release we added support to download nightly, rc (https://github.com/actions/setup-node/pull/611) and canary (https://github.com/actions/setup-node/pull/619) Node.js distributions.

For nightly versions:
jobs:
  build:
    runs-on: ubuntu-latest
    name: Node sample
    steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-node@v3
        with:
          node-version: '16-nightly'
      - run: npm ci
      - run: npm test
For canary versions:
jobs:
  build:
    runs-on: ubuntu-latest
    name: Node sample
    steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-node@v3
        with:
          node-version: '16-v8-canary’
      - run: npm ci
      - run: npm test
For rc versions:
jobs:
  build:
    runs-on: ubuntu-latest
    name: Node sample
    steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-node@v3
        with:
          node-version: '16.0.0-rc.1’
      - run: npm ci
      - run: npm test

Note: For more examples please refer to documentation.

Besides, we added the following changes as:

eslint/eslint

v8.34.0

Compare Source

Features


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 has been generated by Mend Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Dec 13, 2022

Codecov Report

Merging #38 (5e6e81b) into main (1c1a045) will increase coverage by 1.35%.
The diff coverage is n/a.

❗ Current head 5e6e81b differs from pull request most recent head c6bd7ad. Consider uploading reports for the commit c6bd7ad to get more accurate results

@@            Coverage Diff             @@
##             main      #38      +/-   ##
==========================================
+ Coverage   95.10%   96.46%   +1.35%     
==========================================
  Files           6        6              
  Lines         368      368              
  Branches       56       53       -3     
==========================================
+ Hits          350      355       +5     
+ Misses         18       13       -5     
Impacted Files Coverage Δ
src/plugins/sfc-plugin.ts 95.23% <0.00%> (-1.59%) ⬇️
src/plugins/external-plugin.ts 95.31% <0.00%> (+3.12%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0542389 to 8c730f6 Compare December 16, 2022 23:58
@renovate renovate bot changed the title Update dependency @types/node to v18.11.15 Update all non-major dependencies Dec 16, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 194e23e to 686408d Compare December 21, 2022 16:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 7bdd9f4 to 947d72f Compare January 1, 2023 15:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 9329a21 to 428a19c Compare January 9, 2023 13:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b997ee0 to c201941 Compare January 17, 2023 10:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 02a7025 to b241031 Compare January 27, 2023 12:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from dda7411 to ac9c7cd Compare January 29, 2023 15:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from ecfb876 to 09e1807 Compare February 5, 2023 01:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 5e6e81b to 533ec40 Compare February 13, 2023 11:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 533ec40 to c6bd7ad Compare February 13, 2023 11:24
@Demivan Demivan merged commit ded7ecf into main Feb 13, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch February 13, 2023 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants