Skip to content

Commit

Permalink
chore: Update cmp app group d727d1ec70 (#908)
Browse files Browse the repository at this point in the history
* Update babel applications

* Update changesets

* Update guardian libraries

* Updated mime, eslint, axios

* Update cypress

* Update prettier, husky, serve

* Update jest

* Update node

* Update np

* Update packages

* Update Roll up

* Update guardian libs

* Create loud-geese-work.md

* Added extra comment to changeset

* Update package.json
  • Loading branch information
akinsola-guardian committed Jan 30, 2024
1 parent 89e3a6a commit 8f5e07c
Show file tree
Hide file tree
Showing 3 changed files with 1,916 additions and 1,533 deletions.
6 changes: 6 additions & 0 deletions .changeset/loud-geese-work.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@guardian/consent-management-platform': patch
---

Bump package version as recommended by Dependabot
Update peerDependencies - "@guardian/libs" to "^16.0.0"
78 changes: 39 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,58 +39,58 @@
},
"prettier": "@guardian/prettier",
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/core": "^7.23.9",
"@babel/plugin-proposal-class-properties": "^7",
"@babel/plugin-transform-runtime": "~7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@babel/runtime": "^7.23.2",
"@changesets/cli": "^2.26.2",
"@guardian/eslint-config-typescript": "^7.0.0",
"@guardian/libs": "15.0.0",
"@guardian/prettier": "^4.0.0",
"@babel/plugin-transform-runtime": "~7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.23.9",
"@changesets/cli": "^2.27.1",
"@guardian/eslint-config-typescript": "^9.0.2",
"@guardian/libs": "16.0.1",
"@guardian/prettier": "^8.0.0",
"@guardian/tsconfig": "^0.2.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.1",
"@rollup/plugin-html": "^1.0.2",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-strip": "^3.0.2",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.1",
"@types/jest": "^29.5.2",
"@types/mime": "^3.0.1",
"@types/node": "^20.3.3",
"axios": "^1.6.3",
"conventional-changelog-conventionalcommits": "^6.0.0",
"cypress": "^12.14.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-html": "^1.0.3",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-strip": "^3.0.4",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/jest": "^29.5.11",
"@types/mime": "^3.0.4",
"@types/node": "^20.11.8",
"axios": "^1.6.7",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cypress": "^13.6.3",
"cypress-wait-until": "^3.0.1",
"eslint": "^8.44.0",
"eslint-plugin-cypress": "^2.13.3",
"eslint": "^8.56.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-svelte3": "^4.0.0",
"gh-pages": "^5.0.0",
"husky": "^8.0.3",
"jest": "^29.5.0",
"gh-pages": "^6.1.1",
"husky": "^9.0.6",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.5.0",
"locate-character": "^2",
"locate-character": "^3.0.0",
"markdown-toc": "^1",
"np": "^8.0.4",
"np": "^9.2.0",
"npm-run-all": "^4",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"prettier": "^3.2.4",
"prettier-plugin-svelte": "^3.1.2",
"rollup": "^2.70.1",
"rollup-plugin-css-only": "^4.3.0",
"rollup-plugin-css-only": "^4.5.2",
"rollup-plugin-livereload": "^2",
"rollup-plugin-serve": "^2.0.2",
"rollup-plugin-svelte": "^7.1.5",
"serve": "^14.2.0",
"start-server-and-test": "~2.0.0",
"rollup-plugin-svelte": "^7.1.6",
"serve": "^14.2.1",
"start-server-and-test": "~2.0.3",
"svelte": "~3.59.1",
"tslib": "^2.5.3",
"typescript": "~5.1.3",
"tslib": "^2.6.2",
"typescript": "~5.3.3",
"wait-for-expect": "^3"
},
"peerDependencies": {
"@guardian/libs": "^15.0.0"
"@guardian/libs": "^15.0.0 || ^16.0.0"
}
}
Loading

3 comments on commit 8f5e07c

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

Coverage report

St.❔
Category Percentage Covered / Total
🟒 Statements 92.7% 254/274
🟒 Branches 83.48% 96/115
🟒 Functions 90% 63/70
🟒 Lines 92.48% 246/266

Test suite run success

328 tests passing in 16 suites.

Report generated by πŸ§ͺjest coverage report action from 8f5e07c

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

Coverage report

St.❔
Category Percentage Covered / Total
🟒 Statements 92.7% 254/274
🟒 Branches 83.48% 96/115
🟒 Functions 90% 63/70
🟒 Lines 92.48% 246/266

Test suite run success

328 tests passing in 16 suites.

Report generated by πŸ§ͺjest coverage report action from 8f5e07c

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

Coverage report

St.❔
Category Percentage Covered / Total
🟒 Statements 92.7% 254/274
🟒 Branches 83.48% 96/115
🟒 Functions 90% 63/70
🟒 Lines 92.48% 246/266

Test suite run success

328 tests passing in 16 suites.

Report generated by πŸ§ͺjest coverage report action from 8f5e07c

Please sign in to comment.