Skip to content

chore(deps): bump follow-redirects from 1.15.9 to 1.16.0 in /samples/weather-forecast#238

Merged
maximizeIT merged 2 commits into
mainfrom
dependabot/npm_and_yarn/samples/weather-forecast/follow-redirects-1.16.0
Apr 20, 2026
Merged

chore(deps): bump follow-redirects from 1.15.9 to 1.16.0 in /samples/weather-forecast#238
maximizeIT merged 2 commits into
mainfrom
dependabot/npm_and_yarn/samples/weather-forecast/follow-redirects-1.16.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 15, 2026

Bumps follow-redirects from 1.15.9 to 1.16.0.

Commits
  • 0c23a22 Release version 1.16.0 of the npm package.
  • 844c4d3 Add sensitiveHeaders option.
  • 5e8b8d0 ci: add Node.js 24.x to the CI matrix
  • 7953e22 ci: upgrade GitHub Actions to use setup-node@v6 and checkout@v6
  • 86dc1f8 Sanitizing input.
  • 21ef28a Release version 1.15.11 of the npm package.
  • 7c88135 Roll back tree shaking.
  • 6e389ba Release version 1.15.10 of the npm package.
  • 5bc496e Shake me up before you go-go.
  • 694d6b4 Bump minimist from 1.2.5 to 1.2.8
  • See full diff in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.9 to 1.16.0.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.9...v1.16.0)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-version: 1.16.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update an action file javascript Pull requests that update Javascript code minor Pull requests with new features labels Apr 15, 2026
@dependabot dependabot Bot requested review from a team and maximizeIT as code owners April 15, 2026 11:17
@dependabot dependabot Bot added dependencies Pull requests that update an action file javascript Pull requests that update Javascript code labels Apr 15, 2026
@dependabot dependabot Bot requested a review from Ninerian April 15, 2026 11:17
@dependabot dependabot Bot added the minor Pull requests with new features label Apr 15, 2026
Copilot AI added a commit that referenced this pull request Apr 16, 2026
Consolidates all dependency bumps from PRs #233-#238:

- follow-redirects: 1.15.9 → 1.16.0 (via yarn.lock, PR #238)
- typescript: 5.9.2 → 6.0.2 (PR #237)
- @types/node: 24.5.2 → 25.5.2 (PR #236)
- copy-webpack-plugin: ^13.0.1 → ^14.0.0 (PR #235)
- axios: ^1.13.5 → ^1.15.0 (PR #233)
- @staffbase/widget-sdk: ^3.15.5 → ^3.17.0 (PR #234)
- acorn: ^8.15.0 → ^8.16.0 (PR #234)
- dayjs: 1.11.18 → 1.11.20 (PR #234)
- @babel/core: ^7.28.4 → ^7.29.0 (PR #234)
- @babel/preset-env: ^7.28.3 → ^7.29.2 (PR #234)
- @babel/preset-react: ^7.27.1 → ^7.28.5 (PR #234)
- @babel/preset-typescript: ^7.27.1 → ^7.28.5 (PR #234)
- @testing-library/jest-dom: ^6.8.0 → ^6.9.1 (PR #234)
- @testing-library/react: ^16.3.0 → ^16.3.2 (PR #234)
- core-js: 3.45.1 → 3.49.0 (PR #234)
- jest-environment-jsdom: ^30.1.2 → ^30.3.0 (PR #234)
- prettier: 3.6.2 → 3.8.1 (PR #234)
- ts-loader: ^9.5.4 → ^9.5.7 (PR #234)
- webpack-dev-server: ^5.2.2 → ^5.2.3 (PR #234)

Fixes for TypeScript 6.0 breaking changes:
- Add ignoreDeprecations: "6.0" to tsconfig.json (moduleResolution/baseUrl deprecation)
- Convert require() to ES import in webpack.common.ts (TS2591 error)
- Add missing flags property to BranchInformation mock (new required field in @staffbase/widget-sdk 3.17)

Co-authored-by: GitHub Copilot <copilot@noreply.github.com>

Agent-Logs-Url: https://github.com/Staffbase/custom-widgets-examples/sessions/adca9c8d-9484-48fd-83f8-160d37a1a170

Co-authored-by: maximizeIT <8626039+maximizeIT@users.noreply.github.com>
@maximizeIT maximizeIT closed this Apr 16, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 16, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/samples/weather-forecast/follow-redirects-1.16.0 branch April 16, 2026 00:51
@github-actions github-actions Bot locked and limited conversation to collaborators Apr 16, 2026
@maximizeIT maximizeIT restored the dependabot/npm_and_yarn/samples/weather-forecast/follow-redirects-1.16.0 branch April 20, 2026 07:11
@maximizeIT maximizeIT reopened this Apr 20, 2026
@maximizeIT
Copy link
Copy Markdown
Contributor

I have read the CLA Document and I hereby sign the CLA

@maximizeIT maximizeIT merged commit 758bc13 into main Apr 20, 2026
8 of 9 checks passed
@maximizeIT maximizeIT deleted the dependabot/npm_and_yarn/samples/weather-forecast/follow-redirects-1.16.0 branch April 20, 2026 07:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update an action file javascript Pull requests that update Javascript code minor Pull requests with new features

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant