Skip to content

Bump nyc from 15.1.0 to 18.0.0 in /packages/databricks-vscode#1962

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/packages/databricks-vscode/nyc-18.0.0
Open

Bump nyc from 15.1.0 to 18.0.0 in /packages/databricks-vscode#1962
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/packages/databricks-vscode/nyc-18.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 3, 2026

Copy link
Copy Markdown
Contributor

Bumps nyc from 15.1.0 to 18.0.0.

Release notes

Sourced from nyc's releases.

nyc: v18.0.0

18.0.0 (2026-02-22)

⚠ BREAKING CHANGES

  • deps: transitive dependencies now require node 20 || >=22.

Bug Fixes

  • deps: update dependencies pulling in old glob (#1612) (0707729)

nyc: v17.1.0

17.1.0 (2024-09-19)

Features

  • deps: bump foreground-child from ^2.0.0 to ^3.0.0 (#1546) (af74d1e)

Bug Fixes

nyc: v17.0.0

17.0.0 (2024-04-19)

⚠ BREAKING CHANGES

  • minimum Node version now 18

Bug Fixes

Build System

  • minimum Node version now 18 (9ef340e)
Changelog

Sourced from nyc's changelog.

18.0.0 (2026-02-22)

⚠ BREAKING CHANGES

  • deps: transitive dependencies now require node 20 || >=22.

Bug Fixes

  • deps: update dependencies pulling in old glob (#1612) (0707729)

17.1.0 (2024-09-19)

Features

  • deps: bump foreground-child from ^2.0.0 to ^3.0.0 (#1546) (af74d1e)

Bug Fixes

17.0.0 (2024-04-19)

⚠ BREAKING CHANGES

  • minimum Node version now 18

Bug Fixes

Build System

  • minimum Node version now 18 (9ef340e)

16.0.0 (2024-04-10)

⚠ BREAKING CHANGES

  • minimum Node version now 18

Bug Fixes

... (truncated)

Commits
  • 3ce6d97 chore(main): release nyc 18.0.0 (#1613)
  • b9f6781 build: publication is now manual again due to changes in tokens
  • 0707729 fix(deps)!: update dependencies pulling in old glob (#1612)
  • 41f4476 chore(main): release nyc 17.1.0 (#1572)
  • d338985 chore(deps-dev): bump requirejs from 2.3.6 to 2.3.7 (#1582)
  • af74d1e feat(deps): bump foreground-child from ^2.0.0 to ^3.0.0 (#1546)
  • ae657b6 fix: reduce size of serialized JSON output (#1570)
  • b6a9484 chore(deps-dev): bump braces from 3.0.2 to 3.0.3 (#1571)
  • b86edbc chore(deps-dev): bump ws from 8.16.0 to 8.17.1 (#1568)
  • fee2821 chore(main): release nyc 17.0.0 (#1558)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [nyc](https://github.com/istanbuljs/nyc) from 15.1.0 to 18.0.0.
- [Release notes](https://github.com/istanbuljs/nyc/releases)
- [Changelog](https://github.com/istanbuljs/nyc/blob/main/CHANGELOG.md)
- [Commits](istanbuljs/nyc@v15.1.0...nyc-v18.0.0)

---
updated-dependencies:
- dependency-name: nyc
  dependency-version: 18.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 3, 2026
@dependabot dependabot Bot temporarily deployed to test-trigger-is July 3, 2026 14:53 Inactive
@rugpanov

rugpanov commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

🤖 Integration tests ❌ 3 of 4 test jobs failed for d4d3f74f (0 passed, 1 skipped).
View run

*Why*
Dependabot's nyc 15→18 bump (#1962) edited only package.json, leaving the root
yarn.lock pinned to nyc@^15.1.0. Every CI job runs `yarn install --immutable`
(Yarn Berry 3.2.1), which fails with YN0028 when the lockfile doesn't match the
manifest — so the PR was red before any test ran.

*What*
Regenerated the root yarn.lock via `yarn install --mode update-lockfile` so nyc
resolves to 18.0.0 (plus its updated transitive deps: rimraf 6, test-exclude 8,
spawn-wrap 3, semver 6.3.1). No package.json or source change beyond Dependabot's
original bump.

*Verification*
- `yarn install --immutable` now completes with no YN0028 (the exact CI gate).
- nyc 18 links at packages/databricks-vscode/node_modules/nyc (18.0.0) and runs
  `test:cov`'s coverage path, honoring @istanbuljs/nyc-config-typescript.
- nyc 18's only breaking change is min-Node → `20 || >=22`; repo targets Node 22.

Backward compatibility: devDependency + lockfile only; no runtime, API, or
build-output change.

Co-authored-by: Isaac
@rugpanov rugpanov deployed to test-trigger-is July 3, 2026 15:10 — with GitHub Actions Active
@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

If integration tests don't run automatically, an authorized user can run them manually by following the instructions below:

Trigger:
go/deco-tests-run/vscode

Inputs:

  • PR number: 1962
  • Commit SHA: 88a575ce8d2332ca029f35bd60c76244680c5654

Checks will be approved automatically on success.

@rugpanov

rugpanov commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

🤖 Integration tests ❌ 6 of 35 test jobs failed for 88a575ce (29 passed).
View run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant