Skip to content
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

Bump axios, @alcalzone/release-script and @iobroker/adapter-dev #760

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 7, 2024

Bumps axios, @alcalzone/release-script and @iobroker/adapter-dev. These dependencies needed to be updated together.
Updates axios from 0.27.2 to 1.7.3

Release notes

Sourced from axios's releases.

Release v1.7.3

Release notes:

Bug Fixes

  • adapter: fix progress event emitting; (#6518) (e3c76fc)
  • fetch: fix withCredentials request config (#6505) (85d4d0e)
  • xhr: return original config on errors from XHR adapter (#6515) (8966ee7)

Contributors to this release

Release v1.7.2

Release notes:

Bug Fixes

Contributors to this release

Release v1.7.1

Release notes:

Bug Fixes

  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)

Contributors to this release

Release v1.7.0

Release notes:

Features

Bug Fixes

  • core/axios: handle un-writable error stack (#6362) (81e0455)

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

1.7.3 (2024-08-01)

Bug Fixes

  • adapter: fix progress event emitting; (#6518) (e3c76fc)
  • fetch: fix withCredentials request config (#6505) (85d4d0e)
  • xhr: return original config on errors from XHR adapter (#6515) (8966ee7)

Contributors to this release

1.7.2 (2024-05-21)

Bug Fixes

Contributors to this release

1.7.1 (2024-05-20)

Bug Fixes

  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)

Contributors to this release

1.7.0 (2024-05-19)

Features

Bug Fixes

  • core/axios: handle un-writable error stack (#6362) (81e0455)

Contributors to this release

... (truncated)

Commits

Updates @alcalzone/release-script from 2.2.1 to 3.8.0

Release notes

Sourced from @​alcalzone/release-script's releases.

Release v3.8.0

  • git plugin: allow to skip push stage via noPush option

Release v3.7.3

  • package plugin: Support monorepos managed with Yarn v4

Release v3.7.2

  • iobroker plugin: Fixed issue in changelog cleanup routine introduced in 3.7.1

Release v3.7.1

  • iobroker plugin: Detect more author names and @ mentions in the changelog

Release v3.7.0

  • Added -lf option to run the lock file update with the --force flag
  • Dependency upgrades

Release v3.6.0

  • git plugin: Add the --tagOnly flag to only create a tag without pushing the commit to the release branch.

Release v3.5.9

  • Dependency upgrades

Release v3.5.8

  • Add missing semver dependency to several plugins
  • Dependency upgrades

Release v3.5.7

  • iobroker plugin: call correct method when translating news entries fails

Release v3.5.6

  • Add missing fs-extra dependency to several plugins

Release v3.5.5

  • package plugin: Add missing fs-extra dependency

Release v3.5.4

  • package plugin: when a Yarn monorepo has no changed packages, abort publish and enforce use of the --publishAll flag

Release v3.5.3

  • Upgrade most dependencies

Release v3.5.2

  • package plugin: When synchronizing lockfile, avoid executing pre/post/install scripts.

Release v3.5.1

  • iobroker plugin: Forward slashes in author listings are now supported.

Release v3.5.0

  • Support managing Yarn monorepos without lerna
  • Fix: version plugin tries to propose the current prerelease identifier instead of always alpha

... (truncated)

Changelog

Sourced from @​alcalzone/release-script's changelog.

3.8.0 (2024-07-23)

  • git plugin: allow to skip push stage via noPush option

3.7.3 (2024-07-05)

  • package plugin: Support monorepos managed with Yarn v4

3.7.2 (2024-06-24)

  • iobroker plugin: Fixed issue in changelog cleanup routine introduced in 3.7.1

3.7.1 (2024-06-12)

  • iobroker plugin: Detect more author names and @ mentions in the changelog

3.7.0 (2023-11-29)

  • Added -lf option to run the lock file update with the --force flag
  • Dependency upgrades

3.6.0 (2023-07-03)

  • git plugin: Add the --tagOnly flag to only create a tag without pushing the commit to the release branch.

3.5.9 (2022-05-02)

  • Dependency upgrades

3.5.8 (2022-04-27)

  • Add missing semver dependency to several plugins
  • Dependency upgrades

3.5.7 (2022-03-10)

  • iobroker plugin: call correct method when translating news entries fails

3.5.6 (2022-03-06)

  • Add missing fs-extra dependency to several plugins

3.5.4 (2022-03-04)

  • package plugin: when a Yarn monorepo has no changed packages, abort publish and enforce use of the --publishAll flag

3.5.3 (2022-03-03)

  • Upgrade most dependencies

3.5.2 (2022-02-04)

  • package plugin: When synchronizing lockfile, avoid executing pre/post/install scripts.

3.5.1 (2022-01-25)

  • iobroker plugin: Forward slashes in author listings are now supported.

3.5.0 (2022-01-11)

  • Support managing Yarn monorepos without lerna
  • Fix: version plugin tries to propose the current prerelease identifier instead of always alpha
  • Publish all packages when promoting from prerelease to full release

3.4.3 (2022-01-10)

... (truncated)

Commits

Updates @iobroker/adapter-dev from 0.1.0 to 1.3.0

Release notes

Sourced from @​iobroker/adapter-dev's releases.

Release v1.3.0

  • (kleinOr/Apollon77) Detects and keeps space indentation of io-package
  • (Steiger04) Fix handling of dot keys for esbuild
  • (Steiger04) Update esbuild and adjust watch mode
  • (Steiger04) process.env.NODE_ENV is now also available server side

Release v1.2.0

  • (Grizzlebee) only translate linkText from messages if existent
  • (Apollon77) Add ukrainian as language for translations

Release v1.1.0

  • (Grizzelbee) Also translate admin messages in io-package.json
  • (AlCalzone) support specifying raw esbuild options, like loaders/plugins

Release v1.0.1

make sure that also texts with multiple sentences are correctly translated via Google Translate

Release v1.0.0

Add build script to compile TypeScript and React using the blazing fast esbuild

Commits

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 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.

Bumps [axios](https://github.com/axios/axios), [@alcalzone/release-script](https://github.com/AlCalzone/release-script) and [@iobroker/adapter-dev](https://github.com/ioBroker/adapter-dev). These dependencies needed to be updated together.

Updates `axios` from 0.27.2 to 1.7.3
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.27.2...v1.7.3)

Updates `@alcalzone/release-script` from 2.2.1 to 3.8.0
- [Release notes](https://github.com/AlCalzone/release-script/releases)
- [Changelog](https://github.com/AlCalzone/release-script/blob/master/CHANGELOG.md)
- [Commits](AlCalzone/release-script@v2.2.1...v3.8.0)

Updates `@iobroker/adapter-dev` from 0.1.0 to 1.3.0
- [Release notes](https://github.com/ioBroker/adapter-dev/releases)
- [Commits](ioBroker/adapter-dev@v0.1.0...v1.3.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:development
- dependency-name: "@alcalzone/release-script"
  dependency-type: direct:development
- dependency-name: "@iobroker/adapter-dev"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 7, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant