Skip to content

chore: bump dependency versions - #187

Open
BenjaminTruong-okta wants to merge 2 commits into
masterfrom
chore/modernize-toolchain-angular-21
Open

chore: bump dependency versions#187
BenjaminTruong-okta wants to merge 2 commits into
masterfrom
chore/modernize-toolchain-angular-21

Conversation

@BenjaminTruong-okta

@BenjaminTruong-okta BenjaminTruong-okta commented Aug 5, 2026

Copy link
Copy Markdown

Non-dependency changes

  • .husky/pre-commit: removed shebang/husky.sh sourcing line. Husky v7→v9 dropped this boilerplate.
  • package.json prepare script: yarn build → yarn build && husky. Husky v9 replaced husky install with a bare husky call.
  • angular.json: jest builder option configPath → config. Renamed in @angular-builders/jest v19→v21.
  • lib/.eslintrc.json: added "prefix": "okta" to a selector rule. Required explicitly by @angular-eslint/* v19→v21 (no longer
    defaulted).
  • scripts/setup-e2e.sh, scripts/setup.sh: node v22.16.0 → v22.18.0. Matches the Node engines bump in package.json.
  • util/maintain-banners.js: globby.sync() → named globbySync import. Globby v11→v16 dropped the default export/.sync() method
    (ESM-only now).

PR Checklist

Please check if your PR fulfills the following requirements:

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Adding Tests
  • Build related changes
  • CI related changes
  • Documentation changes
  • Other... Please describe:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

Reviewers

@BenjaminTruong-okta BenjaminTruong-okta changed the title chore: modernize build/test toolchain to Angular 21 chore: bump dependency versions Aug 6, 2026
@BenjaminTruong-okta
BenjaminTruong-okta marked this pull request as ready for review August 6, 2026 18:06
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.

1 participant