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
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
if: ${{ github.event_name == 'pull_request' }}

- name: Upload suggestions
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
with:
name: suggestions_${{ matrix.shardId }}_${{ matrix.shardCount }}
if-no-files-found: ignore
Expand All @@ -139,7 +139,7 @@ jobs:
id: suggestions-dir
run: echo "path=$(node ./scripts/get-suggestions-dir.js)" >> "$GITHUB_OUTPUT"

- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
with:
path: ${{ steps.suggestions-dir.outputs.path }}
merge-multiple: true
Expand Down
3 changes: 0 additions & 3 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,3 @@ hoistWorkspacePackages: false
# Remove once https://github.com/pnpm/pnpm/issues/6457 is fixed
# and we can set a hoisting limit of "workspaces" like in Yarn.
sharedWorkspaceLockfile: false

overrides:
'@wordpress/vips': '-'
7 changes: 1 addition & 6 deletions types/dojo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,5 @@
"devDependencies": {
"@types/dojo": "workspace:."
},
"owners": [
{
"name": "Michael Van Sickle",
"githubUsername": "vansimke"
}
]
"owners": []
}
4 changes: 0 additions & 4 deletions types/flickity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
"name": "Paul Crane",
"githubUsername": "PabloDiablo"
},
{
"name": "Rui Lopes",
"githubUsername": "Dashiing"
},
{
"name": "Robert Dennis",
"githubUsername": "rdennis"
Expand Down
4 changes: 0 additions & 4 deletions types/node-statsd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
{
"name": "Alex Turek",
"githubUsername": "alexturek"
},
{
"name": "Convoy",
"githubUsername": "convoyinc"
}
]
}