fix(deps): update npm non-major dependencies #93
Closed
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.12.0
->3.12.1
6.6.0
->6.7.2
6.6.0
->6.7.2
5.16.7
->5.16.14
5.16.7
->5.16.14
5.16.7
->5.16.14
3.21.1
->3.22.0
3.0.1
->3.0.2
6.12.1
->6.13.0
2.46.1
->2.47.16
5.59.20
->5.64.1
22.5.1
->22.10.7
22.9.0
->22.10.7
18.3.12
->18.3.18
18.3.1
->18.3.5
8.13.0
->8.20.0
8.13.0
->8.20.0
4.3.3
->4.3.4
1.7.7
->1.7.9
3.11.2
->3.12.1
1.23.3
->1.23.9
7.37.2
->7.37.4
5.0.0
->5.1.0
3.11.4
->3.12.0
3.1.7
->3.1.9
4.79.0
->4.79.1
3.3.3
->3.4.2
9.0.1
->9.0.3
6.28.0
->6.28.2
2.16.0
->2.19.2
2.17.0
->2.19.2
1.0.16
->1.0.18
1.0.17
->1.0.18
4.19.0
->4.19.2
5.5.4
->5.7.3
5.4.10
->5.4.11
3.23.5
->3.24.1
Release Notes
apify/crawlee (@crawlee/core)
v3.12.1
Compare Source
Bug Fixes
Features
tieredProxyUrls
acceptnull
for switching the proxy off (#2743) (82f4ea9), closes #2740FortAwesome/Font-Awesome (@fortawesome/fontawesome-svg-core)
v6.7.2
Compare Source
Change log available at https://fontawesome.com/docs/changelog/
v6.7.1
Compare Source
Change log available at https://fontawesome.com/docs/changelog/
v6.7.0
Compare Source
Change log available at https://fontawesome.com/docs/changelog/
mui/material-ui (@mui/icons-material)
v5.16.14
Compare Source
A big thanks to the 1 contributor who made this release possible.
@mui/[email protected]
All contributors of this release in alphabetical order: @ZeeshanTamboli
v5.16.13
Compare Source
v5.16.12
Compare Source
Dec 16, 2024
Material UI v5 is now compatible with React 19 (#44720) @DiegoAndai
Core
latest-v5
tag to v5 releases (#44757) @DiegoAndaiAll contributors of this release in alphabetical order: @DiegoAndai
v5.16.11
A big thanks to the contributor who made this release possible.
Core
All contributors of this release in alphabetical order: @DiegoAndai
v5.16.9
Compare Source
A big thanks to the 2 contributors who made this release possible.
@mui/[email protected]
ScrollbarSize
ref being overridden fix (#44595) @DiegoAndaiCore
All contributors of this release in alphabetical order: @DiegoAndai, @siriwatknp
v5.16.8
Compare Source
A big thanks to the 8 contributors who made this release possible.
@mui/[email protected]
@mui/[email protected]
Docs
Core
All contributors of this release in alphabetical order: @alexfauquette, @cherniavskii, @DiegoAndai, @jukkatupamaki, @michelengelen, @oliviertassinari, @rluzists1, @siriwatknp
slackapi/bolt-js (@slack/bolt)
v3.22.0
Compare Source
What's new
This release adds support for the
assistant.threads.*
API methods introduced in@slack/[email protected]
🤖 as well as improvements to documentation at the new https://tools.slack.dev/bolt-js site and patches to dependencies 🔒Example usage
More details about these endpoints can be discovered in the documentation, and listeners can be added to code to respond to incoming events like so:
Changes
📚 Documentation
📦 Dependencies
🎉 New contributors
Full Changelog: https://github.com/slackapi/bolt-js/compare/[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).21.4...[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).22.0
v3.21.4
Compare Source
What's Changed
path-to-regexp
to partially address a security vulnerability (#2242) by @filmaj in https://github.com/slackapi/bolt-js/pull/2251Full Changelog: https://github.com/slackapi/bolt-js/compare/[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).21.3...[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).21.4
v3.21.3
Compare Source
What's Changed
Woops! We (coughfilmajcough) removed the
EnvelopedEvent
export in a recent change. We are adding it back in in this patch release. Please accept our sincere apologies for this temporary breaking change in bolt 3.21.2.Changelog
New Contributors
Full Changelog: https://github.com/slackapi/bolt-js/compare/[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).21.2...[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).21.3
v3.21.2
Compare Source
What's Changed
The main change in this patch release is creating an npm release for the change in #2223, where exported event payload types were moved from bolt-js to
@slack/types
. If you see errors compiling your TypeScript-based application that look like:.. then upgrading to this release should address the issue (see #2233 and #2234 for issue details).
next
function to the last listener middleware by @filmaj in https://github.com/slackapi/bolt-js/pull/2214 (fixes #1457)@slack/types
and consume event payloads from it by @filmaj in https://github.com/slackapi/bolt-js/pull/2223Full Changelog: https://github.com/slackapi/bolt-js/compare/[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).21.1...[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).21.2
slackapi/node-slack-sdk (@slack/oauth)
v3.0.2
Compare Source
What's Changed
Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/[@​slack/oauth](https://redirect.github.com/slack/oauth)[@​3](https://redirect.github.com/3).0.1...[@​slack/oauth](https://redirect.github.com/slack/oauth)[@​3](https://redirect.github.com/3).0.2
supabase/supabase-js (@supabase/supabase-js)
v2.47.16
Compare Source
Bug Fixes
v2.47.15
Compare Source
Bug Fixes
v2.47.14
Compare Source
Bug Fixes
v2.47.13
Compare Source
Bug Fixes
v2.47.12
Compare Source
Bug Fixes
v2.47.11
Compare Source
NOTE: This release makes typings stricter which may break existing code.
Example code which was previously working:
Bug Fixes
.eq()
,.neq()
, and.in()
(e50a86e)v2.47.10
Compare Source
Bug Fixes
v2.47.9
Compare Source
Bug Fixes
v2.47.8
Compare Source
Bug Fixes
Fixes a number of typing issues. More details at https://github.com/orgs/supabase/discussions/30324
v2.47.7
[Compare Source](https://redirect.github.com/s
Configuration
📅 Schedule: Branch creation - "before 07:00 on Thursday" in timezone Europe/Oslo, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.