diff --git a/.github/package-cooldown-allowlist.json b/.github/package-cooldown-allowlist.json index 58b4b85..b55dd33 100644 --- a/.github/package-cooldown-allowlist.json +++ b/.github/package-cooldown-allowlist.json @@ -4,10 +4,10 @@ "allowlist": [ { "name": "@notificationapi/core", - "version": "1.2.6", + "version": "1.2.7", "reason": "Required for NotificationAPI React Client SDK, internal dependency", "approvedBy": "millerm30", - "approvedAt": "2026-07-25" + "approvedAt": "2026-07-27" } ] } diff --git a/.github/scripts/check-package-cooldown.js b/.github/scripts/check-package-cooldown.js index 14279aa..34750be 100644 --- a/.github/scripts/check-package-cooldown.js +++ b/.github/scripts/check-package-cooldown.js @@ -15,7 +15,7 @@ import fs from 'fs'; import path from 'path'; import { execSync } from 'child_process'; -const COOLDOWN_DAYS = parseInt(process.env.COOLDOWN_DAYS || '5', 10); +const COOLDOWN_DAYS = parseInt(process.env.COOLDOWN_DAYS || '3', 10); const LOCKFILE_PATHS = ( process.env.LOCKFILE_PATHS || 'package-lock.json' ).split(','); diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 4892f44..2ebf9c1 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -36,7 +36,7 @@ jobs: run: node .github/scripts/check-package-cooldown.js env: GITHUB_BASE_REF: ${{ github.base_ref }} - COOLDOWN_DAYS: "5" + COOLDOWN_DAYS: "3" LOCKFILE_PATHS: "package-lock.json" - name: Build Project diff --git a/package-lock.json b/package-lock.json index ec7ace6..4a1a73d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,19 +1,19 @@ { "name": "@notificationapi/react", - "version": "1.10.16", + "version": "1.10.17", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@notificationapi/react", - "version": "1.10.16", + "version": "1.10.17", "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@fontsource/roboto": "^5.1.1", "@mui/icons-material": "^6.3.1", "@mui/material": "^6.3.1", - "@notificationapi/core": "^1.2.6", + "@notificationapi/core": "^1.2.7", "javascript-time-ago": "^2.5.10", "liquidjs": "^10.27.1", "rc-virtual-list": "^3.11.5", @@ -1323,9 +1323,9 @@ } }, "node_modules/@notificationapi/core": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/@notificationapi/core/-/core-1.2.6.tgz", - "integrity": "sha512-UYBFBaOn1x2rjE1vCUhE8CS11TRt8K3uBPd9HhULYYO0qpMga6M4kfZOB7/+ntx6tlWQ0NiES9cDqpD4hO27aA==" + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/@notificationapi/core/-/core-1.2.7.tgz", + "integrity": "sha512-bABXfzM0DRTXcsad3fu4+RM+6/iiXACKGKhVMhxj2XVQC6Db1lieBrsbYcChYiRHHMfqW8kLUYRgVHyISWrK3Q==" }, "node_modules/@oxc-project/types": { "version": "0.133.0", @@ -4106,9 +4106,9 @@ "license": "MIT" }, "node_modules/nanoid": { - "version": "3.3.12", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.12.tgz", - "integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==", + "version": "3.3.16", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.16.tgz", + "integrity": "sha512-bzlKTyNJ7+LdGIIwy8ijFpIqEQIvafahV7eYykJ8Cvh42EdJeODoJ6gUJXpQJvej1BddH8OqTXZNE/KfbWAu8Q==", "dev": true, "funding": [ { @@ -4394,9 +4394,9 @@ } }, "node_modules/postcss": { - "version": "8.5.15", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.15.tgz", - "integrity": "sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==", + "version": "8.5.23", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.23.tgz", + "integrity": "sha512-g50586zr4bZmwFiTlflMu8E0bDTb5I5gertgwAKmsdUlTQIhZtunzUlD1WSzwcVWPoAVpsrA6vlfCD7oXvRwgg==", "dev": true, "funding": [ { @@ -4414,7 +4414,7 @@ ], "license": "MIT", "dependencies": { - "nanoid": "^3.3.12", + "nanoid": "^3.3.16", "picocolors": "^1.1.1", "source-map-js": "^1.2.1" }, diff --git a/package.json b/package.json index a864137..dabf164 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@notificationapi/react", "private": false, - "version": "1.10.16", + "version": "1.10.17", "type": "module", "overrides": { "esbuild": "^0.25.0", @@ -72,7 +72,7 @@ "@fontsource/roboto": "^5.1.1", "@mui/icons-material": "^6.3.1", "@mui/material": "^6.3.1", - "@notificationapi/core": "^1.2.6", + "@notificationapi/core": "^1.2.7", "javascript-time-ago": "^2.5.10", "liquidjs": "^10.27.1", "rc-virtual-list": "^3.11.5",