Socket
Socket
Sign inDemoInstall

@guardian/discussion-rendering

Package Overview
Dependencies
71
Maintainers
46
Versions
105
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 12.0.0 to 13.0.0

15

CHANGELOG.md
# @guardian/discussion-rendering
## 13.0.0
### Major Changes
- bcd2a21: This release introduces a change in its peer dependencies, which is a always a
breaking change.
- @guardian/libs@^12.0.0 (from ^10.0.0)
Consumers should consider upgrading their local versions of libs, which only
brings two major changes:
- [Formats update in v12](https://github.com/guardian/csnx/blob/main/libs/%40guardian/libs/CHANGELOG.md#1200)
- [Specified typescript version in v11](https://github.com/guardian/csnx/blob/main/libs/%40guardian/libs/CHANGELOG.md#1100)
## 12.0.0

@@ -4,0 +19,0 @@

37

package.json
{
"name": "@guardian/discussion-rendering",
"description": "This codebase started as a hack day project by @gtrufitt and @nicl. The purpose is parity of the existing discussion application on Frontend using the discussion API (search for Private Repo).",
"version": "12.0.0",
"version": "13.0.0",
"author": "",

@@ -25,3 +25,3 @@ "homepage": "https://github.com/guardian/discussion-rendering#readme",

"@emotion/react": "^11.5.0",
"@guardian/libs": "^10.0.0",
"@guardian/libs": "^12.0.0",
"@guardian/source-foundations": "^7.0.1",

@@ -46,3 +46,3 @@ "@guardian/source-react-components": "^9.0.1",

"@emotion/react": "11.5.0",
"@guardian/libs": "10.0.0",
"@guardian/libs": "12.0.0",
"@guardian/prettier": "^0.4.2",

@@ -62,10 +62,11 @@ "@guardian/source-foundations": "7.0.1",

"@storybook/react": "^6.5.13",
"@testing-library/dom": "^8.20.0",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^26.0.0",
"@types/jest": "~26.0.24",
"@types/node": "^14.10.2",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@types/rollup-plugin-visualizer": "^4.2.1",
"@types/react": "~17.0.2",
"@types/react-dom": "~17.0.1",
"@types/rollup-plugin-visualizer": "~4.2.1",
"@vitejs/plugin-react": "^2.1.0",

@@ -75,6 +76,6 @@ "babel-plugin-const-enum": "^1.2.0",

"eslint-config-react-app": "^7.0.1",
"eslint-plugin-react-hooks": "^4.0.4",
"eslint-plugin-react-hooks": "^4.6.0",
"fetch-mock": "^9.3.1",
"husky": "^8.0.0",
"jest": "^26.6.3",
"jest": "~26.6.3",
"jest-environment-jsdom-sixteen": "^1.0.3",

@@ -87,7 +88,9 @@ "mockdate": "^3.0.2",

"react-dom": "17.0.1",
"require-from-string": "^2.0.2",
"rollup": "^3.2.5",
"rollup-plugin-clear": "^2.0.7",
"rollup-plugin-visualizer": "^5.9.0",
"rollup-plugin-visualizer": "~5.9.0",
"storybook-chromatic": "^4.0.2",
"ts-jest": "^26.5.0",
"tslib": "^2.4.1",
"typescript": "^4.8.4",

@@ -97,2 +100,16 @@ "vite": "3.2.4",

},
"known_issues": {
"jest@~26.6.3": {
"@types/jest": [
"~26.0.24",
"~26.6.3"
]
},
"rollup-plugin-visualizer@~5.9.0": {
"@types/rollup-plugin-visualizer": [
"~4.2.1",
"~5.9.0"
]
}
},
"scripts": {

@@ -99,0 +116,0 @@ "build": "vite build && yarn tsc",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc