mojira / mojira-discord-bot

🎮 A Discord bot for linking to and providing information about Mojira tickets
https://discord.gg/rpCyfKV
GNU General Public License v3.0
19 stars 9 forks source link

Bump axios and jira.js #288

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps axios to 1.6.1 and updates ancestor dependency jira.js. These dependencies need to be updated together.

Updates axios from 0.27.2 to 1.6.1

Release notes

Sourced from axios's releases.

Release v1.6.1

Release notes:

Bug Fixes

  • formdata: fixed content-type header normalization for non-standard browser environments; (#6056) (dd465ab)
  • platform: fixed emulated browser detection in node.js environment; (#6055) (3dc8369)

Contributors to this release

Release v1.6.0

Release notes:

Bug Fixes

  • CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232)
  • dns: fixed lookup function decorator to work properly in node v20; (#6011) (5aaff53)
  • types: fix AxiosHeaders types; (#5931) (a1c8ad0)

PRs

  • CVE 2023 45857 ( #6028 )

⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459

Contributors to this release

Release v1.5.1

Release notes:

Bug Fixes

  • adapters: improved adapters loading logic to have clear error messages; (#5919) (e410779)
  • formdata: fixed automatic addition of the Content-Type header for FormData in non-browser environments; (#5917) (bc9af51)
  • headers: allow content-encoding header to handle case-insensitive values (#5890) (#5892) (4c89f25)
  • types: removed duplicated code (9e62056)

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

1.6.1 (2023-11-08)

Bug Fixes

  • formdata: fixed content-type header normalization for non-standard browser environments; (#6056) (dd465ab)
  • platform: fixed emulated browser detection in node.js environment; (#6055) (3dc8369)

Contributors to this release

1.6.0 (2023-10-26)

Bug Fixes

  • CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232)
  • dns: fixed lookup function decorator to work properly in node v20; (#6011) (5aaff53)
  • types: fix AxiosHeaders types; (#5931) (a1c8ad0)

PRs

  • CVE 2023 45857 ( #6028 )

⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459

Contributors to this release

1.5.1 (2023-09-26)

Bug Fixes

  • adapters: improved adapters loading logic to have clear error messages; (#5919) (e410779)
  • formdata: fixed automatic addition of the Content-Type header for FormData in non-browser environments; (#5917) (bc9af51)
  • headers: allow content-encoding header to handle case-insensitive values (#5890) (#5892) (4c89f25)
  • types: removed duplicated code (9e62056)

Contributors to this release

... (truncated)

Commits
  • f6d2cf9 chore(ci): fix publish action content permission; (#6061)
  • a22f4b9 chore(release): v1.6.1 (#6060)
  • cb8bb2b chore(ci): Publish to NPM with provenance (#5835)
  • 37cbf92 chore(ci): added labeling and notification for published PRs; (#6059)
  • dd465ab fix(formdata): fixed content-type header normalization for non-standard brows...
  • 3dc8369 fix(platform): fixed emulated browser detection in node.js environment; (#6055)
  • f7adacd chore(release): v1.6.0 (#6031)
  • 9917e67 chore(ci): fix release-it arg; (#6032)
  • 96ee232 fix(CSRF): fixed CSRF vulnerability CVE-2023-45857 (#6028)
  • 7d45ab2 chore(tests): fixed tests to pass in node v19 and v20 with keep-alive enabl...
  • Additional commits viewable in compare view


Updates jira.js from 2.15.8 to 2.20.1

Release notes

Sourced from jira.js's releases.

v2.19.1

  • setIssueProperty method in IssueProperties API fixed. propertyValue parameter added.
  • logo fixed

v2.19.0

  • Version 2, Version 3:
    • jqlFunctionsApps API added.
    • A lot of changes in Models.
    • A log of new API added.

v2.18.0

  • Agile
    • Fields model added for Issue Model.
  • Version 3:
    • Support simple string body (comment) was added to addComment method of issueComments API. Thanks to Michael "Mike" Ferris for releasing feature.
  • Version 2, Version 3:
    • putAddonProperty method fixed. Now you can provide property for set.

v2.17.0

  • JSDoc improvements
  • Version 2, Version 3:
    • Component interface renamed to ProjectComponent.
    • caseInsensitive property added to findGroups method of groups API.
    • expand property added to getTrashedFieldsPaginated method of issueFields API.
    • createNotificationScheme, getNotificationSchemeToProjectMappings, updateNotificationScheme, addNotifications, deleteNotificationScheme, removeNotificationFromNotificationScheme methods added to issueNotificationSchemes API.
    • getPrecomputations, updatePrecomputations methods added to jql API.
    • licenseMetrics API added.
    • ProjectFeatures interface renamed to ContainerForProjectFeatures.

v2.16.1

  • Agile
    • Projects API was deprecated.
    • type, filterId properties changed from optional to mandatory in CreateBoard parameters interface.
    • operationType property added to storeDevelopmentInformation method in DevelopmentInformation API.
    • SecurityInformation API added.
    • #250 excludeAccountIds parameter fixed for findUsersForPicker method, UserSearch API. Thanks to Rafael Dohms for reporting the issue.

v2.16.0

Short parameters were added for applicable methods.

v2.15.17

  • Badge fix
  • Dependencies updated

v2.15.16

  • Version 2, 3:
    • propertyValue added to setUserProperty method of UserProperties API. Thanks to lihongyin for issue report.

v2.15.15

  • Version 2, 3:

... (truncated)

Changelog

Sourced from jira.js's changelog.

2.20.1

  • #277 newErrorHandling provides additional error codes.

2.20.0

  • API Updates

2.19.1

  • setIssueProperty method in IssueProperties API fixed. propertyValue parameter added.
  • logo fixed

2.19.0

  • Version 2, Version 3:
    • jqlFunctionsApps API added.
    • A lot of changes in Models.
    • A log of new API added.

2.18.0

  • Agile
    • Fields model added for Issue Model.
  • Version 3:
    • Support simple string body (comment) was added to addComment method of issueComments API. Thanks to Michael "Mike" Ferris for releasing feature.
  • Version 2, Version 3:
    • putAddonProperty method fixed. Now you can provide property for set.

2.17.0

  • JSDoc improvements
  • Version 2, Version 3:
    • Component interface renamed to ProjectComponent.
    • caseInsensitive property added to findGroups method of groups API.
    • expand property added to getTrashedFieldsPaginated method of issueFields API.
    • createNotificationScheme, getNotificationSchemeToProjectMappings, updateNotificationScheme, addNotifications, deleteNotificationScheme, removeNotificationFromNotificationScheme methods added to issueNotificationSchemes API.
    • getPrecomputations, updatePrecomputations methods added to jql API.
    • licenseMetrics API added.
    • ProjectFeatures interface renamed to ContainerForProjectFeatures.

2.16.1

  • Agile
    • Projects API was deprecated.
    • type, filterId properties changed from optional to mandatory in CreateBoard parameters interface.
    • operationType property added to storeDevelopmentInformation method in DevelopmentInformation API.
    • SecurityInformation API added.
    • #250 excludeAccountIds parameter fixed for findUsersForPicker method, UserSearch API. Thanks to Rafael Dohms for reporting the issue.

... (truncated)

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 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](https://github.com/mojira/mojira-discord-bot/network/alerts).