Skip to content

CLDR-18356 js:(deps): Bump jira.js from 4.1.0 to 5.2.0 in /tools/scripts/jira-updater #4761

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
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2025

Bumps jira.js from 4.1.0 to 5.2.0.

Release notes

Sourced from jira.js's releases.

v5.2.0

Build & Distribution Improvements

  • Added rollup-plugin-node-externals to transform ESNext import/export syntax to NodeNext format
  • Restructured dist files to preserve modules

Documentation Updates

  • Updated tree shaking description in README.md
  • Redesigned README.md with a new "Getting Started" section

v5.1.1

  • Fixing CommonJS requiring. Thanks to solshark (solshark) for reporting this issue (#381)
  • Fixing ESM imports in TypeScript declarations. Thanks to Alex Grand (Arilas) for reporting this issue (#383)

v5.1.0

  • Version 2 Client
    • Add UserNavProperties API group
    • Add ProjectTemplates API group
    • Add IssueCustomFieldAssociations API group
    • IssueSearch.searchForIssuesUsingJql deprecated. Use IssueSearch.searchForIssuesUsingJqlEnhancedSearch instead
    • IssueSearch.searchForIssuesUsingJqlPost deprecated. Use IssueSearch.searchForIssuesUsingJqlEnhancedSearchPost instead
    • IssueSearch.searchForIssuesIds deprecated
    • Add projectIds property to IssueFields.getFieldsPaginated method
  • Version 3 Client
    • Add UserNavProperties API group
    • Add ProjectTemplates API group
    • Add IssueCustomFieldAssociations API group
    • IssueSearch.searchForIssuesUsingJql deprecated. Use IssueSearch.searchForIssuesUsingJqlEnhancedSearch instead
    • IssueSearch.searchForIssuesUsingJqlPost deprecated. Use IssueSearch.searchForIssuesUsingJqlEnhancedSearchPost instead
    • IssueSearch.searchForIssuesIds deprecated
    • Add projectIds property to IssueFields.getFieldsPaginated method
    • Add submitBulkUnwatch, submitBulkWatch methods to IssueBulkOperations API group

v5.0.0

  • Added ESM (ECMAScript Modules) support
  • Fixed comment generation logic in IssueWorklogs.addWorklog method
  • Removed all telemetry-related code and references

v4.1.3

  • Fix: Fixed failed issueBulkOperations.getAvailableTransitions method call (problem from jira side with headers). Thanks to Michael "Mike" Ferris (Cellule) for reporting this issue (#374) and fix (#375)

v4.1.2

  • Fix: Fixed compilation issues for projects using the Plans.updatePlan method in Version3Client. Thanks to Jakub Gladykowski (gladykov) for reporting this issue (#370).
  • Improvement: Added string type support for the projectId property in the Version model for Version3Client. Thanks to Carl Fürstenberg (azatoth) for suggesting this improvement (#371).
Changelog

Sourced from jira.js's changelog.

5.2.0

Build & Distribution Improvements

  • Added rollup-plugin-node-externals to transform ESNext import/export syntax to NodeNext format
  • Restructured dist files to preserve modules

Documentation Updates

  • Updated tree shaking description in README.md
  • Redesigned README.md with a new "Getting Started" section

5.1.1

  • Fixing CommonJS requiring. Thanks to solshark (solshark) for reporting this issue (#381)
  • Fixing ESM imports in TypeScript declarations. Thanks to Alex Grand (Arilas) for reporting this issue (#383)

5.1.0

  • Version 2 Client
    • Add UserNavProperties API group
    • Add ProjectTemplates API group
    • Add IssueCustomFieldAssociations API group
    • IssueSearch.searchForIssuesUsingJql deprecated. Use IssueSearch.searchForIssuesUsingJqlEnhancedSearch instead
    • IssueSearch.searchForIssuesUsingJqlPost deprecated. Use IssueSearch.searchForIssuesUsingJqlEnhancedSearchPost instead
    • IssueSearch.searchForIssuesIds deprecated
    • Add projectIds property to IssueFields.getFieldsPaginated method
  • Version 3 Client
    • Add UserNavProperties API group
    • Add ProjectTemplates API group
    • Add IssueCustomFieldAssociations API group
    • IssueSearch.searchForIssuesUsingJql deprecated. Use IssueSearch.searchForIssuesUsingJqlEnhancedSearch instead
    • IssueSearch.searchForIssuesUsingJqlPost deprecated. Use IssueSearch.searchForIssuesUsingJqlEnhancedSearchPost instead
    • IssueSearch.searchForIssuesIds deprecated
    • Add projectIds property to IssueFields.getFieldsPaginated method
    • Add submitBulkUnwatch, submitBulkWatch methods to IssueBulkOperations API group

5.0.0

  • Added ESM (ECMAScript Modules) support
  • Fixed comment generation logic in IssueWorklogs.addWorklog method
  • Removed all telemetry-related code and references

4.1.3

  • Fix: Fixed failed issueBulkOperations.getAvailableTransitions method call (problem from jira side with headers). Thanks to Michael "Mike" Ferris (Cellule) for reporting this issue (#374) and fix (#375)

4.1.2

  • Fix: Fixed compilation issues for projects using the Plans.updatePlan method in Version3Client. Thanks to Jakub Gladykowski (gladykov) for reporting this issue (#370).

... (truncated)

Commits

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

Bumps [jira.js](https://github.com/MrRefactoring/jira.js) from 4.1.0 to 5.2.0.
- [Release notes](https://github.com/MrRefactoring/jira.js/releases)
- [Changelog](https://github.com/MrRefactoring/jira.js/blob/master/CHANGELOG.md)
- [Commits](MrRefactoring/jira.js@v4.1.0...v5.2.0)

---
updated-dependencies:
- dependency-name: jira.js
  dependency-version: 5.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested review from btangmu and srl295 June 1, 2025 08:20
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 1, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 1, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

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
None yet
Development

Successfully merging this pull request may close these issues.

2 participants