Skip to content
Merged
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
126 changes: 13 additions & 113 deletions pnpm-lock.yaml

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

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Update package dependencies.
2 changes: 1 addition & 1 deletion projects/js-packages/publicize-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@wordpress/compose": "7.36.0",
"@wordpress/core-data": "7.36.0",
"@wordpress/data": "10.36.0",
"@wordpress/dataviews": "10.2.0",
"@wordpress/dataviews": "11.0.0",
"@wordpress/date": "5.36.0",
"@wordpress/edit-post": "8.36.0",
"@wordpress/editor": "14.36.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Update package dependencies.
2 changes: 1 addition & 1 deletion projects/js-packages/scan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@automattic/jetpack-components": "workspace:*",
"@wordpress/api-fetch": "7.36.0",
"@wordpress/components": "30.9.0",
"@wordpress/dataviews": "10.2.0",
"@wordpress/dataviews": "11.0.0",
"@wordpress/date": "5.36.0",
"@wordpress/element": "6.36.0",
"@wordpress/i18n": "6.9.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
type Action,
type ActionButton,
type Field,
type FieldType,
type FieldTypeName,
type Filter,
type SortDirection,
type SupportedLayouts,
Expand Down Expand Up @@ -315,7 +315,7 @@ export default function ThreatsDataViews( {
{
id: THREAT_FIELD_SEVERITY,
label: __( 'Severity', 'jetpack-scan' ),
type: 'integer' as FieldType,
type: 'integer' as FieldTypeName,
getValue( { item }: { item: Threat } ) {
return item.severity ?? 0;
},
Expand Down Expand Up @@ -343,7 +343,7 @@ export default function ThreatsDataViews( {
{
id: THREAT_FIELD_FIRST_DETECTED,
label: __( 'First Detected', 'jetpack-scan' ),
type: 'datetime' as FieldType,
type: 'datetime' as FieldTypeName,
getValue( { item }: { item: Threat } ) {
return item.firstDetected ? new Date( item.firstDetected ) : null;
},
Expand All @@ -362,7 +362,7 @@ export default function ThreatsDataViews( {
{
id: THREAT_FIELD_FIXED_ON,
label: __( 'Fixed On', 'jetpack-scan' ),
type: 'datetime' as FieldType,
type: 'datetime' as FieldTypeName,
getValue( { item }: { item: Threat } ) {
return item.fixedOn ? new Date( item.fixedOn ) : null;
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Update package dependencies.
2 changes: 1 addition & 1 deletion projects/packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@wordpress/compose": "7.36.0",
"@wordpress/core-data": "7.36.0",
"@wordpress/data": "10.36.0",
"@wordpress/dataviews": "10.2.0",
"@wordpress/dataviews": "11.0.0",
"@wordpress/dom-ready": "4.36.0",
"@wordpress/editor": "14.36.0",
"@wordpress/element": "6.36.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Update package dependencies.
2 changes: 1 addition & 1 deletion projects/packages/my-jetpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@wordpress/components": "30.9.0",
"@wordpress/compose": "7.36.0",
"@wordpress/data": "10.36.0",
"@wordpress/dataviews": "10.2.0",
"@wordpress/dataviews": "11.0.0",
"@wordpress/date": "5.36.0",
"@wordpress/element": "6.36.0",
"@wordpress/i18n": "6.9.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Update package dependencies.
2 changes: 1 addition & 1 deletion projects/packages/newsletter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"extends @wordpress/browserslist-config"
],
"dependencies": {
"@wordpress/dataviews": "10.2.0",
"@wordpress/dataviews": "11.0.0",
Copy link
Member

Choose a reason for hiding this comment

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

@dsas, I'm assuming this dependency is here by mistake? I don't think the Newsletters page actually uses DataViews.

Copy link
Contributor

Choose a reason for hiding this comment

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

It's deliberate - I'm working on a new newsletter package that will use DataViews and have merged the infrastructural side of it to try and keep the pr size down

Copy link
Member

Choose a reason for hiding this comment

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

Aight, thanks for the explanation. :-) Sounds like no need to test anything further yet, but in future we'll test Newsletters too when updating DataViews. 👍

"@wordpress/element": "6.36.0",
"@wordpress/i18n": "6.9.0",
"debug": "4.4.1"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Update package dependencies.
2 changes: 1 addition & 1 deletion projects/packages/subscribers-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@automattic/babel-plugin-replace-textdomain": "workspace:*",
"@wordpress/data": "10.36.0",
"@wordpress/dataviews": "10.2.0",
"@wordpress/dataviews": "11.0.0",
"@wordpress/element": "6.36.0",
"@wordpress/i18n": "6.9.0",
"@wordpress/url": "4.36.0"
Expand Down
Loading