Skip to content

Conversation

aj-bw
Copy link
Member

@aj-bw aj-bw commented Aug 29, 2025

๐ŸŽŸ๏ธ Tracking

bre-1104

๐Ÿ“” Objective

npm supports publishing via OIDC, this PR preps the workflow to use OIDC instead. additional changes needed on the npm config side

๐Ÿ“ธ Screenshots

โฐ Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Protected functional changes with optionality (feature flags)
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team

๐Ÿฆฎ Reviewer guidelines

  • ๐Ÿ‘ (:+1:) or similar for great changes
  • ๐Ÿ“ (:memo:) or โ„น๏ธ (:information_source:) for notes or general info
  • โ“ (:question:) for questions
  • ๐Ÿค” (:thinking:) or ๐Ÿ’ญ (:thought_balloon:) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion
  • ๐ŸŽจ (:art:) for suggestions / improvements
  • โŒ (:x:) or โš ๏ธ (:warning:) for more significant problems or concerns needing attention
  • ๐ŸŒฑ (:seedling:) or โ™ป๏ธ (:recycle:) for future improvements or indications of technical debt
  • โ› (:pick:) for minor or nitpick changes

Copy link
Contributor

github-actions bot commented Aug 29, 2025

Logo
Checkmarx One โ€“ Scan Summary & Details โ€“ a0890324-bcd9-4b88-84e4-256b1ba237c9

Great job! No new security vulnerabilities introduced in this pull request

Copy link

codecov bot commented Aug 29, 2025

Codecov Report

โœ… All modified and coverable lines are covered by tests.
โœ… Project coverage is 77.03%. Comparing base (e05ba6e) to head (cc51016).
โš ๏ธ Report is 14 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #415      +/-   ##
==========================================
+ Coverage   76.41%   77.03%   +0.61%     
==========================================
  Files         265      268       +3     
  Lines       24433    25399     +966     
==========================================
+ Hits        18670    19565     +895     
- Misses       5763     5834      +71     

โ˜” View full report in Codecov by Sentry.
๐Ÿ“ข Have feedback on the report? Share it here.

๐Ÿš€ New features to boost your workflow:
  • โ„๏ธ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • ๐Ÿ“ฆ JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link

sonarqubecloud bot commented Sep 3, 2025

@aj-bw aj-bw marked this pull request as ready for review September 3, 2025 19:30
@aj-bw aj-bw requested a review from a team as a code owner September 3, 2025 19:30
@aj-bw aj-bw requested a review from mimartin12 September 3, 2025 19:30
@AmyLGalles AmyLGalles merged commit a321999 into main Sep 11, 2025
50 checks passed
@AmyLGalles AmyLGalles deleted the bre-1104/update-npm-publish-to-oidc branch September 11, 2025 16:20
bw-ghapp bot pushed a commit to bitwarden/sdk-swift that referenced this pull request Sep 11, 2025
aj-bw added a commit that referenced this pull request Sep 11, 2025
## ๐ŸŽŸ๏ธ Tracking

[bre-1104](https://bitwarden.atlassian.net/browse/bre-1104)
## ๐Ÿ“” Objective
after merging #415 , based off moving to npm version 11 a `--tag` must
be provided for all pre-releases in NPM. our releases are considered
pre-release bc of the dashes and suffixes in the naming convention.

failure example:
https://github.com/bitwarden/sdk-internal/actions/runs/17653063030/job/50172366269

## โฐ Reminders before review

- Contributor guidelines followed
- All formatters and local linters executed and passed
- Written new unit and / or integration tests where applicable
- Protected functional changes with optionality (feature flags)
- Used internationalization (i18n) for all UI strings
- CI builds passed
- Communicated to DevOps any deployment requirements
- Updated any necessary documentation (Confluence, contributing docs) or
informed the documentation team

## ๐Ÿฆฎ Reviewer guidelines

<!-- Suggested interactions but feel free to use (or not) as you desire!
-->

- ๐Ÿ‘ (`:+1:`) or similar for great changes
- ๐Ÿ“ (`:memo:`) or โ„น๏ธ (`:information_source:`) for notes or general info
- โ“ (`:question:`) for questions
- ๐Ÿค” (`:thinking:`) or ๐Ÿ’ญ (`:thought_balloon:`) for more open inquiry
that's not quite a confirmed issue and could potentially benefit from
discussion
- ๐ŸŽจ (`:art:`) for suggestions / improvements
- โŒ (`:x:`) or โš ๏ธ (`:warning:`) for more significant problems or
concerns needing attention
- ๐ŸŒฑ (`:seedling:`) or โ™ป๏ธ (`:recycle:`) for future improvements or
indications of technical debt
- โ› (`:pick:`) for minor or nitpick changes
aj-bw added a commit that referenced this pull request Sep 11, 2025
## ๐ŸŽŸ๏ธ Tracking
[bre-1104](https://bitwarden.atlassian.net/browse/bre-1104)

## ๐Ÿ“” Objective
related to #415 and #437 
example failure after moving to oidc npm publish ->
https://github.com/bitwarden/sdk-internal/actions/runs/17654697060/job/50174358624

it is searching for provenance information in the package.json file but
the repository url is not defined there

## โฐ Reminders before review

- Contributor guidelines followed
- All formatters and local linters executed and passed
- Written new unit and / or integration tests where applicable
- Protected functional changes with optionality (feature flags)
- Used internationalization (i18n) for all UI strings
- CI builds passed
- Communicated to DevOps any deployment requirements
- Updated any necessary documentation (Confluence, contributing docs) or
informed the documentation team

## ๐Ÿฆฎ Reviewer guidelines

<!-- Suggested interactions but feel free to use (or not) as you desire!
-->

- ๐Ÿ‘ (`:+1:`) or similar for great changes
- ๐Ÿ“ (`:memo:`) or โ„น๏ธ (`:information_source:`) for notes or general info
- โ“ (`:question:`) for questions
- ๐Ÿค” (`:thinking:`) or ๐Ÿ’ญ (`:thought_balloon:`) for more open inquiry
that's not quite a confirmed issue and could potentially benefit from
discussion
- ๐ŸŽจ (`:art:`) for suggestions / improvements
- โŒ (`:x:`) or โš ๏ธ (`:warning:`) for more significant problems or
concerns needing attention
- ๐ŸŒฑ (`:seedling:`) or โ™ป๏ธ (`:recycle:`) for future improvements or
indications of technical debt
- โ› (`:pick:`) for minor or nitpick changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants