Skip to content

Commit

Permalink
Bump the frontend group in /frontend with 6 updates (#96)
Browse files Browse the repository at this point in the history
* add integration tests

* Bump the frontend group in /frontend with 6 updates

Bumps the frontend group in /frontend with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [linkify-element](https://github.com/Hypercontext/linkifyjs/tree/HEAD/packages/linkify-element) | `4.1.2` | `4.1.3` |
| [linkifyjs](https://github.com/Hypercontext/linkifyjs/tree/HEAD/packages/linkifyjs) | `4.1.2` | `4.1.3` |
| [solid-js](https://github.com/solidjs/solid) | `1.8.5` | `1.8.6` |
| [pnpm](https://github.com/pnpm/pnpm) | `8.10.4` | `8.10.5` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.2.2` | `5.3.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `4.5.0` | `5.0.2` |

Updates `linkify-element` from 4.1.2 to 4.1.3
- [Release notes](https://github.com/Hypercontext/linkifyjs/releases)
- [Changelog](https://github.com/Hypercontext/linkifyjs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Hypercontext/linkifyjs/commits/v4.1.3/packages/linkify-element)

Updates `linkifyjs` from 4.1.2 to 4.1.3
- [Release notes](https://github.com/Hypercontext/linkifyjs/releases)
- [Changelog](https://github.com/Hypercontext/linkifyjs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Hypercontext/linkifyjs/commits/v4.1.3/packages/linkifyjs)

Updates `solid-js` from 1.8.5 to 1.8.6
- [Release notes](https://github.com/solidjs/solid/releases)
- [Changelog](https://github.com/solidjs/solid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/solidjs/solid/commits)

Updates `pnpm` from 8.10.4 to 8.10.5
- [Release notes](https://github.com/pnpm/pnpm/releases)
- [Commits](pnpm/pnpm@v8.10.4...v8.10.5)

Updates `typescript` from 5.2.2 to 5.3.2
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.2.2...v5.3.2)

Updates `vite` from 4.5.0 to 5.0.2
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.0.2/packages/vite)

---
updated-dependencies:
- dependency-name: linkify-element
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend
- dependency-name: linkifyjs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend
- dependency-name: solid-js
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend
- dependency-name: pnpm
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: frontend
...

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Stefan Wilke <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and Stefan Wilke committed Nov 24, 2023
1 parent a6381f8 commit 70f0c46
Show file tree
Hide file tree
Showing 3 changed files with 234 additions and 126 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ void getPublicPaste() {
}

@Test
@DisplayName("GET /{pasteId} - public paste is cached until expiry")
@DisplayName("GET /{pasteId} - public paste is cached only until expiry")
void getExpiringPublicPaste() {
var paste = givenPaste(Paste.newInstance(
"someTitle",
Expand Down
12 changes: 6 additions & 6 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
},
"devDependencies": {
"@types/crypto-js": "^4.2.1",
"pnpm": "^8.10.4",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"pnpm": "^8.10.5",
"typescript": "^5.3.2",
"vite": "^5.0.2",
"vite-plugin-solid": "^2.7.2"
},
"dependencies": {
"@solidjs/router": "^0.9.1",
"crypto-js": "^4.2.0",
"linkify-element": "^4.1.2",
"linkifyjs": "^4.1.2",
"linkify-element": "^4.1.3",
"linkifyjs": "^4.1.3",
"mvp.css": "^1.14.0",
"solid-js": "^1.8.5"
"solid-js": "^1.8.6"
}
}
Loading

0 comments on commit 70f0c46

Please sign in to comment.