Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"build:all": "npm run build && npm run build:canary && npm run build:community",
"build:canary": "lerna run build --scope=@ukic/canary-web-components --scope=@ukic/canary-docs --stream && lerna run build --scope=@ukic/canary-react --stream && node scripts/combine-canary-core-readme.js",
"build:community": "lerna run build --scope=@ukic/angular-community-supported --stream",
"build:performance-tests": "lerna run build:perf --scope=@ukic/react --stream",
"build-storybook:canary-react": "lerna run build-storybook --scope @ukic/canary-react",
"build-storybook:canary-web-components": "lerna run build-storybook --scope @ukic/canary-web-components",
"build-storybook:nextjs": "lerna run build-storybook --scope @ukic/nextjs",
Expand Down Expand Up @@ -44,7 +45,6 @@
"test-cypress:ci:all": "npm run build:all && npm run test-cypress:headless && npm run test-cypress:canary:headless",
"test-cypress:ci:canary": "npm run build:all && npm run test-cypress:canary:headless",
"test-cypress:headless": "lerna run cypress:ci --scope=@ukic/react --stream",
"build:performance-tests": "lerna run build:perf --scope=@ukic/react --stream",
"test-lhci-perf:ci": "npm run build && npm run build:performance-tests && npm run test-lhci-perf:headless",
"test-lhci-perf:headless": "lerna run test:performance-lhci --scope=@ukic/react --stream"
},
Expand All @@ -53,6 +53,18 @@
"path": "./node_modules/cz-conventional-changelog"
}
},
"overrides": {
"esbuild": "0.28.1",
"fast-uri": "3.1.6",
"js-yaml": "4.2.0",
"lodash": "^4.18.1",
"picomatch@^2.2.1": "2.3.2",
"picomatch@^4.0.0": "4.0.4",
"tar": "7.5.22",
"tmp": "0.2.7",
"yaml@^1.0.0": "1.10.3",
"yaml@^2.0.0": "2.8.3"
},
"devDependencies": {
"@commitlint/cli": "^21.0.2",
"@commitlint/config-conventional": "^21.0.2",
Expand Down Expand Up @@ -93,26 +105,14 @@
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.57.1"
},
"packageManager": "^npm@10.9.2",
"engines": {
"node": ">=16.3.0"
},
"_dependencyNotes": {
"lodash": "Security override: fixes advisory requiring >=4.18.0 (transitive via commitizen/lerna). Remove once upstream deps unpin 4.17.21.",
"picomatch": "Security override: fixes vulnerability in transitive deps (chokidar v3 / cspell). Remove once remark-cli/stylelint are upgraded.",
"yaml": "Security override: fixes transitive vulnerability (patched in 1.10.3 / 2.8.3). Sources: lerna v6, stylelint v14.",
"fast-uri": "Security override: fixes multiple host-confusion/SSRF advisories, patched in 3.1.6+ (transitive via ajv/table/stylelint). Remove once stylelint is upgraded."
},
"overrides": {
"lodash": "^4.18.1",
"picomatch@^2.2.1": "2.3.2",
"picomatch@^4.0.0": "4.0.4",
"yaml@^1.0.0": "1.10.3",
"yaml@^2.0.0": "2.8.3",
"tar": "7.5.22",
"tmp": "0.2.7",
"esbuild": "0.28.1",
"js-yaml": "4.2.0",
"fast-uri": "3.1.6"
},
"packageManager": "^npm@10.9.2",
"engines": {
"node": ">=16.3.0"
}
}
68 changes: 34 additions & 34 deletions packages/angular-community-supported/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"name": "@ukic/angular-community-supported",
"version": "3.30.0",
"description": "Angular specific wrappers for @ukic/web-components provided by the wider community",
"license": "MIT",
"author": "mi6",
"homepage": "https://design.sis.gov.uk",
"bugs": {
"url": "https://github.com/mi6/ic-ui-kit",
"email": "icds@gchq.gov.uk"
Expand All @@ -12,21 +11,8 @@
"url": "https://github.com/mi6/ic-ui-kit",
"directory": "packages/angular-community-supported"
},
"homepage": "https://design.sis.gov.uk",
"scripts": {
"build": "npm run patch-value-accessors && npm run clean && npm run build:ng && npm run build:core && npm run clean-generated",
"patch-value-accessors": "node scripts/patch-value-accessors.js",
"build:core": "node scripts/build-core.js",
"build:ng": "ng-packagr -p ng-package.json -c tsconfig.json",
"build:watch": "npm run build.ng -- --watch",
"clean": "node scripts/clean.js",
"clean-generated": "node ./scripts/clean-generated.js",
"prettier": "prettier --config ../../.prettierrc.json --ignore-path ../../.prettierignore src --check",
"prettier:fix": "prettier --config ../../.prettierrc.json --ignore-path ../../.prettierignore src --write",
"tsc": "tsc -p .",
"validate": "npm i && npm run build",
"audit:manual": "echo 'Audit for: @ukic/angular-community-supported' & audit-ci -m --config ../../audit-ci.json"
},
"license": "MIT",
"author": "mi6",
"exports": {
"./css/*": {
"style": "./css/*"
Expand All @@ -35,35 +21,44 @@
"default": "./package.json"
},
".": {
"default": "./dist/fesm2022/ukic-angular-community-supported.mjs",
"import": "./dist/fesm2022/ukic-angular-community-supported.mjs",
"types": "./dist/types/ukic-angular-community-supported.d.ts"
"types": "./dist/types/ukic-angular-community-supported.d.ts",
"default": "./dist/fesm2022/ukic-angular-community-supported.mjs"
},
"./standalone": {
"default": "./dist/fesm2022/ukic-angular-community-supported-standalone.mjs",
"import": "./dist/fesm2022/ukic-angular-community-supported-standalone.mjs",
"types": "./dist/types/ukic-angular-community-supported-standalone.d.ts"
"types": "./dist/types/ukic-angular-community-supported-standalone.d.ts",
"default": "./dist/fesm2022/ukic-angular-community-supported-standalone.mjs"

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unrelated, but I think you need to contact someone that maintains the angular build and replace fesm2022

}
},
"files": [
"dist/"
],
"main": "./dist/types/ukic-angular-community-supported.d.ts",
"module": "./dist/types/ukic-angular-community-supported.d.ts",
"types": "./dist/types/ukic-angular-community-supported.d.ts",
"files": [
"dist/"
],
"scripts": {
"audit:manual": "echo 'Audit for: @ukic/angular-community-supported' & audit-ci -m --config ../../audit-ci.json",
"build": "npm run patch-value-accessors && npm run clean && npm run build:ng && npm run build:core && npm run clean-generated",
"build:core": "node scripts/build-core.js",
"build:ng": "ng-packagr -p ng-package.json -c tsconfig.json",
"build:watch": "npm run build.ng -- --watch",
"clean": "node scripts/clean.js",
"clean-generated": "node ./scripts/clean-generated.js",
"patch-value-accessors": "node scripts/patch-value-accessors.js",
"prettier": "prettier --config ../../.prettierrc.json --ignore-path ../../.prettierignore src --check",
"prettier:fix": "prettier --config ../../.prettierrc.json --ignore-path ../../.prettierignore src --write",
"tsc": "tsc -p .",
"validate": "npm i && npm run build"
},
"overrides": {
"fast-uri": "3.1.6"
},
"dependencies": {
"@ukic/web-components": "^3.30.0",
"jsonc-parser": "^3.0.0",
"tslib": "^2.8.1"
},
"peerDependencies": {
"@angular/core": ">= 22.1.2 || >=21.2.4 || >=20.3.18",
"@angular/forms": ">= 22.1.2 || >=21.0.2 || >=20.1.0",
"@angular/router": ">= 22.1.2 || >=21.0.2 || >=20.1.0",
"@ukic/fonts": "^3.2.0",
"rxjs": ">=7.8.0",
"zone.js": ">=0.15.0"
},
"devDependencies": {
"@angular-devkit/core": "^22.1.4",
"@angular-devkit/schematics": "^22.1.4",
Expand Down Expand Up @@ -94,8 +89,13 @@
"typescript-eslint-language-service": "^5.0.0",
"zone.js": "~0.15.0"
},
"overrides": {
"fast-uri": "3.1.6"
"peerDependencies": {
"@angular/core": ">= 22.1.2 || >=21.2.4 || >=20.3.18",
"@angular/forms": ">= 22.1.2 || >=21.0.2 || >=20.1.0",
"@angular/router": ">= 22.1.2 || >=21.0.2 || >=20.1.0",
"@ukic/fonts": "^3.2.0",
"rxjs": ">=7.8.0",
"zone.js": ">=0.15.0"
},
"schematics": "./dist/schematics/collection.json"
}
12 changes: 6 additions & 6 deletions packages/canary-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
"storybook": "storybook dev -p 6009",
"tsc": "tsc -p ."
},
"overrides": {
"esbuild": "0.28.1",
"fast-uri": "3.1.6",
"qs": "6.16.0",
"tmp": "0.2.7"
},
"dependencies": {
"@ukic/canary-web-components": "^3.0.0-canary.46",
"@ukic/react": "^3.30.0",
Expand Down Expand Up @@ -84,11 +90,5 @@
"react": "^16.7.0 || ^17.0.2 || ^18.2.0 || ^19.0.0",
"react-dom": "^16.7.0 || ^17.0.2 || ^18.2.0 || ^19.0.0"
},
"overrides": {
"tmp": "0.2.7",
"esbuild": "0.28.1",
"qs": "6.16.0",
"fast-uri": "3.1.6"
},
"packageManager": "^npm@10.9.2"
}
10 changes: 5 additions & 5 deletions packages/canary-web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@
"test": "stencil test --spec --passWithNoTests",
"test:watch": "stencil test --spec --watchAll"
},
"overrides": {
"esbuild": "0.28.1",
"fast-uri": "3.1.6",
"js-yaml": "4.2.0"
},
"dependencies": {
"@popperjs/core": "^2.11.2",
"@stencil/core": "4.26.0",
Expand Down Expand Up @@ -78,11 +83,6 @@
"peerDependencies": {
"@ukic/fonts": "^3.1.0"
},
"overrides": {
"esbuild": "0.28.1",
"js-yaml": "4.2.0",
"fast-uri": "3.1.6"
},
"packageManager": "^npm@10.9.2",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/fonts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
"audit": "echo 'Audit for: @ukic/fonts' && audit-ci -m --config ../../audit-ci.json",
"build": "rimraf ./dist && webpack --config .webpack/webpack.config.js"
},
"overrides": {
"fast-uri": "3.1.6",
"postcss-selector-parser": "7.1.5"
},
"devDependencies": {
"@fontsource/nunito-sans": "^4.5.4",
"@fontsource/open-sans": "^4.5.6",
Expand All @@ -27,9 +31,5 @@
"webpack": "^5.76.0",
"webpack-cli": "^4.9.2"
},
"overrides": {
"fast-uri": "3.1.6",
"postcss-selector-parser": "7.1.5"
},
"packageManager": "^npm@10.9.2"
}
8 changes: 4 additions & 4 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
"storybook": "storybook dev -p 6010",
"tsc": "tsc -p ."
},
"overrides": {
"fast-uri": "3.1.6",
"postcss-selector-parser": "7.1.5"
},
"dependencies": {
"@storybook/addon-a11y": "10.1.11",
"@ukic/react": "^3.30.0",
Expand Down Expand Up @@ -64,9 +68,5 @@
"react": "^16.7.0 || ^17.0.2 || ^18.2.0",
"react-dom": "^16.7.0 || ^17.0.2 || ^18.2.0"
},
"overrides": {
"fast-uri": "3.1.6",
"postcss-selector-parser": "7.1.5"
},
"packageManager": "^npm@10.9.2"
}
20 changes: 10 additions & 10 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"scripts": {
"audit": "echo 'Audit for: @ukic/react' && audit-ci -m --config ../../audit-ci.json",
"build": "npm run clean && npm run compile && npm run copy:core-css && npm run copy:normalize-css",
"build:perf": "vite build --config vite.config.perf.ts",
"build-storybook": "rimraf ./storybook-static && storybook build",
"clean": "rimraf dist",
"compile": "npm run tsc",
Expand All @@ -41,9 +42,17 @@
"rollup": "rollup -c",
"storybook": "storybook dev -p 6007",
"test:performance-lhci": "npm run perf:lhci",
"build:perf": "vite build --config vite.config.perf.ts",
"tsc": "tsc -p ."
},
"overrides": {
"@opentelemetry/core": "2.8.0",
"esbuild": "0.28.1",
"fast-uri": "3.1.6",
"js-yaml": "4.2.0",
"postcss-selector-parser": "7.1.5",
"qs": "6.16.0",
"tmp": "0.2.7"
},
"dependencies": {
"@ukic/web-components": "^3.30.0"
},
Expand Down Expand Up @@ -98,14 +107,5 @@
"react": "^16.7.0 || ^17.0.2 || ^18.2.0 || ^19.0.0",
"react-dom": "^16.7.0 || ^17.0.2 || ^18.2.0 || ^19.0.0"
},
"overrides": {
"tmp": "0.2.7",
"@opentelemetry/core": "2.8.0",
"esbuild": "0.28.1",
"js-yaml": "4.2.0",
"qs": "6.16.0",
"fast-uri": "3.1.6",
"postcss-selector-parser": "7.1.5"
},
"packageManager": "^npm@10.9.2"
}
12 changes: 6 additions & 6 deletions packages/web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@
"test:watch": "stencil test --spec --watchAll",
"test-a11y": "jest"
},
"overrides": {
"esbuild": "0.28.1",
"fast-uri": "3.1.6",
"js-yaml": "4.2.0",
"postcss-selector-parser": "7.1.5"
},
"dependencies": {
"@popperjs/core": "^2.11.2",
"@stencil/core": "4.26.0",
Expand Down Expand Up @@ -88,12 +94,6 @@
"peerDependencies": {
"@ukic/fonts": "^3.1.0"
},
"overrides": {
"esbuild": "0.28.1",
"js-yaml": "4.2.0",
"fast-uri": "3.1.6",
"postcss-selector-parser": "7.1.5"
},
"packageManager": "^npm@10.9.2",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
Expand Down
Loading