Skip to content

Commit

Permalink
Update all typescript-sdk-tools dependencies (#135)
Browse files Browse the repository at this point in the history
* Update all typescript-sdk-tools dependencies

* Add dependabot groups for future updates

This should group future dependabot upgrades, to try reduce the noise.

* Update .github/dependabot.yml

---------

Co-authored-by: Nicolas Ayral Seydoux <[email protected]>
  • Loading branch information
edwardsph and NSeydoux authored Aug 23, 2024
1 parent 314ce27 commit 05709a3
Show file tree
Hide file tree
Showing 5 changed files with 1,114 additions and 497 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ updates:
ignore:
- dependency-name: "eslint"
update-types: ["version-update:semver-major"]
groups:
internal-tooling:
patterns:
- "@inrupt/internal-*"
- "@inrupt/eslint-*"
external-types:
patterns:
- "@types/*"
# Enable version updates for our CI tooling.
- package-ecosystem: "github-actions"
# For GitHub Actions, setting the directory to / will check for workflow
Expand Down
24 changes: 13 additions & 11 deletions e2e/test-app/package-lock.json

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

4 changes: 2 additions & 2 deletions e2e/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"lint:eslint": "eslint . --ext=.js,.jsx,.ts,.tsx"
},
"dependencies": {
"@inrupt/internal-playwright-testids": "^3.1.0",
"@inrupt/internal-test-env": "^3.2.1",
"@inrupt/internal-playwright-testids": "^3.2.2",
"@inrupt/internal-test-env": "^3.2.2",
"@inrupt/solid-client": "^2.0.1",
"@inrupt/solid-client-access-grants": "^3.0.5",
"@inrupt/solid-client-authn-browser": "^2.2.4",
Expand Down
Loading

0 comments on commit 05709a3

Please sign in to comment.