Bump axios and @slack/bolt
Bumps axios to 0.27.2 and updates ancestor dependency @slack/bolt. These dependencies need to be updated together.
Updates axios from 0.19.2 to 0.27.2
Release notes
Sourced from axios's releases.
v0.27.2
Fixes and Functionality:
- Fixed FormData posting in browser environment by reverting #3785 (#4640)
- Enhanced protocol parsing implementation (#4639)
- Fixed bundle size
v0.27.1
Fixes and Functionality:
- Removed import of url module in browser build due to huge size overhead and builds being broken (#4594)
- Bumped follow-redirects to ^1.14.9 (#4615)
v0.27.0
Breaking changes:
- New toFormData helper function that allows the implementor to pass an object and allow axios to convert it to FormData (#3757)
- Removed functionality that removed the the
Content-Typerequest header when passing FormData (#3785)- (*) Refactored error handling implementing AxiosError as a constructor, this is a large change to error handling on the whole (#3645)
- Separated responsibility for FormData instantiation between
transformRequestandtoFormData(#4470)- (*) Improved and fixed multiple issues with FormData support (#4448)
QOL and DevX improvements:
- Added a multipart/form-data testing playground allowing contributors to debug changes easily (#4465)
Fixes and Functionality:
- Refactored project file structure to avoid circular imports (#4515) & (#4516)
- Bumped follow-redirects to ^1.14.9 (#4562)
Internal and Tests:
- Updated dev dependencies to latest version
Documentation:
- Fixing incorrect link in changelog (#4551)
Notes:
- (*) Please read these pull requests before updating, these changes are very impactful and far reaching.
v0.26.1
Fixes and Functionality:
- Refactored project file structure to avoid circular imports (#4220)
v0.26.0
Fixes and Functionality:
- Fixed The timeoutErrorMessage property in config not work with Node.js (#3581)
- Added errors to be displayed when the query parsing process itself fails (#3961)
- Fix/remove url required (#4426)
- Update follow-redirects dependency due to Vulnerability (#4462)
- Bump karma from 6.3.11 to 6.3.14 (#4461)
- Bump follow-redirects from 1.14.7 to 1.14.8 (#4473)
v0.25.0
Breaking changes:
... (truncated)
Changelog
Sourced from axios's changelog.
0.27.2 (April 27, 2022)
Fixes and Functionality:
- Fixed FormData posting in browser environment by reverting #3785 (#4640)
- Enhanced protocol parsing implementation (#4639)
- Fixed bundle size
0.27.1 (April 26, 2022)
Fixes and Functionality:
- Removed import of url module in browser build due to huge size overhead and builds being broken (#4594)
- Bumped follow-redirects to ^1.14.9 (#4615)
0.27.0 (April 25, 2022)
Breaking changes:
- New toFormData helper function that allows the implementor to pass an object and allow axios to convert it to FormData (#3757)
- Removed functionality that removed the the
Content-Typerequest header when passing FormData (#3785)- (*) Refactored error handling implementing AxiosError as a constructor, this is a large change to error handling on the whole (#3645)
- Separated responsibility for FormData instantiation between
transformRequestandtoFormData(#4470)- (*) Improved and fixed multiple issues with FormData support (#4448)
QOL and DevX improvements:
- Added a multipart/form-data testing playground allowing contributors to debug changes easily (#4465)
Fixes and Functionality:
- Refactored project file structure to avoid circular imports (#4515) & (#4516)
- Bumped follow-redirects to ^1.14.9 (#4562)
Internal and Tests:
- Updated dev dependencies to latest version
Documentation:
- Fixing incorrect link in changelog (#4551)
Notes:
- (*) Please read these pull requests before updating, these changes are very impactful and far reaching.
0.26.1 (March 9, 2022)
Fixes and Functionality:
- Refactored project file structure to avoid circular imports (#4220)
0.26.0 (February 13, 2022)
Fixes and Functionality:
... (truncated)
Commits
bc733feReleasing v0.27.2b9e9fb4Enhanced protocol parsing implementation to fix #4633; (#4639)76432c1Fixed FormData posting in browser environment by reverting #3785; (#4640)82fd15fCombined build process and cleaned it up a bit1d82af1Fixing issues with bundle sizesbcb166eFixed incorrect date in changelog838f53bMerge branch 'master' of github.com:axios/axioscb9c534Releasing v0.27.191d21fcReleasing v0.72.1167cb8bRemove eslint-g package as this seems have been added in error- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by jasonsaayman, a new releaser for axios since your current version.
Updates @slack/bolt from 1.8.0 to 3.13.1
Release notes
Sourced from @slack/bolt's releases.
@slack/bolt@3.13.1Enhancements
- Upgrade the OAuth module to the latest in slackapi/bolt-js#1802 – thanks
@seratch!Bug fixes
- Fix #1805 Include headers in the request object of custom route handlers in slackapi/bolt-js#1806 – thanks
@e-zim!Documentation
- Add documentation for dynamic route parameters in custom routes in slackapi/bolt-js#1791 – thanks
@e-zim!- Add line numbers to docs in slackapi/bolt-js#1797 – thanks
@WilliamBergamin!Dependencies
- Bump
@types/nodefrom 18.15.11 to 18.16.0 in slackapi/bolt-js#1810 – thanks@dependabot!Full Changelog: https://github.com/slackapi/bolt-js/compare/
@slack/bolt@3.13.0...@slack/bolt@3.13.1
@slack/bolt@3.13.0What's Changed
- Add in update to AWS Lambda guide to make ExpressReceiver config more clear by
@hello-ashleyintechin slackapi/bolt-js#1649- Bump
@types/nodefrom 18.11.8 to 18.11.9 by@dependabotin slackapi/bolt-js#1650- Update Heroku guides with the new low-cost Eco Dyno plan by
@mwbrooksin slackapi/bolt-js#1655- Reword migrate beta documentation by
@srajiangin slackapi/bolt-js#1668- Bump
@types/nodefrom 18.11.9 to 18.11.10 by@dependabotin slackapi/bolt-js#1670- Bump
@types/nodefrom 18.11.10 to 18.11.13 by@dependabotin slackapi/bolt-js#1680- 📝 Improve doc: remove double quotes from hash key by
@yamashushin slackapi/bolt-js#1685- 🔼 Update actions/checkout, actions/setup-node to v3 by
@yamashushin slackapi/bolt-js#1686- Bump
@types/nodefrom 18.11.13 to 18.11.17 by@dependabotin slackapi/bolt-js#1689- 📄 Update Japanese OAuth docs by
@yamashushin slackapi/bolt-js#1697- Add reference to Slack documentation on
block_actionspayload shape by@srajiangin slackapi/bolt-js#1700- Update outdated documents related on AWS Lambda by
@wormwlrmin slackapi/bolt-js#1704- Bump
@types/nodefrom 18.11.17 to 18.11.18 by@dependabotin slackapi/bolt-js#1705- Update
@slack/oauthdependency to v2.6.0 by@srajiangin slackapi/bolt-js#1708- [next-gen docs] Update next-gen capitalization of terms and also trim down on the getting started guide by
@hello-ashleyintechin slackapi/bolt-js#1709- Typo in docs -> future -> beta TOS link by
@funtapsin slackapi/bolt-js#1716- Bump
@types/nodefrom 18.11.18 to 18.11.19 by@dependabotin slackapi/bolt-js#1734- Bump
@types/nodefrom 18.11.19 to 18.13.0 by@dependabotin slackapi/bolt-js#1738- Bump
@types/nodefrom 18.13.0 to 18.14.0 by@dependabotin slackapi/bolt-js#1745- Fix #1718 selected_date_time is missing in ViewStateValue interface by
@seratchin slackapi/bolt-js#1719- Bump
@types/nodefrom 18.14.0 to 18.14.2 by@dependabotin slackapi/bolt-js#1754- Bump
@types/nodefrom 18.14.2 to 18.14.6 by@dependabotin slackapi/bolt-js#1757- Fix #1780 by upgrading axios version to the latest by
@SorsOpsin slackapi/bolt-js#1781- Bump
@types/nodefrom 18.14.6 to 18.15.10 by@dependabotin slackapi/bolt-js#1786- Fix typo in japanese docs: concepts#logging by
@sotabkwin slackapi/bolt-js#1787- Fix #1325 Added support for dynamic custom paths by
@jeffbaldwinjrin slackapi/bolt-js#1785- Test against node 18.x by
@machisukein slackapi/bolt-js#1792- Bump
@types/nodefrom 18.15.10 to 18.15.11 by@dependabotin slackapi/bolt-js#1794
... (truncated)
Commits
261030dPublish v3.13.1 (#1818)f5234ddBump@types/nodefrom 18.15.11 to 18.16.0 (#1810)fec37c0Fix #1805 Include headers in the request object of custom route handlers (#1806)af58002Upgrade the OAuth module to the latest (#1802)0f90200add line numbers to docs (#1797)32d34c4Add documentation for dynamic route parameters in custom routes (#1791)2b3b929Publish v3.13.0 (#1795)165ce02Remove legacy tag (#1796)4934d52Fix #1758 Correct type definitions forOptionGroupsand*Optionstypes (#...b533f15Bump@types/nodefrom 18.15.10 to 18.15.11 (#1794)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by e-zim, a new releaser for @slack/bolt since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.