Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the frontend group in /frontend with 4 updates #108

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2024

Bumps the frontend group in /frontend with 4 updates: @solidjs/router, solid-js, pnpm and vite.

Updates @solidjs/router from 0.10.4 to 0.10.9

Commits

Updates solid-js from 1.8.7 to 1.8.11

Commits

Updates pnpm from 8.12.1 to 8.14.1

Release notes

Sourced from pnpm's releases.

v8.14.1

Patch Changes

  • Resolve the current working directory to its real location before doing any operations #6524.
  • Allow using token helpers in pnpm publish #7316.
  • Handle Git repository names containing capital letters #7488.
  • When hoisted-workspace-packages is true don't hoist the root package even if it has a name. Otherwise we would create a circular symlink.

Our Gold Sponsors

... (truncated)

Commits
  • 388e1cc chore(release): 8.14.1
  • 37ccff6 fix(store-path): throw an error when there's no pnpm home directory
  • 402fe55 test(license-scanner): fix
  • 8258e86 ci: change base branch to v8
  • fe737ae fix(license-scanner): use deterministic version for each dependency (#7500)
  • d349bc3 fix(modules-yaml): don't crash on empty file (#7508)
  • dcf3ef7 fix(license-scanner): handle git repo names with capital letters (#7488)
  • d9564e3 fix: use real path for module root dir (#6524) (#7491)
  • 5a5e425 feat: allow using token helpers in pnpm publish (#7443)
  • ff10aca fix: avoid circular symlink with hoist-workspace-packages (#7495)
  • Additional commits viewable in compare view

Updates vite from 5.0.10 to 5.0.11

Changelog

Sourced from vite's changelog.

5.0.11 (2024-01-05)

Commits
  • b44c493 release: v5.0.11
  • d2aa096 fix: inject __vite__mapDeps code before sourcemap file comment (#15483)
  • 2a540ee chore(deps): update tj-actions/changed-files action to v41 (#15476)
  • 5ea9edb fix(html): handle offset magic-string slice error (#15435)
  • 49d21fe chore(deps): update dependency strip-literal to v2 (#15475)
  • 8de7bd2 fix(assets): avoid splitting , inside base64 value of srcset attribute (#...
  • 19e3c9a fix: don't pretransform classic script links (#15361)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the frontend group in /frontend with 4 updates: [@solidjs/router](https://github.com/solidjs/solid-router), [solid-js](https://github.com/solidjs/solid), [pnpm](https://github.com/pnpm/pnpm) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `@solidjs/router` from 0.10.4 to 0.10.9
- [Commits](https://github.com/solidjs/solid-router/commits)

Updates `solid-js` from 1.8.7 to 1.8.11
- [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.12.1 to 8.14.1
- [Release notes](https://github.com/pnpm/pnpm/releases)
- [Commits](pnpm/pnpm@v8.12.1...v8.14.1)

Updates `vite` from 5.0.10 to 5.0.11
- [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.11/packages/vite)

---
updated-dependencies:
- dependency-name: "@solidjs/router"
  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-minor
  dependency-group: frontend
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 15, 2024
@querwurzel querwurzel merged commit f17a14c into main Jan 15, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/frontend-27ca745a23 branch January 15, 2024 18:14
querwurzel pushed a commit that referenced this pull request Apr 26, 2024
Bumps the frontend group in /frontend with 4 updates: [@solidjs/router](https://github.com/solidjs/solid-router), [solid-js](https://github.com/solidjs/solid), [pnpm](https://github.com/pnpm/pnpm) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).

Updates `@solidjs/router` from 0.10.4 to 0.10.9
- [Commits](https://github.com/solidjs/solid-router/commits)

Updates `solid-js` from 1.8.7 to 1.8.11
- [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.12.1 to 8.14.1
- [Release notes](https://github.com/pnpm/pnpm/releases)
- [Commits](pnpm/pnpm@v8.12.1...v8.14.1)

Updates `vite` from 5.0.10 to 5.0.11
- [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.11/packages/vite)

---
updated-dependencies:
- dependency-name: "@solidjs/router"
  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-minor
  dependency-group: frontend
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
querwurzel pushed a commit that referenced this pull request Apr 26, 2024
Bumps the frontend group in /frontend with 4 updates: [@solidjs/router](https://github.com/solidjs/solid-router), [solid-js](https://github.com/solidjs/solid), [pnpm](https://github.com/pnpm/pnpm) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).

Updates `@solidjs/router` from 0.10.4 to 0.10.9
- [Commits](https://github.com/solidjs/solid-router/commits)

Updates `solid-js` from 1.8.7 to 1.8.11
- [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.12.1 to 8.14.1
- [Release notes](https://github.com/pnpm/pnpm/releases)
- [Commits](pnpm/pnpm@v8.12.1...v8.14.1)

Updates `vite` from 5.0.10 to 5.0.11
- [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.11/packages/vite)

---
updated-dependencies:
- dependency-name: "@solidjs/router"
  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-minor
  dependency-group: frontend
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant