From 883fc1d22b53682de5514f6582c585ff8952cace Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Sat, 21 Mar 2026 11:06:14 +0000 Subject: [PATCH] fix(deps): bump @stack.gallery/catalog to ^1.0.2 and remove committed test fixture auth token --- changelog.md | 6 ++++++ package.json | 2 +- pnpm-lock.yaml | 10 +++++----- test/fixtures/npm/@stack-test/demo-package/.npmrc | 1 - ts/00_commitinfo_data.ts | 2 +- ts_web/00_commitinfo_data.ts | 2 +- 6 files changed, 14 insertions(+), 9 deletions(-) delete mode 100644 test/fixtures/npm/@stack-test/demo-package/.npmrc diff --git a/changelog.md b/changelog.md index 9697f4f..fa573aa 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2026-03-21 - 1.8.4 - fix(deps) +bump @stack.gallery/catalog to ^1.0.2 and remove committed test fixture auth token + +- Updates the @stack.gallery/catalog dependency from ^1.0.1 to ^1.0.2. +- Removes the .npmrc auth token from the npm test fixture package to avoid keeping credentials in the repository. + ## 2026-03-21 - 1.8.3 - fix(test-fixtures) update npm fixture registry configuration for scoped package installs diff --git a/package.json b/package.json index e81c6b6..f08f873 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@design.estate/dees-catalog": "^3.43.0", "@design.estate/dees-element": "^2.1.6", "@push.rocks/smartguard": "^3.1.0", - "@stack.gallery/catalog": "^1.0.1" + "@stack.gallery/catalog": "^1.0.2" }, "devDependencies": { "@git.zone/tsbundle": "^2.8.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 44e76e0..8172ca5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,8 +27,8 @@ importers: specifier: ^3.1.0 version: 3.1.0 '@stack.gallery/catalog': - specifier: ^1.0.1 - version: 1.0.1(@tiptap/pm@2.27.2) + specifier: ^1.0.2 + version: 1.0.2(@tiptap/pm@2.27.2) devDependencies: '@git.zone/tsbundle': specifier: ^2.8.3 @@ -845,8 +845,8 @@ packages: '@sec-ant/readable-stream@0.4.1': resolution: {integrity: sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==} - '@stack.gallery/catalog@1.0.1': - resolution: {integrity: sha512-9wlSACeahEVWKTqcLKQq/kbjOz7p0v5l5NQ0UbhFMYcpFtcGx2mZMHGdSUNrHUHQh7zUDiU5qW6E8GlLJBP43A==} + '@stack.gallery/catalog@1.0.2': + resolution: {integrity: sha512-alPyu2YwpIwaM0hYcLnW05PcCYishWDitYVWDkk7+HDcy3q32LGizkS0eUu/l7Za6w/to06OXGgEmZMhZY4nuQ==} '@tempfix/idb@8.0.3': resolution: {integrity: sha512-hPJQKO7+oAIY+pDNImrZ9QAINbz9KmwT+yO4iRVwdPanok2YKpaUxdJzIvCUwY0YgAawlvYdffbLvRLV5hbs2g==} @@ -3483,7 +3483,7 @@ snapshots: '@sec-ant/readable-stream@0.4.1': {} - '@stack.gallery/catalog@1.0.1(@tiptap/pm@2.27.2)': + '@stack.gallery/catalog@1.0.2(@tiptap/pm@2.27.2)': dependencies: '@design.estate/dees-catalog': 3.49.0(@tiptap/pm@2.27.2) '@design.estate/dees-domtools': 2.5.1 diff --git a/test/fixtures/npm/@stack-test/demo-package/.npmrc b/test/fixtures/npm/@stack-test/demo-package/.npmrc deleted file mode 100644 index 7e75221..0000000 --- a/test/fixtures/npm/@stack-test/demo-package/.npmrc +++ /dev/null @@ -1 +0,0 @@ -//localhost:3000/-/npm/npm-test/:_authToken=srg_4d6637c5ad6bad7c1ce2433baffeaf6dd642c6ff07f87ebee2adbeaa088cfa6d \ No newline at end of file diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index a71f989..1d94b37 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@stack.gallery/registry', - version: '1.8.3', + version: '1.8.4', description: 'Enterprise-grade multi-protocol package registry' } diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index a71f989..1d94b37 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@stack.gallery/registry', - version: '1.8.3', + version: '1.8.4', description: 'Enterprise-grade multi-protocol package registry' }