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 2 updates #83

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2023

Bumps the frontend group in /frontend with 2 updates: solid-js and pnpm.

Updates solid-js from 1.8.3 to 1.8.5

Commits

Updates pnpm from 8.9.2 to 8.10.0

Release notes

Sourced from pnpm's releases.

v8.10.0

Minor Changes

  • Support for multiple architectures when installing dependencies #5965.

    You can now specify architectures for which you'd like to install optional dependencies, even if they don't match the architecture of the system running the install. Use the supportedArchitectures field in package.json to define your preferences.

    For example, the following configuration tells pnpm to install optional dependencies for Windows x64:

    {
      "pnpm": {
        "supportedArchitectures": {
          "os": ["win32"],
          "cpu": ["x64"]
        }
      }
    }

    Whereas this configuration will have pnpm install optional dependencies for Windows, macOS, and the architecture of the system currently running the install. It includes artifacts for both x64 and arm64 CPUs:

    {
      "pnpm": {
        "supportedArchitectures": {
          "os": ["win32", "darwin", "current"],
          "cpu": ["x64", "arm64"]
        }
      }
    }

    Additionally, supportedArchitectures also supports specifying the libc of the system.

  • The pnpm licenses list command now accepts the --filter option to check the licenses of the dependencies of a subset of workspace projects #5806.

Patch Changes

  • Allow scoped name as bin name #7112.

  • When running scripts recursively inside a workspace, the logs of the scripts are grouped together in some CI tools. (Only works with --workspace-concurrency 1)

  • Print a warning when installing a dependency from a non-existent directory #7159

  • Should fetch dependency from tarball url when patching dependency installed from git #7196

  • pnpm setup should add a newline at the end of the updated shell config file #7227.

  • Improved the performance of linking bins of hoisted dependencies to node_modules/.pnpm/node_modules/.bin #7212.

  • Wrongful ELIFECYCLE error on program termination #7164.

  • pnpm publish should not pack the same file twice sometimes #6997.

    The fix was to update npm-packlist to the latest version.

... (truncated)

Commits
  • 3eeb16f chore(release): 8.10.0
  • d4ac491 fix: wrongful ELIFECYCLE error on program termination
  • 5003636 fix: packing the same file twice during publish (#7250)
  • 8abd9be refactor: add type safety for config (#7249)
  • b41b112 chore(release): libs
  • 8e027f9 chore(deps): update
  • ee4d15f refactor(hoist): export getHoistedDependencies(opts)
  • b900294 chore(release): 8.10.0-0
  • d93e5d0 fix(plugin-commands-patching): should fetch dependency from tarball url when ...
  • 43ce9e4 feat: add support to install different architectures (#7214)
  • Additional commits viewable 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

querwurzel and others added 2 commits November 1, 2023 09:10
Bumps the frontend group in /frontend with 2 updates: [solid-js](https://github.com/solidjs/solid) and [pnpm](https://github.com/pnpm/pnpm).


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

Updates `pnpm` from 8.9.2 to 8.10.0
- [Release notes](https://github.com/pnpm/pnpm/releases)
- [Commits](pnpm/pnpm@v8.9.2...v8.10.0)

---
updated-dependencies:
- 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
...

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 Nov 1, 2023
@querwurzel querwurzel merged commit 7fb6a0c into main Nov 1, 2023
2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/frontend-b527cd34fb branch November 1, 2023 21:07
querwurzel pushed a commit that referenced this pull request Apr 26, 2024
* refactor DateTimeUtil

* Bump the frontend group in /frontend with 2 updates

Bumps the frontend group in /frontend with 2 updates: [solid-js](https://github.com/solidjs/solid) and [pnpm](https://github.com/pnpm/pnpm).

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

Updates `pnpm` from 8.9.2 to 8.10.0
- [Release notes](https://github.com/pnpm/pnpm/releases)
- [Commits](pnpm/pnpm@v8.9.2...v8.10.0)

---
updated-dependencies:
- 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
...

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

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: querwurzel <>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
querwurzel pushed a commit that referenced this pull request Apr 26, 2024
* refactor DateTimeUtil

* Bump the frontend group in /frontend with 2 updates

Bumps the frontend group in /frontend with 2 updates: [solid-js](https://github.com/solidjs/solid) and [pnpm](https://github.com/pnpm/pnpm).

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

Updates `pnpm` from 8.9.2 to 8.10.0
- [Release notes](https://github.com/pnpm/pnpm/releases)
- [Commits](pnpm/pnpm@v8.9.2...v8.10.0)

---
updated-dependencies:
- 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
...

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

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: querwurzel <>
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