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
2 changes: 1 addition & 1 deletion .github/actions/setup-for-scripts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Set up repo for running scripts
runs:
using: composite
steps:
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: '20'
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# Need this to be able to inquire about origin/master
filter: blob:none # https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-clone/
fetch-depth: 0 # Default is 1; need to set to 0 to get the benefits of blob:none.
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: '20'

Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
# Need this to be able to inquire about origin/master
filter: blob:none # https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-clone/
fetch-depth: 0 # Default is 1; need to set to 0 to get the benefits of blob:none.
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: '20'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pnpm-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
if: ${{ github.repository == 'DefinitelyTyped/DefinitelyTyped' }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: '20'
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
Expand Down
1 change: 0 additions & 1 deletion attw.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@
"react-tag-input",
"react-text-mask",
"react-transition-group",
"react-type-animation",
"react-typical",
"react-typing-effect",
"react-widgets-moment",
Expand Down
24 changes: 24 additions & 0 deletions notNeededPackages.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
"libraryName": "@adobe/node-fetch-retry",
"asOfVersion": "2.1.0"
},
"adobe__pdfservices-node-sdk": {
"libraryName": "@adobe/pdfservices-node-sdk",
"asOfVersion": "4.0.0"
},
"ads-client": {
"libraryName": "ads-client",
"asOfVersion": "2.0.0"
Expand Down Expand Up @@ -2393,6 +2397,10 @@
"libraryName": "git-up",
"asOfVersion": "8.1.0"
},
"git-url-parse": {
"libraryName": "git-url-parse",
"asOfVersion": "16.0.2"
},
"github": {
"libraryName": "github",
"asOfVersion": "7.1.0"
Expand Down Expand Up @@ -4181,6 +4189,10 @@
"libraryName": "mini-css-extract-plugin",
"asOfVersion": "2.5.0"
},
"mini-html-webpack-plugin": {
"libraryName": "mini-html-webpack-plugin",
"asOfVersion": "3.0.0"
},
"minimist-options": {
"libraryName": "minimist-options",
"asOfVersion": "4.0.1"
Expand Down Expand Up @@ -5295,6 +5307,10 @@
"libraryName": "pusher-js",
"asOfVersion": "5.1.0"
},
"pvutils": {
"libraryName": "pvutils",
"asOfVersion": "1.1.0"
},
"python-shell": {
"libraryName": "python-shell",
"asOfVersion": "1.0.2"
Expand Down Expand Up @@ -6071,6 +6087,10 @@
"libraryName": "react-tooltip",
"asOfVersion": "4.2.4"
},
"react-type-animation": {
"libraryName": "react-type-animation",
"asOfVersion": "2.0.0"
},
"react-vega": {
"libraryName": "react-vega",
"asOfVersion": "7.0.0"
Expand Down Expand Up @@ -6527,6 +6547,10 @@
"libraryName": "signal-exit",
"asOfVersion": "4.0.0"
},
"signalfx": {
"libraryName": "signalfx",
"asOfVersion": "8.0.0"
},
"signature_pad": {
"libraryName": "signature_pad",
"asOfVersion": "4.0.0"
Expand Down
Loading