Skip to content

chore(deps): bump axios and @sentry/wizard #528

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 2, 2025

Bumps axios to 1.8.2 and updates ancestor dependency @sentry/wizard. These dependencies need to be updated together.

Updates axios from 1.7.4 to 1.8.2

Release notes

Sourced from axios's releases.

Release v1.8.2

Release notes:

Bug Fixes

  • http-adapter: add allowAbsoluteUrls to path building (#6810) (fb8eec2)

Contributors to this release

Release v1.8.1

Release notes:

Bug Fixes

  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#6789) (36a5a62)

Contributors to this release

Release v1.8.0

Release notes:

Bug Fixes

  • examples: application crashed when navigating examples in browser (#5938) (1260ded)
  • missing word in SUPPORT_QUESTION.yml (#6757) (1f890b1)
  • utils: replace getRandomValues with crypto module (#6788) (23a25af)

Features

Reverts

BREAKING CHANGES

  • code relying on the above will now combine the URLs instead of prefer request URL

  • feat: add config option for allowing absolute URLs

  • fix: add default value for allowAbsoluteUrls in buildFullPath

  • fix: typo in flow control when setting allowAbsoluteUrls

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

1.8.2 (2025-03-07)

Bug Fixes

  • http-adapter: add allowAbsoluteUrls to path building (#6810) (fb8eec2)

Contributors to this release

1.8.1 (2025-02-26)

Bug Fixes

  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#6789) (36a5a62)

Contributors to this release

1.8.0 (2025-02-25)

Bug Fixes

  • examples: application crashed when navigating examples in browser (#5938) (1260ded)
  • missing word in SUPPORT_QUESTION.yml (#6757) (1f890b1)
  • utils: replace getRandomValues with crypto module (#6788) (23a25af)

Features

Reverts

BREAKING CHANGES

  • code relying on the above will now combine the URLs instead of prefer request URL

  • feat: add config option for allowing absolute URLs

  • fix: add default value for allowAbsoluteUrls in buildFullPath

... (truncated)

Commits
  • a9f7689 chore(release): v1.8.2 (#6812)
  • fb8eec2 fix(http-adapter): add allowAbsoluteUrls to path building (#6810)
  • 9812045 chore(sponsor): update sponsor block (#6804)
  • 72acf75 chore(sponsor): update sponsor block (#6794)
  • 2e64afd chore(release): v1.8.1 (#6800)
  • 36a5a62 fix(utils): move generateString to platform utils to avoid importing crypto...
  • cceb7b1 chore(release): v1.8.0 (#6795)
  • 23a25af fix(utils): replace getRandomValues with crypto module (#6788)
  • 32c7bcc feat: Add config for ignoring absolute URLs (#5902) (#6192)
  • 4a3e26c chore(config): adjust rollup config to preserve license header to minified Ja...
  • Additional commits viewable in compare view

Updates @sentry/wizard from 4.2.0 to 4.6.0

Release notes

Sourced from @​sentry/wizard's releases.

4.6.0

  • feat(nextjs): Switch to injecting instrumentation-client.ts (#918)
  • feat(remix): New Remix example page (#917)
  • feat(nuxt): New Nuxt example page (#916)
  • feat(sveltekit): New Sveltekit example page (#913)
  • feat(nextjs): New NextJS example page (#899)
  • feat(telemetry): Add is_binary tag to distinguish fossilized binaries (#857)
  • fix(utils): Bail package manager detection if multiple candidates are detected (#864)
  • fix(nextjs): Create root layout for example page if it doesn't exist(#863)
  • ref(utils): Unify getPackageManger and detectPackageManager (#865)
  • feat: add option to ignore git changes (#898)
  • fix(apple): Add additional types to xcode.d.ts (#900)
  • fix: enable debug logs for option --debug (#902)

4.5.0

  • feat(nextjs): Remove react component annotation prompt and insertion (#858)
  • fix: Prevent addition of multiple sentry:sourcemaps commands (#840)
  • ref(clack-utils): Use child_process spawn instead of exec when to install package (#859)

4.4.0

  • feat(react-native): Adds wrapping root app component with Sentry.wrap (#835)

4.3.0

  • feat: Skip CI prompt if --coming-from vercel (#848)

  • feat(deps): Bump axios from 1.7.4 to 1.8.2 (#844)

  • feat(sourcemaps): Remove NextJS and Remix flows from sourcemaps wizard (#849)

    The NextJS and Remix flows have been removed when running the wizard with npx @sentry/wizard -i sourcemaps.
    Please use npx @sentry/wizard -i nextjs and npx @sentry/wizard -i remix instead.

  • ref: Reword Replay feature selection (#847)

  • ref: Fix auth token env variable wording in flutter and apple wizards (#853)

Changelog

Sourced from @​sentry/wizard's changelog.

4.6.0

  • feat(nextjs): Switch to injecting instrumentation-client.ts (#918)
  • feat(remix): New Remix example page (#917)
  • feat(nuxt): New Nuxt example page (#916)
  • feat(sveltekit): New Sveltekit example page (#913)
  • feat(nextjs): New NextJS example page (#899)
  • feat(telemetry): Add is_binary tag to distinguish fossilized binaries (#857)
  • fix(utils): Bail package manager detection if multiple candidates are detected (#864)
  • fix(nextjs): Create root layout for example page if it doesn't exist(#863)
  • ref(utils): Unify getPackageManger and detectPackageManager (#865)
  • feat: add option to ignore git changes (#898)
  • fix(apple): Add additional types to xcode.d.ts (#900)
  • fix: enable debug logs for option --debug (#902)

4.5.0

  • feat(nextjs): Remove react component annotation prompt and insertion (#858)
  • fix: Prevent addition of multiple sentry:sourcemaps commands (#840)
  • ref(clack-utils): Use child_process spawn instead of exec when to install package (#859)

4.4.0

  • feat(react-native): Adds wrapping root app component with Sentry.wrap (#835)

4.3.0

  • feat: Skip CI prompt if --coming-from vercel (#848)

  • feat(deps): Bump axios from 1.7.4 to 1.8.2 (#844)

  • feat(sourcemaps): Remove NextJS and Remix flows from sourcemaps wizard (#849)

    The NextJS and Remix flows have been removed when running the wizard with npx @sentry/wizard -i sourcemaps. Please use npx @sentry/wizard -i nextjs and npx @sentry/wizard -i remix instead.

  • ref: Reword Replay feature selection (#847)

  • ref: Fix auth token env variable wording in flutter and apple wizards (#853)

Commits
  • c09cc5b release: 4.6.0
  • 970cf31 ref(eslint): Set no-unsafe-assignment & no-unsage-argument to error (#919)
  • d1e8e55 feat(nextjs): Switch to injecting instrumentation-client.ts (#918)
  • ad7b8f2 ref(eslint): Set @typescript-eslint/no-unsafe-member-access rule to error...
  • 95af834 feat(remix): New example page (#917)
  • 768263a feat(nuxt): New example page (#916)
  • f2674bf refactor(apple-wizard): move configure fastlane to separate file (#912)
  • d95c123 refactor(apple): move lookup Xcode project logic to separate file (#907)
  • 4691110 refactor(apple): move check-installed-cli to separate file (#906)
  • 2c52d65 feat(sveltekit): New example page (#913)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 2, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-63a6d2c4eb branch from ffbe997 to a13229e Compare April 3, 2025 13:10
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-63a6d2c4eb branch 3 times, most recently from 4b274b3 to 826a89c Compare April 18, 2025 00:10
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-63a6d2c4eb branch from 826a89c to 3416aab Compare April 22, 2025 13:47
Bumps [axios](https://github.com/axios/axios) to 1.8.2 and updates ancestor dependency [@sentry/wizard](https://github.com/getsentry/sentry-wizard). These dependencies need to be updated together.


Updates `axios` from 1.7.4 to 1.8.2
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.4...v1.8.2)

Updates `@sentry/wizard` from 4.2.0 to 4.6.0
- [Release notes](https://github.com/getsentry/sentry-wizard/releases)
- [Changelog](https://github.com/getsentry/sentry-wizard/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-wizard@v4.2.0...v4.6.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.8.2
  dependency-type: indirect
- dependency-name: "@sentry/wizard"
  dependency-version: 4.6.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-63a6d2c4eb branch from 3416aab to b481840 Compare April 23, 2025 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

0 participants