Skip to content

Commit

Permalink
Bump the internal-tooling group with 7 updates
Browse files Browse the repository at this point in the history
Bumps the internal-tooling group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@inrupt/base-rollup-config](https://github.com/inrupt/typescript-sdk-tools) | `3.2.3` | `3.2.4` |
| [@inrupt/eslint-config-lib](https://github.com/inrupt/typescript-sdk-tools) | `3.2.3` | `3.2.4` |
| @inrupt/internal-playwright-helpers | `3.2.3` | `3.2.4` |
| @inrupt/internal-test-env | `3.2.3` | `3.2.4` |
| [@inrupt/jest-jsdom-polyfills](https://github.com/inrupt/typescript-sdk-tools) | `3.2.3` | `3.2.4` |
| @inrupt/internal-playwright-testids | `3.2.3` | `3.2.4` |
| [@inrupt/eslint-config-base](https://github.com/inrupt/typescript-sdk-tools) | `3.2.3` | `3.2.4` |


Updates `@inrupt/base-rollup-config` from 3.2.3 to 3.2.4
- [Release notes](https://github.com/inrupt/typescript-sdk-tools/releases)
- [Commits](inrupt/typescript-sdk-tools@v3.2.3...v3.2.4)

Updates `@inrupt/eslint-config-lib` from 3.2.3 to 3.2.4
- [Release notes](https://github.com/inrupt/typescript-sdk-tools/releases)
- [Commits](inrupt/typescript-sdk-tools@v3.2.3...v3.2.4)

Updates `@inrupt/internal-playwright-helpers` from 3.2.3 to 3.2.4

Updates `@inrupt/internal-test-env` from 3.2.3 to 3.2.4

Updates `@inrupt/jest-jsdom-polyfills` from 3.2.3 to 3.2.4
- [Release notes](https://github.com/inrupt/typescript-sdk-tools/releases)
- [Commits](inrupt/typescript-sdk-tools@v3.2.3...v3.2.4)

Updates `@inrupt/internal-playwright-testids` from 3.2.3 to 3.2.4

Updates `@inrupt/eslint-config-base` from 3.2.3 to 3.2.4
- [Release notes](https://github.com/inrupt/typescript-sdk-tools/releases)
- [Commits](inrupt/typescript-sdk-tools@v3.2.3...v3.2.4)

---
updated-dependencies:
- dependency-name: "@inrupt/base-rollup-config"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: internal-tooling
- dependency-name: "@inrupt/eslint-config-lib"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: internal-tooling
- dependency-name: "@inrupt/internal-playwright-helpers"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: internal-tooling
- dependency-name: "@inrupt/internal-test-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: internal-tooling
- dependency-name: "@inrupt/jest-jsdom-polyfills"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: internal-tooling
- dependency-name: "@inrupt/internal-playwright-testids"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: internal-tooling
- dependency-name: "@inrupt/eslint-config-base"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: internal-tooling
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 25, 2024
1 parent ebf36c0 commit 203e746
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 87 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@inrupt/eslint-config-lib": "^3.2.3",
"@inrupt/eslint-config-lib": "^3.2.4",
"@playwright/test": "^1.47.2",
"@types/node": "^22.5.5",
"@types/react": "^18.3.6",
Expand Down
175 changes: 94 additions & 81 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"build-demo-app": "npm run build; cd packages/browser/examples/demoClientApp/; npm ci; npm run build; mkdir -p ../../../../dist/website/demo/; cp -r dist/. ../../../../dist/website/demo/"
},
"devDependencies": {
"@inrupt/base-rollup-config": "^3.2.3",
"@inrupt/eslint-config-lib": "^3.2.3",
"@inrupt/internal-playwright-helpers": "^3.2.3",
"@inrupt/base-rollup-config": "^3.2.4",
"@inrupt/eslint-config-lib": "^3.2.4",
"@inrupt/internal-playwright-helpers": "^3.2.4",
"@inrupt/internal-test-env": "^3.2.3",
"@inrupt/jest-jsdom-polyfills": "^3.2.3",
"@inrupt/jest-jsdom-polyfills": "^3.2.4",
"@inrupt/solid-client": "^2.1.0",
"@playwright/test": "^1.47.2",
"@rollup/plugin-commonjs": "^26.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/examples/demoClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"loglevel": "^1.9.2"
},
"devDependencies": {
"@inrupt/eslint-config-base": "3.2.3",
"@inrupt/eslint-config-base": "3.2.4",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.10.0",
Expand Down

0 comments on commit 203e746

Please sign in to comment.