@k-int/stripes-kint-components 5.28.0 → 5.28.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/jest.config.js +3 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
## [5.28.2](https://gitlab.com/knowledge-integration/folio/stripes-kint-components/compare/v5.28.1...v5.28.2) (2025-10-29)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* CI Pipeline always runs tests ([071890a](https://gitlab.com/knowledge-integration/folio/stripes-kint-components/commit/071890ad1195c0e491c47fae6d9edf7b1914fb85))
|
|
7
|
+
|
|
8
|
+
## [5.28.1](https://gitlab.com/knowledge-integration/folio/stripes-kint-components/compare/v5.28.0...v5.28.1) (2025-10-28)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* Another CI tweka, manually set env variable off the back of OIDC auth ([d519381](https://gitlab.com/knowledge-integration/folio/stripes-kint-components/commit/d5193817a6c9d0f7fc51795d94d76bdfdd2e1a2c))
|
|
14
|
+
* Newer semantic-release ([ebe1595](https://gitlab.com/knowledge-integration/folio/stripes-kint-components/commit/ebe1595fc3968efd6c9c7268daf3d4cd2c102660))
|
|
15
|
+
* Set npm registry auth_token directly to attempt to bypass NPM_TOKEN verification ([cfc1bb0](https://gitlab.com/knowledge-integration/folio/stripes-kint-components/commit/cfc1bb0b364d7098d13efc8ff07dd9acf5e2ba0a))
|
|
16
|
+
* Set OIDC token to NPM_TOKEN instead ([859b793](https://gitlab.com/knowledge-integration/folio/stripes-kint-components/commit/859b79323c7b0c8fd2ce406e276f8e75fbb9df72))
|
|
17
|
+
* Tweak NPM_TOKEN=CI_JOB_TOKEN ([01a762e](https://gitlab.com/knowledge-integration/folio/stripes-kint-components/commit/01a762e9a36e2f4dd45ea578c168995a7db65524))
|
|
18
|
+
* Tweak release pipeline to use Trusted Publisher from NPM ([4826fee](https://gitlab.com/knowledge-integration/folio/stripes-kint-components/commit/4826feebc90a210e26f92f659bc300ee39b010b2))
|
|
19
|
+
|
|
1
20
|
# [5.28.0](https://gitlab.com/knowledge-integration/folio/stripes-kint-components/compare/v5.27.0...v5.28.0) (2025-10-24)
|
|
2
21
|
|
|
3
22
|
|
package/jest.config.js
CHANGED
|
@@ -8,11 +8,13 @@ const thisConfig = {
|
|
|
8
8
|
testEnvironment: 'jsdom',
|
|
9
9
|
transform: { '^.+\\.(js|jsx)$': path.join(__dirname, './test/jest/jest-transformer.js') },
|
|
10
10
|
moduleDirectories: ['node_modules'],
|
|
11
|
-
modulePathIgnorePatterns: [
|
|
11
|
+
modulePathIgnorePatterns: ['<rootDir>/.*/__mocks__'],
|
|
12
12
|
setupFiles: [
|
|
13
13
|
path.join(__dirname, './test/jest/setupTests.js')
|
|
14
14
|
],
|
|
15
15
|
resolver: path.join(__dirname, './test/jest/resolver.js'),
|
|
16
|
+
'reporters': ['default', 'jest-junit'],
|
|
17
|
+
coverageReporters: ['html', 'text', 'text-summary', 'cobertura'],
|
|
16
18
|
};
|
|
17
19
|
|
|
18
20
|
module.exports = thisConfig;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@k-int/stripes-kint-components",
|
|
3
|
-
"version": "5.28.
|
|
3
|
+
"version": "5.28.2",
|
|
4
4
|
"description": "Stripes Component library for K-Int specific applications",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css"
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"scripts": {
|
|
10
10
|
"lint": "eslint src --resolve-plugins-relative-to ./node_modules/@folio/eslint-config-stripes/",
|
|
11
11
|
"test": "yarn run test:jest",
|
|
12
|
-
"test:jest": "jest --ci --coverage --maxWorkers=50%",
|
|
12
|
+
"test:jest": "jest --ci --coverage --maxWorkers=50% --reporters=default --reporters=jest-junit",
|
|
13
13
|
"build:es": "rm -rf ./es && babel --extensions .js --ignore ./src/**/tests/**/* ./src --out-dir es",
|
|
14
14
|
"build": "yarn build:es",
|
|
15
15
|
"clean": "rm -rf ./node_modules ./*/node_modules ./yarn.lock && yarn install --ignore-scripts",
|
|
@@ -48,8 +48,7 @@
|
|
|
48
48
|
"@formatjs/cli": "^6.6.0",
|
|
49
49
|
"@semantic-release/changelog": "^6.0.3",
|
|
50
50
|
"@semantic-release/git": "^10.0.1",
|
|
51
|
-
"@semantic-release/gitlab": "^
|
|
52
|
-
"@semantic-release/npm": "^11.0.0",
|
|
51
|
+
"@semantic-release/gitlab": "^13.2.9",
|
|
53
52
|
"babel-plugin-const-enum": "^1.0.1",
|
|
54
53
|
"babel-plugin-module-resolver": "^5.0.0",
|
|
55
54
|
"babel-plugin-require-context-hook": "^1.0.0",
|
|
@@ -61,6 +60,7 @@
|
|
|
61
60
|
"eslint-plugin-jest": "^28.0.0",
|
|
62
61
|
"graphql": "^16.0.0",
|
|
63
62
|
"identity-obj-proxy": "^3.0.0",
|
|
63
|
+
"jest-junit": "^16.0.0",
|
|
64
64
|
"prop-types-extra": ">=1.1.0",
|
|
65
65
|
"react": "^18.2.0",
|
|
66
66
|
"react-dom": "^18.2.0",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"redux-observable": "^2.0.0",
|
|
72
72
|
"regenerator-runtime": "^0.14.0",
|
|
73
73
|
"rxjs": "^7.0.0",
|
|
74
|
-
"semantic-release": "^
|
|
74
|
+
"semantic-release": "^25.0.1",
|
|
75
75
|
"sinon": "^18.0.0"
|
|
76
76
|
},
|
|
77
77
|
"peerDependencies": {
|