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 - autoclosed #94

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 2, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action patch v4.1.0 -> v4.1.1 age adoption passing confidence
actions/dependency-review-action action patch v3.1.0 -> v3.1.5 age adoption passing confidence
actions/first-interaction action minor v1.1.1 -> v1.3.0 age adoption passing confidence
actions/setup-node action patch v3.8.1 -> v3.8.2 age adoption passing confidence
dorny/paths-filter action minor v2.11.1 -> v2.12.0 age adoption passing confidence
github/codeql-action action minor v2.21.9 -> v2.24.0 age adoption passing confidence
node minor 18.18 -> 18.19 age adoption passing confidence
ossf/scorecard-action action minor v2.2.0 -> v2.3.1 age adoption passing confidence
pnpm (source) packageManager minor 8.8.0 -> 8.15.1 age adoption passing confidence
step-security/harden-runner action minor v2.5.1 -> v2.7.0 age adoption passing confidence

Release Notes

actions/checkout (actions/checkout)

v4.1.1

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4.1.0...v4.1.1

actions/dependency-review-action (actions/dependency-review-action)

v3.1.5: 3.1.5

Compare Source

What's Changed

Full Changelog: actions/dependency-review-action@v3.1.4...v3.1.5

v3.1.4: 3.1.4

Compare Source

What's Changed

Full Changelog: actions/dependency-review-action@v3...v3.1.4

v3.1.3: 3.1.3

Compare Source

What's Changed

Full Changelog: actions/dependency-review-action@v3...v3.1.3

v3.1.2: 3.1.2

Compare Source

What's Changed

Full Changelog: actions/dependency-review-action@v3...v3.1.2

v3.1.1: 3.1.1

Compare Source

What's Changed

  • Update a bunch of dependencies, including major version upgrades for octokit, @actions/github and typescript.

Full Changelog: actions/dependency-review-action@v3.1.0...v3.1.1

actions/first-interaction (actions/first-interaction)

v1.3.0

Compare Source

Upgrade our base image from node v14 -> v20

Add dependency on @octokit/rest and @actions/http-client.

👉 See the PR for details: https://github.com/actions/first-interaction/pull/287

v1.2.0

Compare Source

Upgrade our codeql actions from v1 -> v2

Updates github/codeql-action/init, github/codeql-action/autobuild, and github/codeql-action/analyze to v2.

👉 See the PR for details: https://github.com/actions/first-interaction/pull/275

actions/setup-node (actions/setup-node)

v3.8.2

Compare Source

What's Changed

Full Changelog: actions/setup-node@v3...v3.8.2

dorny/paths-filter (dorny/paths-filter)

v2.12.0

Compare Source

github/codeql-action (github/codeql-action)

v2.24.0

Compare Source

v2.23.2

Compare Source

v2.23.1

Compare Source

v2.23.0

Compare Source

v2.22.12

Compare Source

v2.22.11

Compare Source

v2.22.10

Compare Source

v2.22.9

Compare Source

v2.22.8

Compare Source

v2.22.7

Compare Source

v2.22.6

Compare Source

v2.22.5

Compare Source

v2.22.4

Compare Source

v2.22.3

Compare Source

v2.22.2

Compare Source

v2.22.1

Compare Source

v2.22.0

Compare Source

nodejs/node (node)

v18.19.0

Compare Source

v18.18.2

Compare Source

v18.18.1: 2023-10-10, Version 18.18.1 'Hydrogen' (LTS), @​richardlau

Compare Source

Notable Changes

This release addresses some regressions that appeared in Node.js 18.18.0:

  • (Windows) FS can not handle certain characters in file name #​48673
  • 18 and 20 node images give error - Text file busy (after re-build images) nodejs/docker-node#1968
  • libuv update in 18.18.0 breaks webpack's thread-loader #​49911

The libuv 1.45.0 and 1.46.0 updates that were released in Node.js 18.18.0 have been temporarily reverted.

Commits
ossf/scorecard-action (ossf/scorecard-action)

v2.3.1

Compare Source

What's Changed

Full Changelog: ossf/scorecard-action@v2.3.0...v2.3.1

v2.3.0

Compare Source

What's Changed

Documentation

New Contributors

Full Changelog: ossf/scorecard-action@v2.2.0...v2.3.0

pnpm/pnpm (pnpm)

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

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.

@renovate renovate bot requested a review from prisis as a code owner October 2, 2023 01:24
@renovate renovate bot changed the title chore(deps): update actions/first-interaction action to v1.2.0 chore(deps): update all non-major dependencies Oct 3, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 14f39be to 76af6b1 Compare October 9, 2023 12:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 1ae5f10 to 0190bde Compare October 17, 2023 19:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from fc66f3d to 24f32d2 Compare October 27, 2023 17:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 166d9bb to 228803d Compare November 8, 2023 09:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from f7e1e7e to 4a6e3b0 Compare November 16, 2023 23:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from debadc5 to ee9254e Compare November 28, 2023 07:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 0864dc6 to 89902be Compare December 13, 2023 22:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3b23561 to 5e131d8 Compare December 26, 2023 15:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 9ca1b4e to 80832d2 Compare January 8, 2024 16:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 017f9d2 to a8159fa Compare January 23, 2024 11:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 0027264 to 70f1c66 Compare January 31, 2024 00:15
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Feb 10, 2024
@renovate renovate bot closed this Feb 10, 2024
@renovate renovate bot deleted the renovate/all-minor-patch branch February 10, 2024 16:55
Copy link

Thank you for following the naming conventions! 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants