Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

chore(deps): update all non-major dependencies #10

Merged
merged 2 commits into from
Feb 28, 2023

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 28, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nrwl/eslint-plugin-nx (source) 15.6.3 -> 15.7.2 age adoption passing confidence
@nrwl/jest (source) 15.6.3 -> 15.7.2 age adoption passing confidence
@nrwl/js (source) 15.6.3 -> 15.7.2 age adoption passing confidence
@nrwl/linter (source) 15.6.3 -> 15.7.2 age adoption passing confidence
@nrwl/node (source) 15.6.3 -> 15.7.2 age adoption passing confidence
@nrwl/vite (source) 15.6.3 -> 15.7.2 age adoption passing confidence
@nrwl/web (source) 15.6.3 -> 15.7.2 age adoption passing confidence
@nrwl/webpack (source) 15.6.3 -> 15.7.2 age adoption passing confidence
@nrwl/workspace (source) 15.6.3 -> 15.7.2 age adoption passing confidence
@vitest/coverage-c8 ~0.25.8 -> ~0.29.0 age adoption passing confidence
@vitest/ui ^0.25.8 -> ^0.29.0 age adoption passing confidence
nx (source) 15.6.3 -> 15.7.2 age adoption passing confidence
vitest ^0.25.8 -> ^0.29.0 age adoption passing confidence

Release Notes

nrwl/nx

v15.7.2

Compare Source

Bug Fixes
Features

v15.7.1

Compare Source

Bug Fixes
Features
  • bundling: make rollup executor return outfile for node executor (#​14989) (ed0e6c7)
  • core: allow loading env vars by target and configuration (#​14998) (68d0943)
  • linter: add support for full regexes in tag matching (#​14982) (de3e504)

v15.7.0

Compare Source

Bug Fixes
Features
vitest-dev/vitest

v0.29.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.29.0

Compare Source

This release makes some significant changes to how tests are running. If you were using --no-threads before, you might consider enabling --single-thread instead (because your tests are now running in child_process instead of a worker thread) or try our new performance optimization feature (discussed later). If you were relying on API that was not available inside a worker (like process.chdir(), you can now use this option.

One of the potential breaking bug fixes is that environments do not share the same global scope anymore if you run them with --no-isolate, --no-threads or --single-thread - you might need to update your setup files if you were relying on a global variable before.

If you had performance issues on large code bases before, try the new deps.experimentalOptimizer option instead of disabling threads. Feedback is welcome!

One of the breaking changes includes adding a link to snapshots inside snapshot files, meaning you will need to update all your snapshots.

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

v0.28.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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
Copy link
Author

renovate bot commented Feb 28, 2023

⚠ 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: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: strelitzia@0.0.0
npm ERR! Found: vitest@0.29.1
npm ERR! node_modules/vitest
npm ERR!   dev vitest@"^0.29.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer vitest@"^0.25.8" from @nrwl/vite@15.7.2
npm ERR! node_modules/@nrwl/vite
npm ERR!   dev @nrwl/vite@"15.7.2" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/renovate-cache/others/npm/_logs/2023-02-28T03_05_45_808Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2023-02-28T03_05_45_808Z-debug-0.log

@CrazyLittleHorse CrazyLittleHorse merged commit eb731c1 into main Feb 28, 2023
@CrazyLittleHorse CrazyLittleHorse deleted the renovate-all-minor-patch branch February 28, 2023 03:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant