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

chore(deps): update all non-major dependencies #93

Merged
merged 1 commit into from
Feb 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 7, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
SebRollen/toml-action action minor v1.0.2 -> v1.2.0 age adoption passing confidence
pnpm (source) packageManager minor 8.11.0 -> 8.15.3 age adoption passing confidence
styfle/cancel-workflow-action action patch 0.12.0 -> 0.12.1 age adoption passing confidence

Release Notes

SebRollen/toml-action (SebRollen/toml-action)

v1.2.0

Compare Source

What's Changed
New Contributors

Full Changelog: SebRollen/toml-action@v1.0.2...v1.2.0

pnpm/pnpm (pnpm)

v8.15.3

Compare Source

Patch Changes

  • Remove vulnerable "ip" package from the dependencies #​7652.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v8.15.2

Compare Source

Patch Changes

  • When purging multiple node_modules directories, pnpm will no longer print multiple prompts simultaneously.
  • Don't print an unnecessary warning when adding new dependencies to a project that uses hoisted node_modules.
  • Linking globally the command of a package that has no name in package.json #​4761.
  • Installation should work with lockfile created by pnpm v9.0.0-alpha.4

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v8.15.1

Compare Source

Patch Changes

  • Use the object-hash library instead of node-object-hash for hashing keys of side-effects cache #​7591.
  • bundledDependencies should never be added to the lockfile with false as the value #​7576.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v8.15.0

Compare Source

Minor Changes

  • When the license field does not exist in package.json but a license file exists, try to match and extract the license name #​7530.

Patch Changes

  • Running pnpm update -r --latest will no longer downgrade prerelease dependencies #​7436.
  • --aggregate-output should work on scripts executed from the same project #​7556.
  • Prefer hard links over reflinks on Windows as they perform better #​7564.
  • Reduce the length of the side-effects cache key. Instead of saving a stringified object composed from the dependency versions of the package, use the hash calculated from the said object #​7563.
  • Throw an error if pnpm update --latest runs with arguments containing versions specs. For instance, pnpm update --latest foo@next is not allowed #​7567.
  • Don't fail in Windows CoW if the file already exists #​7554.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v8.14.3

Compare Source

Patch Changes

  • pnpm pack should work as expected when "prepack" modifies the manifest #​7558.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v8.14.2

Compare Source

Patch Changes

  • Registry configuration from previous installation should not override current settings #​7507.
  • pnpm dlx should not fail, when executed from package.json "scripts" 7424.
  • A git-hosted dependency should not be added to the store if it failed to be built #​7407.
  • pnpm publish should pack "main" file or "bin" files defined in "publishConfig" #​4195.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v8.14.1

Compare Source

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

Our Silver Sponsors

v8.14.0

Compare Source

Minor Changes
  • A new option added for hoisting packages from the workspace. When hoist-workspace-packages is set to true, packages from the workspace are symlinked to either <workspace_root>/node_modules/.pnpm/node_modules or to <workspace_root>/node_modules depending on other hoisting settings (hoist-pattern and public-hoist-pattern) #​7451.
  • The pnpm dedupe command now accepts more command line options that the pnpm install command also accepts. Example: pnpm dedupe --store-dir=local-store-dir
Patch Changes
  • The package information output by cat-index should be sorted by key.
  • pnpm deploy should not touch the target directory if it already exists and isn't empty #​7351.
  • pnpm add a-module-already-in-dev-deps will show a message to notice the user that the package was not moved to "dependencies" #​926 and fix #​7319.
  • Don't install Node.js when use-node-version is set in a WebContainer #​7478.
  • Fix copy-on-write on Windows Dev Drives #​7468.
Our Gold Sponsors
Our Silver Sponsors

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

changeset-bot bot commented Dec 7, 2023

⚠️ No Changeset found

Latest commit: c26a4df

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

sweep-ai bot commented Dec 7, 2023

Apply Sweep Rules to your PR?

  • Apply: All new business logic should have corresponding unit tests.
  • Apply: Refactor large functions to be more modular.
  • Apply: Add docstrings to all functions and file headers.

Copy link

github-actions bot commented Dec 7, 2023

Your application was successfully deployed by Plaformatic! 🚀
Application url: https://squalid-legit-wired-expansion.deploy.space
Built from the commit: eae922b

@renovate renovate bot changed the title chore(deps): update dependency @types/node to v20.10.4 fix(deps): update all non-major dependencies Dec 7, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 0b60b39 to 0347e66 Compare December 13, 2023 22:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 70fcb81 to 87daa75 Compare December 18, 2023 18:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7f27a07 to 637ca4f Compare December 24, 2023 14:27
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update pnpm to v8.12.1 Dec 24, 2023
@renovate renovate bot changed the title chore(deps): update pnpm to v8.12.1 fix(deps): update all non-major dependencies Dec 24, 2023
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update pnpm to v8.12.1 Dec 25, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1420956 to 1911c1b Compare December 25, 2023 19:55
@renovate renovate bot changed the title chore(deps): update pnpm to v8.12.1 chore(deps): update all non-major dependencies Dec 25, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from e074d83 to 5eb869f Compare January 1, 2024 09:57
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Jan 1, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from ff9f85c to 70a9a51 Compare February 4, 2024 06:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 4979f00 to 4a0a0cb Compare February 12, 2024 16:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from f9295e9 to 894dbed Compare February 16, 2024 05:53
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Feb 16, 2024
@jellydn jellydn merged commit b301d60 into main Feb 16, 2024
6 checks passed
@jellydn jellydn deleted the renovate/all-minor-patch branch February 16, 2024 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant