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): lock file maintenance non-major updates and lockfile maintenance(auto merge) #27

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 13, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed age adoption passing confidence
@slack/bolt (source) dependencies minor 3.14.0 -> 3.16.0 age adoption passing confidence
@slack/web-api (source) dependencies minor 6.9.0 -> 6.10.0 age adoption passing confidence
dessant/lock-threads action patch v5.0.0 -> v5.0.1 age adoption passing confidence
node minor 20.9.0 -> 20.10.0 age adoption passing confidence
openai dependencies minor 4.16.1 -> 4.23.0 age adoption passing confidence
pnpm (source) packageManager minor 8.10.0 -> 8.12.1 age adoption passing confidence

🔧 This Pull Request updates lock files to use the latest dependency versions.


Release Notes

slackapi/bolt (@​slack/bolt)

v3.16.0

Compare Source

What's Changed
Enhancements 🎁
Maintainers
New Contributors 👋

Full Changelog: https://github.com/slackapi/bolt-js/compare/[@​slack/bolt](https://togithub.com/slack/bolt)[@​3](https://togithub.com/3).15.0...[@​slack/bolt](https://togithub.com/slack/bolt)[@​3](https://togithub.com/3).16.0

v3.15.0

Compare Source

What's Changed

This minor release includes support for the new File Input Block Kit Element, which allows for users to submit files using Block Kit. It also removes all traces of vulnerable versions of the axios dependency.

Enhancements
Bug Fixes
Dependencies
Other

New Contributors

Full Changelog: https://github.com/slackapi/bolt-js/compare/[@​slack/bolt](https://togithub.com/slack/bolt)[@​3](https://togithub.com/3).14.0...[@​slack/bolt](https://togithub.com/slack/bolt)[@​3](https://togithub.com/3).15.0

slackapi/node-slack-sdk (@​slack/web-api)

v6.10.0

Compare Source

What's Changed

66eb303 Add support for apps.manifest.* endpoints - thanks @​misscoded! (#​1690)
6e07903 Add new args to admin.users.list and update web API response types - thanks @​seratch! (#​1688)

Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/[@​slack/web-api](https://togithub.com/slack/web-api)[@​6](https://togithub.com/6).9.1...[@​slack/web-api](https://togithub.com/slack/web-api)[@​6](https://togithub.com/6).10.0

v6.9.1

Compare Source

What's Changed

Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/[@​slack/web-api](https://togithub.com/slack/web-api)[@​6](https://togithub.com/6).9.0...[@​slack/web-api](https://togithub.com/slack/web-api)[@​6](https://togithub.com/6).9.1

dessant/lock-threads (dessant/lock-threads)

v5.0.1

Compare Source

Learn more about this release from the changelog.

nodejs/node (node)

v20.10.0

Compare Source

openai/openai-node (openai)

v4.23.0

Compare Source

Full Changelog: v4.22.1...v4.23.0

Features
Chores

v4.22.1

Compare Source

Full Changelog: v4.22.0...v4.22.1

Chores
Documentation

v4.22.0

Compare Source

Full Changelog: v4.21.0...v4.22.0

Features
Chores

v4.21.0

Compare Source

Full Changelog: v4.20.1...v4.21.0

Features
  • client: support reading the base url from an env variable (#​547) (06fb68d)
Bug Fixes
  • correct some runTools behavior and deprecate runFunctions (#​562) (f5cdd0f)
  • prevent 400 when using runTools/runFunctions with Azure OpenAI API (#​544) (735d9b8)
Documentation
Build System

v4.20.1

Compare Source

Full Changelog: v4.20.0...v4.20.1

Chores
  • internal: remove file import and conditionally run prepare (#​533) (48cb729)
Documentation

v4.20.0

Compare Source

Full Changelog: v4.19.1...v4.20.0

Features
Chores

v4.19.1

Compare Source

Full Changelog: v4.19.0...v4.19.1

v4.19.0

Compare Source

Full Changelog: v4.18.0...v4.19.0

Features

v4.18.0

Compare Source

Full Changelog: v4.17.5...v4.18.0

Features

v4.17.5

Compare Source

Full Changelog: v4.17.4...v4.17.5

Chores
  • fix typo in docs and add request header for function calls (#​494) (22ce244)

v4.17.4

Compare Source

Full Changelog: v4.17.3...v4.17.4

Chores

v4.17.3

Compare Source

Full Changelog: v4.17.2...v4.17.3

v4.17.2

Compare Source

Full Changelog: v4.17.1...v4.17.2

Chores

v4.17.1

Compare Source

Full Changelog: v4.17.0...v4.17.1

Refactors
  • client: deprecate files.retrieveContent in favour of files.content (#​474) (7c7bfc2)

v4.17.0

Compare Source

Full Changelog: v4.16.2...v4.17.0

Features
Refactors
  • api: rename FunctionObject to FunctionDefinition (#​470) (f3990c7)

v4.16.2

Compare Source

Full Changelog: v4.16.1...v4.16.2

Bug Fixes
Chores
Documentation
pnpm/pnpm (pnpm)

v8.12.1

Compare Source

Patch Changes

  • Don't report dependencies with optional dependencies as being added on repeat install. This was a bug in reporting #​7384.
  • Fix a bug where --fix-lockfile crashes on tarballs #​7368.
  • Do not create empty patch directory.
  • Installation should not fail if an empty node_modules directory cannot be removed #​7405.

Our Gold Sponsors

Our Silver Sponsors

v8.12.0

Compare Source

Minor Changes

  • Add support for basic authorization header #​7371.

Patch Changes

  • Fix a bug where pnpm incorrectly passes a flag to a run handler as a fallback command #​7244.
  • When dedupe-direct-deps is set to true, commands of dependencies should be deduplicated #​7359.

Our Gold Sponsors

Our Silver Sponsors

v8.11.0

Compare Source

Minor Changes

  • (IMPORTANT) When the package tarballs aren't hosted on the same domain on which the registry (the server with the package metadata) is, the dependency keys in the lockfile should only contain /<pkg_name>@&#8203;<pkg_version, not <domain>/<pkg_name>@&#8203;<pkg_version>.

    This change is a fix to avoid the same package from being added to node_modules/.pnpm multiple times. The change to the lockfile is backward compatible, so previous versions of pnpm will work with the fixed lockfile.

    We recommend that all team members update pnpm in order to avoid repeated changes in the lockfile.

    Related PR: #​7318.

Patch Changes

  • 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.
  • The modules directory should not be removed if the registry configuration has changed.
  • Fix missing auth tokens in registries with paths specified (e.g. //npm.pkg.github.com/pnpm). #​5970 #​2933

Our Gold Sponsors

Our Silver Sponsors

v8.10.5

Compare Source

Patch Changes

  • Don't fail on an empty pnpm-workspace.yaml file #​7307.

Our Gold Sponsors

Our Silver Sponsors

v8.10.4

Compare Source

Patch Changes

  • Fixed out-of-memory exception that was happening on dependencies with many peer dependencies, when node-linker was set to hoisted #​6227.

Our Gold Sponsors

Our Silver Sponsors

v8.10.3

Compare Source

Patch Changes

  • (Important) Increased the default amount of allowed concurrent network request on systems that have more than 16 CPUs #​7285.

  • pnpm patch should reuse existing patch when shared-workspace-file=false #​7252.

  • Don't retry fetching missing packages, since the retries will never work #​7276.

  • When using pnpm store prune --force alien directories are removed from the store #​7272.

  • Downgraded npm-packlist because the newer version significantly slows down the installation of local directory dependencies, making it unbearably slow.

    npm-packlist was upgraded in this PR to fix #​6997. We added our own file deduplication to fix the issue of duplicate file entries.

  • Fixed a performance regression on running installation on a project with an up to date lockfile #​7297.

  • Throw an error on invalid pnpm-workspace.yaml file #​7273.

Our Gold Sponsors

Our Silver Sponsors


Configuration

📅 Schedule: Branch creation - "before 4am on monday" (UTC), 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.

@renovate renovate bot added the dependencies Change in project dependencies. label Nov 13, 2023
@renovate renovate bot assigned rainx Nov 13, 2023
@renovate renovate bot requested a review from rainx November 13, 2023 05:15
@renovate renovate bot force-pushed the renovate/non-major-updates-and-lockfile-maintenance(auto-merge) branch 9 times, most recently from 9be4c73 to e3700d7 Compare November 17, 2023 03:19
@renovate renovate bot force-pushed the renovate/non-major-updates-and-lockfile-maintenance(auto-merge) branch 6 times, most recently from 723e6a6 to d1c34d1 Compare November 28, 2023 01:35
@renovate renovate bot force-pushed the renovate/non-major-updates-and-lockfile-maintenance(auto-merge) branch 3 times, most recently from 390cc7d to 0aeef22 Compare December 1, 2023 19:43
@renovate renovate bot force-pushed the renovate/non-major-updates-and-lockfile-maintenance(auto-merge) branch 4 times, most recently from e3f0361 to c4551aa Compare December 15, 2023 07:06
@renovate renovate bot force-pushed the renovate/non-major-updates-and-lockfile-maintenance(auto-merge) branch 4 times, most recently from 8b5470d to 79f40b2 Compare December 18, 2023 07:27
@renovate renovate bot force-pushed the renovate/non-major-updates-and-lockfile-maintenance(auto-merge) branch from 79f40b2 to f5261cf Compare December 18, 2023 07:29
Copy link
Contributor Author

renovate bot commented Dec 18, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

Copy link

There hasn't been any activity on this pull request recently, and in order to prioritize active work, it has been marked as stale.
This PR will be closed and locked in 7 days if no further activity occurs.
Thank you for your contributions!

@github-actions github-actions bot added the stale No activity for quite some time. label Jan 18, 2024
@github-actions github-actions bot closed this Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Change in project dependencies. stale No activity for quite some time.
Development

Successfully merging this pull request may close these issues.

1 participant