Skip to content

chore(deps): bump @pnpm/catalogs.config from 0.1.0 to 1100.0.0#18

Open
dependabot[bot] wants to merge 24 commits intomainfrom
dependabot/npm_and_yarn/pnpm/catalogs.config-1100.0.0
Open

chore(deps): bump @pnpm/catalogs.config from 0.1.0 to 1100.0.0#18
dependabot[bot] wants to merge 24 commits intomainfrom
dependabot/npm_and_yarn/pnpm/catalogs.config-1100.0.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Apr 17, 2026

Bumps @pnpm/catalogs.config from 0.1.0 to 1100.0.0.

Release notes

Sourced from @​pnpm/catalogs.config's releases.

pnpm 11 RC 1

Major Changes

  • pnpm audit now calls npm's /-/npm/v1/security/advisories/bulk endpoint. The legacy /-/npm/v1/security/audits{,/quick} endpoints have been retired by the registry, so the legacy request/response contract is no longer supported.

    The bulk endpoint does not return CVE identifiers. CVE-based filtering has been replaced with GitHub advisory ID (GHSA) filtering:

    • auditConfig.ignoreCvesauditConfig.ignoreGhsas (the previous key is no longer recognized)
    • pnpm audit --ignore <id> / pnpm audit --ignore-unfixable now read and write GHSAs instead of CVEs
    • GHSAs are derived from each advisory's url (https://github.com/advisories/GHSA-xxxx-xxxx-xxxx)

    To migrate: replace each CVE-YYYY-NNNNN entry in your auditConfig.ignoreCves with the corresponding GHSA-xxxx-xxxx-xxxx value (visible in the More info column of pnpm audit output) and move it under auditConfig.ignoreGhsas.

Minor Changes

  • Added the pnpm docs command and its alias pnpm home. This command opens the package documentation or homepage in the browser. When the package has no valid homepage, it falls back to https://npmx.dev/package/<name>.
  • Added native pnpm ping command to test registry connectivity. Provides a simple way to verify connectivity to the configured registry without requiring external tools.
  • Implemented native search command and its aliases (s, se, find).

Patch Changes

  • Fixed pnpm store prune removing packages used by the globally installed pnpm, breaking it.

Platinum Sponsors

Gold Sponsors

... (truncated)

Commits

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)

coryrylan and others added 24 commits April 16, 2026 22:56
- Updated: pnpm-workspace.yaml with kept projects
- Updated: .npmrc to use public npm registry
- Updated: .gitignore to ignore generated files
- Removed: internal package dependencies from kept projects

Signed-off-by: Cory Rylan <crylan@nvidia.com>
SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES
SPDX-License-Identifier: Apache-2.0
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
Signed-off-by: Cory Rylan <crylan@nvidia.com>
## <small>0.0.6 (2026-04-17)</small>

* fix(cli): reset versions ([2832890](2832890))
* fix(code): reset versions ([7a15cb9](7a15cb9))
* fix(core): reset versions ([1c0b4df](1c0b4df))
* fix(create): reset versions ([def0e0e](def0e0e))
* fix(forms): reset versions ([c2b81c6](c2b81c6))
* fix(lint): reset versions ([9d903b9](9d903b9))
* fix(markdown): reset versions ([31c2ca0](31c2ca0))
* fix(monaco): reset versions ([05ea2b7](05ea2b7))
* fix(styles): reset versions ([c02dcb3](c02dcb3))
* fix(themes): reset versions ([fc8c36d](fc8c36d))
* chore(ci): add spdx license headers ([daf287a](daf287a))
* chore(ci): regenerate lockfile after migration ([83fa1a8](83fa1a8))
## <small>0.0.5 (2026-04-17)</small>

* chore(ci): add spdx license headers ([daf287a](daf287a))
* chore(ci): regenerate lockfile after migration ([83fa1a8](83fa1a8))
* chore(release): @nvidia-elements/themes-v0.0.6 [skip ci] ([224a18e](224a18e))
* fix(cli): reset versions ([2832890](2832890))
* fix(code): reset versions ([7a15cb9](7a15cb9))
* fix(core): reset versions ([1c0b4df](1c0b4df))
* fix(create): reset versions ([def0e0e](def0e0e))
* fix(forms): reset versions ([c2b81c6](c2b81c6))
* fix(lint): reset versions ([9d903b9](9d903b9))
* fix(markdown): reset versions ([31c2ca0](31c2ca0))
* fix(monaco): reset versions ([05ea2b7](05ea2b7))
* fix(styles): reset versions ([c02dcb3](c02dcb3))
* fix(themes): reset versions ([fc8c36d](fc8c36d))
## <small>0.0.5 (2026-04-17)</small>

* chore(ci): add spdx license headers ([daf287a](daf287a))
* chore(ci): regenerate lockfile after migration ([83fa1a8](83fa1a8))
* chore(release): @nvidia-elements/forms-v0.0.5 [skip ci] ([0aa2bd5](0aa2bd5))
* chore(release): @nvidia-elements/themes-v0.0.6 [skip ci] ([224a18e](224a18e))
* fix(cli): reset versions ([2832890](2832890))
* fix(code): reset versions ([7a15cb9](7a15cb9))
* fix(core): reset versions ([1c0b4df](1c0b4df))
* fix(create): reset versions ([def0e0e](def0e0e))
* fix(forms): reset versions ([c2b81c6](c2b81c6))
* fix(lint): reset versions ([9d903b9](9d903b9))
* fix(markdown): reset versions ([31c2ca0](31c2ca0))
* fix(monaco): reset versions ([05ea2b7](05ea2b7))
* fix(styles): reset versions ([c02dcb3](c02dcb3))
* fix(themes): reset versions ([fc8c36d](fc8c36d))
## <small>0.0.5 (2026-04-17)</small>

* chore(ci): add spdx license headers ([daf287a](daf287a))
* chore(ci): regenerate lockfile after migration ([83fa1a8](83fa1a8))
* chore(release): @nvidia-elements/forms-v0.0.5 [skip ci] ([0aa2bd5](0aa2bd5))
* chore(release): @nvidia-elements/styles-v0.0.5 [skip ci] ([86eaf04](86eaf04))
* chore(release): @nvidia-elements/themes-v0.0.6 [skip ci] ([224a18e](224a18e))
* fix(cli): reset versions ([2832890](2832890))
* fix(code): reset versions ([7a15cb9](7a15cb9))
* fix(core): reset versions ([1c0b4df](1c0b4df))
* fix(create): reset versions ([def0e0e](def0e0e))
* fix(forms): reset versions ([c2b81c6](c2b81c6))
* fix(lint): reset versions ([9d903b9](9d903b9))
* fix(markdown): reset versions ([31c2ca0](31c2ca0))
* fix(monaco): reset versions ([05ea2b7](05ea2b7))
* fix(styles): reset versions ([c02dcb3](c02dcb3))
* fix(themes): reset versions ([fc8c36d](fc8c36d))
## <small>0.0.5 (2026-04-17)</small>

* chore(ci): add spdx license headers ([daf287a](daf287a))
* chore(ci): regenerate lockfile after migration ([83fa1a8](83fa1a8))
* chore(release): @nvidia-elements/core-v0.0.5 [skip ci] ([cbf934a](cbf934a))
* chore(release): @nvidia-elements/forms-v0.0.5 [skip ci] ([0aa2bd5](0aa2bd5))
* chore(release): @nvidia-elements/styles-v0.0.5 [skip ci] ([86eaf04](86eaf04))
* chore(release): @nvidia-elements/themes-v0.0.6 [skip ci] ([224a18e](224a18e))
* fix(cli): reset versions ([2832890](2832890))
* fix(code): reset versions ([7a15cb9](7a15cb9))
* fix(core): reset versions ([1c0b4df](1c0b4df))
* fix(create): reset versions ([def0e0e](def0e0e))
* fix(forms): reset versions ([c2b81c6](c2b81c6))
* fix(lint): reset versions ([9d903b9](9d903b9))
* fix(markdown): reset versions ([31c2ca0](31c2ca0))
* fix(monaco): reset versions ([05ea2b7](05ea2b7))
* fix(styles): reset versions ([c02dcb3](c02dcb3))
* fix(themes): reset versions ([fc8c36d](fc8c36d))
## <small>0.0.5 (2026-04-17)</small>

* chore(ci): add spdx license headers ([daf287a](daf287a))
* chore(ci): regenerate lockfile after migration ([83fa1a8](83fa1a8))
* chore(release): @nvidia-elements/core-v0.0.5 [skip ci] ([cbf934a](cbf934a))
* chore(release): @nvidia-elements/forms-v0.0.5 [skip ci] ([0aa2bd5](0aa2bd5))
* chore(release): @nvidia-elements/lint-v0.0.5 [skip ci] ([5dd1144](5dd1144))
* chore(release): @nvidia-elements/styles-v0.0.5 [skip ci] ([86eaf04](86eaf04))
* chore(release): @nvidia-elements/themes-v0.0.6 [skip ci] ([224a18e](224a18e))
* fix(cli): reset versions ([2832890](2832890))
* fix(code): reset versions ([7a15cb9](7a15cb9))
* fix(core): reset versions ([1c0b4df](1c0b4df))
* fix(create): reset versions ([def0e0e](def0e0e))
* fix(forms): reset versions ([c2b81c6](c2b81c6))
* fix(lint): reset versions ([9d903b9](9d903b9))
* fix(markdown): reset versions ([31c2ca0](31c2ca0))
* fix(monaco): reset versions ([05ea2b7](05ea2b7))
* fix(styles): reset versions ([c02dcb3](c02dcb3))
* fix(themes): reset versions ([fc8c36d](fc8c36d))
## <small>0.0.5 (2026-04-17)</small>

* chore(ci): add spdx license headers ([daf287a](daf287a))
* chore(ci): regenerate lockfile after migration ([83fa1a8](83fa1a8))
* chore(release): @nvidia-elements/core-v0.0.5 [skip ci] ([cbf934a](cbf934a))
* chore(release): @nvidia-elements/forms-v0.0.5 [skip ci] ([0aa2bd5](0aa2bd5))
* chore(release): @nvidia-elements/lint-v0.0.5 [skip ci] ([5dd1144](5dd1144))
* chore(release): @nvidia-elements/monaco-v0.0.5 [skip ci] ([cc3849b](cc3849b))
* chore(release): @nvidia-elements/styles-v0.0.5 [skip ci] ([86eaf04](86eaf04))
* chore(release): @nvidia-elements/themes-v0.0.6 [skip ci] ([224a18e](224a18e))
* fix(cli): reset versions ([2832890](2832890))
* fix(code): reset versions ([7a15cb9](7a15cb9))
* fix(core): reset versions ([1c0b4df](1c0b4df))
* fix(create): reset versions ([def0e0e](def0e0e))
* fix(forms): reset versions ([c2b81c6](c2b81c6))
* fix(lint): reset versions ([9d903b9](9d903b9))
* fix(markdown): reset versions ([31c2ca0](31c2ca0))
* fix(monaco): reset versions ([05ea2b7](05ea2b7))
* fix(styles): reset versions ([c02dcb3](c02dcb3))
* fix(themes): reset versions ([fc8c36d](fc8c36d))
## <small>0.0.5 (2026-04-17)</small>

* chore(ci): add spdx license headers ([daf287a](daf287a))
* chore(ci): regenerate lockfile after migration ([83fa1a8](83fa1a8))
* chore(release): @nvidia-elements/cli-v0.0.5 [skip ci] ([1d86a2f](1d86a2f))
* chore(release): @nvidia-elements/core-v0.0.5 [skip ci] ([cbf934a](cbf934a))
* chore(release): @nvidia-elements/forms-v0.0.5 [skip ci] ([0aa2bd5](0aa2bd5))
* chore(release): @nvidia-elements/lint-v0.0.5 [skip ci] ([5dd1144](5dd1144))
* chore(release): @nvidia-elements/monaco-v0.0.5 [skip ci] ([cc3849b](cc3849b))
* chore(release): @nvidia-elements/styles-v0.0.5 [skip ci] ([86eaf04](86eaf04))
* chore(release): @nvidia-elements/themes-v0.0.6 [skip ci] ([224a18e](224a18e))
* fix(cli): reset versions ([2832890](2832890))
* fix(code): reset versions ([7a15cb9](7a15cb9))
* fix(core): reset versions ([1c0b4df](1c0b4df))
* fix(create): reset versions ([def0e0e](def0e0e))
* fix(forms): reset versions ([c2b81c6](c2b81c6))
* fix(lint): reset versions ([9d903b9](9d903b9))
* fix(markdown): reset versions ([31c2ca0](31c2ca0))
* fix(monaco): reset versions ([05ea2b7](05ea2b7))
* fix(styles): reset versions ([c02dcb3](c02dcb3))
* fix(themes): reset versions ([fc8c36d](fc8c36d))
## <small>0.0.5 (2026-04-17)</small>

* chore(ci): add spdx license headers ([daf287a](daf287a))
* chore(ci): regenerate lockfile after migration ([83fa1a8](83fa1a8))
* chore(release): @nvidia-elements/cli-v0.0.5 [skip ci] ([1d86a2f](1d86a2f))
* chore(release): @nvidia-elements/code-v0.0.5 [skip ci] ([204ef19](204ef19))
* chore(release): @nvidia-elements/core-v0.0.5 [skip ci] ([cbf934a](cbf934a))
* chore(release): @nvidia-elements/forms-v0.0.5 [skip ci] ([0aa2bd5](0aa2bd5))
* chore(release): @nvidia-elements/lint-v0.0.5 [skip ci] ([5dd1144](5dd1144))
* chore(release): @nvidia-elements/monaco-v0.0.5 [skip ci] ([cc3849b](cc3849b))
* chore(release): @nvidia-elements/styles-v0.0.5 [skip ci] ([86eaf04](86eaf04))
* chore(release): @nvidia-elements/themes-v0.0.6 [skip ci] ([224a18e](224a18e))
* fix(cli): reset versions ([2832890](2832890))
* fix(code): reset versions ([7a15cb9](7a15cb9))
* fix(core): reset versions ([1c0b4df](1c0b4df))
* fix(create): reset versions ([def0e0e](def0e0e))
* fix(forms): reset versions ([c2b81c6](c2b81c6))
* fix(lint): reset versions ([9d903b9](9d903b9))
* fix(markdown): reset versions ([31c2ca0](31c2ca0))
* fix(monaco): reset versions ([05ea2b7](05ea2b7))
* fix(styles): reset versions ([c02dcb3](c02dcb3))
* fix(themes): reset versions ([fc8c36d](fc8c36d))
## <small>0.0.5 (2026-04-17)</small>

* chore(ci): add spdx license headers ([daf287a](daf287a))
* chore(ci): regenerate lockfile after migration ([83fa1a8](83fa1a8))
* chore(release): @nvidia-elements/cli-v0.0.5 [skip ci] ([1d86a2f](1d86a2f))
* chore(release): @nvidia-elements/code-v0.0.5 [skip ci] ([204ef19](204ef19))
* chore(release): @nvidia-elements/core-v0.0.5 [skip ci] ([cbf934a](cbf934a))
* chore(release): @nvidia-elements/create-v0.0.5 [skip ci] ([87c8dbe](87c8dbe))
* chore(release): @nvidia-elements/forms-v0.0.5 [skip ci] ([0aa2bd5](0aa2bd5))
* chore(release): @nvidia-elements/lint-v0.0.5 [skip ci] ([5dd1144](5dd1144))
* chore(release): @nvidia-elements/monaco-v0.0.5 [skip ci] ([cc3849b](cc3849b))
* chore(release): @nvidia-elements/styles-v0.0.5 [skip ci] ([86eaf04](86eaf04))
* chore(release): @nvidia-elements/themes-v0.0.6 [skip ci] ([224a18e](224a18e))
* fix(cli): reset versions ([2832890](2832890))
* fix(code): reset versions ([7a15cb9](7a15cb9))
* fix(core): reset versions ([1c0b4df](1c0b4df))
* fix(create): reset versions ([def0e0e](def0e0e))
* fix(forms): reset versions ([c2b81c6](c2b81c6))
* fix(lint): reset versions ([9d903b9](9d903b9))
* fix(markdown): reset versions ([31c2ca0](31c2ca0))
* fix(monaco): reset versions ([05ea2b7](05ea2b7))
* fix(styles): reset versions ([c02dcb3](c02dcb3))
* fix(themes): reset versions ([fc8c36d](fc8c36d))
Bumps [@pnpm/catalogs.config](https://github.com/pnpm/pnpm) from 0.1.0 to 1100.0.0.
- [Release notes](https://github.com/pnpm/pnpm/releases)
- [Commits](https://github.com/pnpm/pnpm/commits)

---
updated-dependencies:
- dependency-name: "@pnpm/catalogs.config"
  dependency-version: 1100.0.0
  dependency-type: direct:production
  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 Apr 17, 2026
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.

2 participants