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 minor dependencies (minor) #5479

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 22, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@applitools/eyes-cypress 3.43.1 -> 3.44.2 age adoption passing confidence devDependencies minor
@cspell/eslint-plugin (source) 8.7.0 -> 8.8.3 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 7.6.0 -> 7.11.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 7.6.0 -> 7.11.0 age adoption passing confidence devDependencies minor
@unocss/reset ^0.59.0 -> ^0.60.0 age adoption passing confidence devDependencies minor
@vite-pwa/vitepress ^0.4.0 -> ^0.5.0 age adoption passing confidence devDependencies minor
@vitest/coverage-v8 (source) 1.5.3 -> 1.6.0 age adoption passing confidence devDependencies minor
@vitest/spy (source) 1.5.3 -> 1.6.0 age adoption passing confidence devDependencies minor
@vitest/ui (source) 1.5.3 -> 1.6.0 age adoption passing confidence devDependencies minor
@vueuse/core (source) 10.9.0 -> 10.10.0 age adoption passing confidence dependencies minor
@zenuml/core 3.21.2 -> 3.23.8 age adoption passing confidence dependencies minor
ajv (source) 8.12.0 -> 8.14.0 age adoption passing confidence devDependencies minor
cspell (source) 8.7.0 -> 8.8.3 age adoption passing confidence devDependencies minor
cypress (source) 13.7.3 -> 13.10.0 age adoption passing confidence devDependencies minor
cypress/included 13.7.3 -> 13.10.0 age adoption passing confidence minor
cytoscape (source) 3.28.1 -> 3.29.2 age adoption passing confidence dependencies minor
esbuild ^0.20.2 -> ^0.21.0 age adoption passing confidence devDependencies minor
eslint-plugin-tsdoc (source) ^0.2.17 -> ^0.3.0 age adoption passing confidence devDependencies minor
jsdom 24.0.0 -> 24.1.0 age adoption passing confidence devDependencies minor
lycheeverse/lychee-action v1.9.3 -> v1.10.0 age adoption passing confidence action minor
node (source) 20.12.2 -> 20.14.0 age adoption passing confidence minor
node 20.12.2-alpine3.19 -> 20.14.0-alpine3.19 age adoption passing confidence final minor
tsx 4.7.3 -> 4.11.0 age adoption passing confidence devDependencies minor
type-fest 4.15.0 -> 4.18.3 age adoption passing confidence devDependencies minor
unocss ^0.59.0 -> ^0.60.0 age adoption passing confidence devDependencies minor
unplugin-vue-components ^0.26.0 -> ^0.27.0 age adoption passing confidence devDependencies minor
vite-plugin-pwa ^0.19.7 -> ^0.20.0 age adoption passing confidence devDependencies minor
vitepress (source) 1.1.4 -> 1.2.2 age adoption passing confidence devDependencies minor
vitest (source) 1.5.3 -> 1.6.0 age adoption passing confidence devDependencies minor
workbox-window (source) 7.0.0 -> 7.1.0 age adoption passing confidence devDependencies minor

Release Notes

streetsidesoftware/cspell (@​cspell/eslint-plugin)

v8.8.3

Compare Source

v8.8.2

Compare Source

v8.8.1

Compare Source

  • chore: Do not stop update if it fails to lint. (64ba085)

v8.8.0

Compare Source

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

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

v7.11.0

Compare Source

🚀 Features
  • eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment
🩹 Fixes
  • eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions
❤️ Thank You
  • Abraham Guo
  • auvred
  • Dom Armstrong
  • Kirk Waiblinger

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

v7.10.0

Compare Source

🚀 Features
  • eslint-plugin: [sort-type-constituents] support case sensitive sorting
🩹 Fixes
  • eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag
❤️ Thank You
  • auvred
  • Emanuel Hoogeveen
  • jsfm01
  • Kirk Waiblinger

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

v7.9.0

Compare Source

🩹 Fixes
  • eslint-plugin: [explicit-function-return-types] fix false positive on default parameters
❤️ Thank You
  • Kirk Waiblinger
  • Sheetal Nandi
  • Vinccool96

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

v7.8.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unsafe-argument] handle tagged templates

  • eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check

  • eslint-plugin: [consistent-type-assertions] handle tagged templates

  • eslint-plugin: [no-unsafe-return] handle union types

  • eslint-plugin: [no-unused-vars] clear error report range

❤️ Thank You
  • auvred
  • Josh Goldberg ✨
  • jsfm01
  • Kim Sang Du
  • YeonJuan

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

v7.7.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment

  • eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type

  • eslint-plugin: [prefer-optional-chain] only look at left operand for requireNullish

  • eslint-plugin: [no-for-in-array] refine report location

  • eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type

❤️ Thank You
  • Abraham Guo
  • Kirk Waiblinger
  • YeonJuan

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

v7.7.0

Compare Source

🚀 Features
  • eslint-plugin: replace no-new-symbol with no-new-native-nonconstructor
❤️ Thank You
  • Dave
  • Josh Goldberg ✨

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

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

v7.11.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v7.10.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v7.9.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v7.8.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v7.7.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v7.7.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

unocss/unocss (@​unocss/reset)

v0.60.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
  • preset-mini: Improve performance of resolveBreakpoints  -  by @​antfu (05d90)
    View changes on GitHub

v0.60.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.60.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.60.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vite-pwa/vitepress (@​vite-pwa/vitepress)

v0.5.0

Compare Source

   🚨 Breaking Changes
    View changes on GitHub
vitest-dev/vitest (@​vitest/coverage-v8)

v1.6.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
vueuse/vueuse (@​vueuse/core)

v10.10.0

Compare Source

mermaid-js/zenuml-core (@​zenuml/core)

v3.23.8

Compare Source

v3.23.7

Compare Source

v3.23.6

Compare Source

v3.23.5

Compare Source

v3.23.4

Compare Source

v3.23.3

Compare Source

v3.23.2

Compare Source

v3.23.1

Compare Source

v3.23.0

Compare Source

v3.22.1

Compare Source

v3.22.0

Compare Source

ajv-validator/ajv (ajv)

v8.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: ajv-validator/ajv@v8.13.0...v8.14.0

v8.13.0

Compare Source

  • add named exports
  • update dependencies
  • update node.js
streetsidesoftware/cspell (cspell)

v8.8.3

Compare Source

v8.8.2

Compare Source

v8.8.1

Compare Source

  • chore: Do not stop update if it fails to lint. (64ba085)

v8.8.0

Compare Source

Note: Version bump only for package cspell

cypress-io/cypress (cypress)

v13.10.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-10-0

v13.9.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-9-0

v13.8.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-8-1

v13.8.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-8-0

cytoscape/cytoscape.js (cytoscape)

v3.29.2

Compare Source

Release version v3.29.2

v3.29.1

Compare Source

Release version v3.29.1

v3.29.0

Compare Source

Release version v3.29.0

evanw/esbuild (esbuild)

v0.21.4

Compare Source

  • Update support for import assertions and import attributes in node (#​3778)

    Import assertions (the assert keyword) have been removed from node starting in v22.0.0. So esbuild will now strip them and generate a warning with --target=node22 or above:

    ▲ [WARNING] The "assert" keyword is not supported in the configured target environment ("node22") [assert-to-with]
    
        example.mjs:1:40:
          1 │ import json from "esbuild/package.json" assert { type: "json" }
            │                                         ~~~~~~
            ╵                                         with
    
      Did you mean to use "with" instead of "assert"?
    

    Import attributes (the with keyword) have been backported to node 18 starting in v18.20.0. So esbuild will no longer strip them with --target=node18.N if N is 20 or greater.

  • Fix for await transform when a label is present

    This release fixes a bug where the for await transform, which wraps the loop in a try statement, previously failed to also move the loop's label into the try statement. This bug only affects code that uses both of these features in combination. Here's an example of some affected code:

    // Original code
    async function test() {
      outer: for await (const x of [Promise.resolve([0, 1])]) {
        for (const y of x) if (y) break outer
        throw 'fail'
      }
    }
    
    // Old output (with --target=es6)
    function test() {
      return __async(this, null, function* () {
        outer: try {
          for (var iter = __forAwait([Promise.resolve([0, 1])]), more, temp, error; more = !(temp = yield iter.next()).done; more = false) {
            const x = temp.value;
            for (const y of x) if (y) break outer;
            throw "fail";
          }
        } catch (temp) {
          error = [temp];
        } finally {
          try {
            more && (temp = iter.return) && (yield temp.call(iter));
          } finally {
            if (error)
              throw error[0];
          }
        }
      });
    }
    
    // New output (with --target=es6)
    function test() {
      return __async(this, null, function* () {
        try {
          outer: for (var iter = __forAwait([Promise.resolve([0, 1])]), more, temp, error; more = !(temp = yield iter.next()).done; more = false) {
            const x = temp.value;
            for (const y of x) if (y) break outer;
            throw "fail";
          }
        } catch (temp) {
          error = [temp];
        } finally {
          try {
            more && (temp = iter.return) && (yield temp.call(iter));
          } finally {
            if (error)
              throw error[0];
          }
        }
      });
    }
  • Do additional constant folding after cross-module enum inlining (#​3416, #​3425)

    This release adds a few more cases where esbuild does constant folding after cross-module enum inlining.

    // Original code: enum.ts
    export enum Platform {
      WINDOWS = 'windows',
      MACOS = 'macos',
      LINUX = 'linux',
    }
    
    // Original code: main.ts
    import { Platform } from './enum';
    declare const PLATFORM: str

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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 has been generated by Mend Renovate. View repository job log here.

Copy link
Contributor Author

renovate bot commented Apr 22, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Scope: all 8 workspace projects
Progress: resolved 1, reused 0, downloaded 0, added 0
packages/mermaid                         |  WARN  deprecated @types/prettier@3.0.0
Progress: resolved 59, reused 52, downloaded 0, added 0
Progress: resolved 128, reused 116, downloaded 1, added 0
Progress: resolved 128, reused 116, downloaded 3, added 0
Progress: resolved 130, reused 116, downloaded 8, added 0
Progress: resolved 191, reused 161, downloaded 12, added 0
Progress: resolved 215, reused 172, downloaded 12, added 0
Progress: resolved 355, reused 308, downloaded 12, added 0
Progress: resolved 477, reused 422, downloaded 12, added 0
Progress: resolved 639, reused 596, downloaded 12, added 0
Progress: resolved 657, reused 614, downloaded 14, added 0
Progress: resolved 892, reused 856, downloaded 14, added 0
Progress: resolved 1034, reused 1000, downloaded 16, added 0
Progress: resolved 1154, reused 1114, downloaded 19, added 0
Progress: resolved 1262, reused 1198, downloaded 26, added 0
Progress: resolved 1361, reused 1260, downloaded 36, added 0
Progress: resolved 1454, reused 1343, downloaded 45, added 0
Progress: resolved 1486, reused 1363, downloaded 57, added 0
Progress: resolved 1538, reused 1408, downloaded 62, added 0
Progress: resolved 1622, reused 1493, downloaded 63, added 0
Progress: resolved 1640, reused 1511, downloaded 66, added 0
Progress: resolved 1670, reused 1539, downloaded 67, added 0
Progress: resolved 1731, reused 1594, downloaded 74, added 0
Progress: resolved 1794, reused 1654, downloaded 79, added 0
Progress: resolved 1834, reused 1693, downloaded 81, added 0
Progress: resolved 1906, reused 1766, downloaded 81, added 0
Progress: resolved 1966, reused 1824, downloaded 81, added 0
 ERR_PNPM_PATCH_NOT_APPLIED  The following patches were not applied: cytoscape@3.28.1

Either remove them from "patchedDependencies" or update them to match packages in your dependencies.

Copy link

netlify bot commented Apr 22, 2024

Deploy Preview for mermaid-js failed.

Name Link
🔨 Latest commit 726e3fc
🔍 Latest deploy log https://app.netlify.com/sites/mermaid-js/deploys/665663d1a24dc40008fe53e8

Copy link

codecov bot commented Apr 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 5.72%. Comparing base (cf20ccb) to head (d0e5599).

Current head d0e5599 differs from pull request most recent head 7b26028

Please upload reports for the commit 7b26028 to get more accurate results.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           develop   #5479      +/-   ##
==========================================
- Coverage     5.73%   5.72%   -0.01%     
==========================================
  Files          278     278              
  Lines        41999   42013      +14     
  Branches       490     490              
==========================================
- Hits          2409    2407       -2     
- Misses       39590   39606      +16     
Flag Coverage Δ
unit 5.72% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 19 files with indirect coverage changes

@renovate renovate bot force-pushed the renovate/all-minor branch 6 times, most recently from d0e5599 to 92330db Compare April 30, 2024 14:09
@renovate renovate bot force-pushed the renovate/all-minor branch 10 times, most recently from f8eaaf7 to e0bfece Compare May 8, 2024 06:37
@renovate renovate bot force-pushed the renovate/all-minor branch 3 times, most recently from b5b96a8 to 1bd9167 Compare May 9, 2024 15:48
Copy link
Contributor Author

renovate bot commented May 9, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Scope: all 8 workspace projects
Progress: resolved 1, reused 0, downloaded 0, added 0
packages/mermaid                         |  WARN  deprecated @types/prettier@3.0.0
Progress: resolved 132, reused 0, downloaded 0, added 0
Progress: resolved 340, reused 0, downloaded 0, added 0
Progress: resolved 486, reused 0, downloaded 0, added 0
Progress: resolved 614, reused 0, downloaded 0, added 0
Progress: resolved 721, reused 0, downloaded 0, added 0
Progress: resolved 754, reused 0, downloaded 0, added 0
Progress: resolved 916, reused 0, downloaded 0, added 0
Progress: resolved 1013, reused 0, downloaded 0, added 0
Progress: resolved 1034, reused 0, downloaded 0, added 0
Progress: resolved 1148, reused 0, downloaded 0, added 0
Progress: resolved 1273, reused 0, downloaded 0, added 0
Progress: resolved 1398, reused 0, downloaded 0, added 0
Progress: resolved 1531, reused 0, downloaded 0, added 0
Progress: resolved 1600, reused 0, downloaded 0, added 0
Progress: resolved 1734, reused 0, downloaded 0, added 0
Progress: resolved 1808, reused 0, downloaded 0, added 0
Progress: resolved 1859, reused 0, downloaded 0, added 0
Progress: resolved 2014, reused 0, downloaded 0, added 0
 ERR_PNPM_PATCH_NOT_APPLIED  The following patches were not applied: cytoscape@3.28.1

Either remove them from "patchedDependencies" or update them to match packages in your dependencies.

@renovate renovate bot force-pushed the renovate/all-minor branch 6 times, most recently from ed742d0 to bce04b0 Compare May 16, 2024 08:59
@renovate renovate bot force-pushed the renovate/all-minor branch 4 times, most recently from 7b26028 to 4cb6fdd Compare May 24, 2024 03:56
@codecov-commenter
Copy link

codecov-commenter commented May 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 5.72%. Comparing base (d6ccd93) to head (d0e5599).

Current head d0e5599 differs from pull request most recent head 726e3fc

Please upload reports for the commit 726e3fc to get more accurate results.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           develop   #5479      +/-   ##
==========================================
- Coverage     5.73%   5.72%   -0.01%     
==========================================
  Files          278     278              
  Lines        41999   42013      +14     
  Branches       490     490              
==========================================
- Hits          2409    2407       -2     
- Misses       39590   39606      +16     
Flag Coverage Δ
unit 5.72% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 19 files with indirect coverage changes

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

1 participant