Skip to content

Bump dependencies in frontend and backend services - #36

Merged
JustNZ merged 39 commits into
mainfrom
develop
Apr 18, 2026
Merged

Bump dependencies in frontend and backend services#36
JustNZ merged 39 commits into
mainfrom
develop

Conversation

@JustNZ

@JustNZ JustNZ commented Apr 18, 2026

Copy link
Copy Markdown
Contributor

No description provided.

dependabot Bot and others added 30 commits March 17, 2026 17:19
…dates

Bumps the npm_and_yarn group with 2 updates in the /services/frontend directory: [next](https://github.com/vercel/next.js) and [flatted](https://github.com/WebReflection/flatted).


Updates `next` from 16.1.6 to 16.1.7
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v16.1.6...v16.1.7)

Updates `flatted` from 3.3.4 to 3.4.2
- [Commits](WebReflection/flatted@v3.3.4...v3.4.2)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 16.1.7
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: flatted
  dependency-version: 3.4.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [jose](https://github.com/panva/jose) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v6.2.0...v6.2.1)

---
updated-dependencies:
- dependency-name: jose
  dependency-version: 6.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@heroui/styles](https://github.com/heroui-inc/heroui/tree/HEAD/packages/styles) from 3.0.0-beta.8 to 3.0.0-rc.1.
- [Release notes](https://github.com/heroui-inc/heroui/releases)
- [Commits](https://github.com/heroui-inc/heroui/commits/HEAD/packages/styles)

---
updated-dependencies:
- dependency-name: "@heroui/styles"
  dependency-version: 3.0.0-rc.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [next](https://github.com/vercel/next.js) from 16.1.6 to 16.1.7.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v16.1.6...v16.1.7)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 16.1.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the backend group with 3 updates in the /services/backend directory: [github.com/jackc/pgx/v5](https://github.com/jackc/pgx), [golang.org/x/crypto](https://github.com/golang/crypto) and [modernc.org/sqlite](https://gitlab.com/cznic/sqlite).


Updates `github.com/jackc/pgx/v5` from 5.8.0 to 5.9.1
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](jackc/pgx@v5.8.0...v5.9.1)

Updates `golang.org/x/crypto` from 0.48.0 to 0.49.0
- [Commits](golang/crypto@v0.48.0...v0.49.0)

Updates `modernc.org/sqlite` from 1.46.1 to 1.47.0
- [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.46.1...v1.47.0)

---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
  dependency-version: 5.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: golang.org/x/crypto
  dependency-version: 0.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: modernc.org/sqlite
  dependency-version: 1.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
...

Signed-off-by: dependabot[bot] <support@github.com>
- Implemented role change functionality in TeamMembersTable component.
- Added a dropdown for role selection for team members, allowing owners to change roles between "member" and "owner".

feat: enhance tenant card with route and token counts

- Updated TenantCard component to display the number of routes and tokens associated with each tenant.
- Added icons for visual representation of route and token counts.

feat: improve token lifecycle Gantt chart with sorting functionality

- Introduced sorting capabilities in TokenLifecycleGantt component.
- Added buttons for sorting tokens by name, expiry, last used, and created date.

feat: enhance tokens table with search and bulk actions

- Implemented search functionality in TokensTable component to filter tokens by name, tenant, and scopes.
- Added bulk revoke and delete actions for selected tokens.
- Introduced sorting options for token columns.

feat: update app shell with breadcrumbs and notification center

- Integrated Breadcrumbs component for better navigation.
- Added NotificationCenter component to display notifications in the app shell.

feat: extend backend client with org invite management

- Added functions to manage org invites, including fetching invites, deleting invites, and previewing invites.
- Implemented role change functionality for members in the backend client.

feat: define new types for org invites and export/import configurations

- Added TypeScript interfaces for OrgInvite, InvitePreview, ExportedOrgConfig, and ImportResult to improve type safety and clarity in the codebase.
…s/frontend/develop/next-16.1.7

chore(deps): bump next from 16.1.6 to 16.1.7 in /services/frontend
…s/frontend/develop/jose-6.2.1

chore(deps): bump jose from 6.2.0 to 6.2.1 in /services/frontend
…s/frontend/npm_and_yarn-c64f08145f

chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates
…s/frontend/develop/heroui/styles-3.0.0-rc.1

chore(deps): bump @heroui/styles from 3.0.0-beta.8 to 3.0.0-rc.1 in /services/frontend
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 19.2.3 to 19.2.4.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react)

---
updated-dependencies:
- dependency-name: react
  dependency-version: 19.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 16.1.6 to 16.1.7.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.1.7/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-version: 16.1.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…dates

Bumps the npm_and_yarn group with 2 updates in the /services/frontend directory: [brace-expansion](https://github.com/juliangruber/brace-expansion) and [picomatch](https://github.com/micromatch/picomatch).


Updates `brace-expansion` from 1.1.12 to 1.1.13
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v1.1.12...v1.1.13)

Updates `picomatch` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/picomatch@2.3.1...2.3.2)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 1.1.13
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: picomatch
  dependency-version: 2.3.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
…backend/develop/backend-872870bcbc

chore(deps): bump the backend group across 1 directory with 3 updates
…s/frontend/npm_and_yarn-f9a7637a8a

chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates
…s/frontend/develop/react-19.2.4

chore(deps): bump react from 19.2.3 to 19.2.4 in /services/frontend
…s/frontend/develop/eslint-config-next-16.1.7

chore(deps-dev): bump eslint-config-next from 16.1.6 to 16.1.7 in /services/frontend
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.19.37 to 25.5.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 25.5.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [jose](https://github.com/panva/jose) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v6.2.1...v6.2.2)

---
updated-dependencies:
- dependency-name: jose
  dependency-version: 6.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the npm_and_yarn group with 1 update in the /services/frontend directory: [next](https://github.com/vercel/next.js).


Updates `next` from 16.1.7 to 16.2.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v16.1.7...v16.2.3)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 16.2.3
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the backend group with 2 updates in the /services/backend directory: [golang.org/x/crypto](https://github.com/golang/crypto) and [modernc.org/sqlite](https://gitlab.com/cznic/sqlite).


Updates `golang.org/x/crypto` from 0.49.0 to 0.50.0
- [Commits](golang/crypto@v0.49.0...v0.50.0)

Updates `modernc.org/sqlite` from 1.47.0 to 1.48.2
- [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.47.0...v1.48.2)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: modernc.org/sqlite
  dependency-version: 1.48.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
...

Signed-off-by: dependabot[bot] <support@github.com>
…backend/develop/backend-a3e0f51fcf

chore(deps): bump the backend group across 1 directory with 2 updates
…s/frontend/npm_and_yarn-ad77747e51

chore(deps): bump next from 16.1.7 to 16.2.3 in /services/frontend in the npm_and_yarn group across 1 directory
…s/frontend/develop/jose-6.2.2

chore(deps): bump jose from 6.2.1 to 6.2.2 in /services/frontend
…s/frontend/develop/types/node-25.5.0

chore(deps-dev): bump @types/node from 20.19.37 to 25.5.0 in /services/frontend
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.577.0 to 1.7.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/1.7.0/packages/lucide-react)

---
updated-dependencies:
- dependency-name: lucide-react
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.2/packages/tailwindcss)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-version: 4.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…s/frontend/develop/lucide-react-1.7.0

chore(deps): bump lucide-react from 0.577.0 to 1.7.0 in /services/frontend
JustNZ and others added 9 commits April 18, 2026 11:12
…s/frontend/develop/tailwindcss-4.2.2

chore(deps-dev): bump tailwindcss from 4.2.1 to 4.2.2 in /services/frontend
Bumps [next](https://github.com/vercel/next.js) from 16.1.7 to 16.2.2.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v16.1.7...v16.2.2)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 16.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…s/frontend/develop/next-16.2.2

chore(deps): bump next from 16.1.7 to 16.2.2 in /services/frontend
Co-authored-by: JustNZ <51332147+JustNZ@users.noreply.github.com>
@JustNZ
JustNZ merged commit ce4f508 into main Apr 18, 2026
3 checks passed
@JustNZ
JustNZ deleted the develop branch April 28, 2026 06:53
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.

2 participants