-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): autoupdate 2026-06-22 #48
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
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
96 changes: 68 additions & 28 deletions
96
examples/atlassian-connect-forge-spring-boot-sample/frontend/package-lock.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: forge-sql-orm/atlassian-runtime-bridge
Length of output: 408
🏁 Script executed:
Repository: forge-sql-orm/atlassian-runtime-bridge
Length of output: 2533
🌐 Web query:
@forge/bridge v6.0.0 release notes breaking changes migration💡 Result:
I can’t find any official Atlassian Forge source that describes “@forge/bridge v6.0.0” or “@forge/bridge v6.0.0 release notes / breaking changes / migration”. In the official Forge ecosystem, the bridge package historically jumped major versions without a dedicated per-major “v6.0.0” migration guide being discoverable from the official docs. For example, Atlassian’s Forge changelog page is the source of truth, but it doesn’t surface a specific “bridge v6.0.0 breaking changes migration” artifact in the results I found [1]. What I did find (and what’s likely the source of the confusion): 1) The value “v6.0.0” in your query resolves to a completely unrelated project (electron/forge), not the Atlassian
@forge/bridgepackage, because electron/forge has a “v6.0.0” release page with breaking-change text [2]. 2) Community discussion indicates that Atlassian sometimes records breaking changes for@forge/bridgemajor bumps as scattered entries across the main Forge changelog rather than a dedicated migration page per major version [3]. 3) The official@forge/bridgedocs explain how to use@forge/bridgegenerally, but not a “v6.0.0” migration [4]. Next steps (fast way to get the real answer): - Confirm the package/version you mean: a) Atlassian Forge package:@forge/bridge(please provide the exact version string you’re targeting and whether it’s 4.x→5.x, 5.x→6.x, etc.). b) If you really meant “forge” tooling: electron/forge (it has a v6.0.0 release with breaking changes, but that’s not@forge/bridge) [2]. - If you confirm the exact@forge/bridgeversion, I can re-run the search specifically for that version’s changelog/CHANGELOG.md entry inside the@forge/bridgepackage or the matching Forge changelog entries [1]. If you reply with the exact version you’re migrating FROM and TO (e.g., “@forge/bridge 5.1.0 -> 6.0.0”), I’ll produce a precise, source-backed list of breaking changes and a concrete migration checklist.Citations:
🏁 Script executed:
Repository: forge-sql-orm/atlassian-runtime-bridge
Length of output: 8644
🌐 Web query:
@forge/bridge npm package what is it used for Atlassian💡 Result:
The
@forge/bridgenpm package is a JavaScript API provided by Atlassian that enables Forge apps—specifically those built using UI Kit or Custom UI—to interact securely with the Atlassian platform from the frontend [1][2]. Key functions of the package include: - Communicating with Backend Resolvers: It provides the invoke method, which allows the frontend to call backend functions (resolvers) hosted on the Atlassian platform [3][4]. - Making API Requests: It includes methods like requestConfluence that allow apps to call Atlassian REST APIs directly from the frontend [5]. - Integrating with Remote Backends: It offers the invokeRemote method, which enables apps to perform requests to external, remote backends hosted outside of the Atlassian platform [6]. Essentially,@forge/bridgeacts as the secure communication bridge between the client-side user interface of an app and the server-side logic or external services [1][3]. Developers typically import it into their frontend code (e.g., App.js) to trigger these actions [1][2][3]. Note: For specific Jira UI interactions, developers may also use the related@forge/jira-bridgepackage [7].Citations:
🌐 Web query:
@forge/bridge v6.0.0 invokeRemote invokeService breaking changes💡 Result:
As of June 22, 2026, there is no public record of a v6.0.0 release for the
@forge/bridgepackage [1][2]. Recent major version updates for the@forge/bridgepackage have followed a different versioning path. For instance, developers have observed version shifts such as 4.5.2 to 5.1.0 [1]. Official Atlassian documentation continues to reference invokeRemote and invokeService under the standard@forge/bridgeAPI patterns [3][4][5], with no indicated breaking changes attributed to a v6.0.0 release [1]. It is possible that confusion has arisen from other tools in the ecosystem—such as electron/forge, which has a well-documented v6.0.0 release [6]—or from speculative versioning. If you are encountering issues, ensure you are referencing the official Atlassian documentation for the current API signatures: 1. invokeRemote: Used for proxying requests through the Forge platform. It accepts an input object with path, method, headers, and body [3][4]. 2. invokeService: Used for invoking container services, with distinct import sources depending on whether it is called from the frontend (@forge/bridge) or the backend (@forge/api) [5]. For definitive information on package changes, always consult the CHANGELOG.md file located directly within your local node_modules/@forge/bridge directory or the official Atlassian Developer changelog [1].Citations:
🌐 Web query:
site:npmjs.com@forge/bridgeversions 6.0.0 changelog💡 Result:
As of June 22, 2026, version 6.0.0 of the
@forge/bridgepackage does not exist [1]. The current version of@forge/bridgeon npm is 5.17.0, which was published on June 11, 2026 [1]. There is no publicly available changelog for a 6.0.0 release because that version has not been published [1]. Official release information and changelogs for Forge packages can be tracked through the Atlassian Forge developer changelog page at https://developer.atlassian.com/platform/forge/changelog/ [1].Citations:
🏁 Script executed:
Repository: forge-sql-orm/atlassian-runtime-bridge
Length of output: 1118
@forge/bridgev6.0.0 does not exist on npm; current version is 5.17.0.This dependency bump would fail at install time. Verify the intended version against the official npm registry and the Atlassian Forge changelog. The code uses
invokeRemoteandinvokeServiceAPIs (inforge.tsandcontainer.ts), so any version update should be tested against those call sites.🤖 Prompt for AI Agents