chore(deps): lock file maintenance non-major updates and lockfile maintenance(auto merge) #27
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.14.0
->3.16.0
6.9.0
->6.10.0
v5.0.0
->v5.0.1
20.9.0
->20.10.0
4.16.1
->4.23.0
8.10.0
->8.12.1
🔧 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
file_input
block element payload support in TS by @seratch in https://github.com/slackapi/bolt-js/pull/1995rich_text_input
block element payload support in TS by @seratch in https://github.com/slackapi/bolt-js/pull/1963SocketModeReceiver
to be used with Socket Mode by @zimeg in https://github.com/slackapi/bolt-js/pull/1972ExpressReceiver
by @zimeg in https://github.com/slackapi/bolt-js/pull/1973Bug 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
name
argument + improve docs (#569) (3b68ace)Chores
v4.21.0
Compare Source
Full Changelog: v4.20.1...v4.21.0
Features
Bug Fixes
Documentation
Build System
packageManager: yarn
(#561) (935b898)v4.20.1
Compare Source
Full Changelog: v4.20.0...v4.20.1
Chores
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
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
v4.17.0
Compare Source
Full Changelog: v4.16.2...v4.17.0
Features
Refactors
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
--fix-lockfile
crashes on tarballs #7368.node_modules
directory cannot be removed #7405.Our Gold Sponsors
Our Silver Sponsors
v8.12.0
Compare Source
Minor Changes
Patch Changes
dedupe-direct-deps
is set totrue
, 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>@​<pkg_version
, not<domain>/<pkg_name>@​<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.Our Gold Sponsors
Our Silver Sponsors
v8.10.5
Compare Source
Patch Changes
pnpm-workspace.yaml
file #7307.Our Gold Sponsors
Our Silver Sponsors
v8.10.4
Compare Source
Patch Changes
node-linker
was set tohoisted
#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 whenshared-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
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.