Skip to content

Commit

Permalink
pnpm fixes and changeset copy updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Apr 27, 2023
1 parent 089a14e commit 0461e9d
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .changeset/late-birds-clean.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'@keystone-ui/fields': minor
---

Add newline compatibility to description text in admin ui
Adds newline compatibility to description text in admin ui
2 changes: 1 addition & 1 deletion .changeset/tough-moles-heal.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'@keystone-6/core': minor
---

Update Prisma version to `4.12.0`
Updates Prisma version to `4.12.0`
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
"@babel/preset-typescript": "^7.21.0",
"@changesets/changelog-github": "^0.4.1",
"@changesets/cli": "^2.18.0",
"@changesets/get-github-info": "^0.5.2",
"@changesets/get-release-plan": "^3.0.16",
"@manypkg/cli": "^0.20.0",
"@preconstruct/cli": "2.5.0",
"@types/jest": "^29.0.0",
Expand Down
31 changes: 19 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 9 additions & 28 deletions scripts/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,37 +15,18 @@ const publicPackages = [
'@keystone-6/core',
'@keystone-6/document-renderer',
'@keystone-6/fields-document',
'@keystone-6/session-store-redis',
];

const cves = [
{
id: 'CVE-2022-36313',
href: 'https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-36313',
upstream: true,
description: `
An upstream transitive dependency \`file-type\` is vulnerable to a ReDoS.
We have upgraded to a version of \`file-type\` that is fixed.
`,
},
{
id: 'CVE-2023-23936',
href: 'https://github.com/advisories/GHSA-5r9g-qh6m-jxff',
upstream: true,
description: `
An upstream transitive dependency \`undici\` is vulnerable to a HTTP header CRLF injection vulnerability.
We have upgraded to a version of \`@prisma/core\` that uses a fixed \`undici\`.
`,
},
{
id: 'CVE-2023-24807',
href: 'https://github.com/advisories/GHSA-r6ch-mqf9-qc9w',
upstream: true,
description: `
An upstream transitive dependency \`undici\` is vulnerable to a ReDoS.
We have upgraded to a version of \`@prisma/core\` that uses a fixed \`undici\`.
`,
},
// {
// id: 'CVE-2023-23936',
// href: 'https://github.com/advisories/GHSA-5r9g-qh6m-jxff',
// upstream: true,
// description: `
// An upstream transitive dependency \`undici\` is vulnerable to a HTTP header CRLF injection vulnerability.
// We have upgraded to a version of \`@prisma/core\` that uses a fixed \`undici\`.
// `,
// },
];

function gitCommitsSince(tag) {
Expand Down

0 comments on commit 0461e9d

Please sign in to comment.