Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2025

Bumps vite from 6.3.6 to 6.4.1.

Release notes

Sourced from vite's releases.

create-vite@6.4.1

Please refer to CHANGELOG.md for details.

v6.4.1

Please refer to CHANGELOG.md for details.

create-vite@6.4.0

Please refer to CHANGELOG.md for details.

v6.4.0

Please refer to CHANGELOG.md for details.

v6.3.7

Please refer to CHANGELOG.md for details.

Commits
  • 5003434 fix(preview): use host url to open browser (#19836)
  • bf9728e release: v6.3.0-beta.2
  • 380c10e fix(hmr): run HMR handler sequentially (#19793)
  • 8bed1de fix: addWatchFile doesn't work if base is specified (fixes #19792) (#19794)
  • 0a0c50a refactor: simplify pluginFilter implementation (#19828)
  • 59d0b35 perf(css): avoid constructing renderedModules (#19775)
  • 175a839 fix: reject requests with # in request-target (#19830)
  • e2e11b1 fix(module-runner): allow already resolved id as entry (#19768)
  • 7200dee fix: correct the behavior when multiple transform filter options are specifie...
  • b125172 fix(css): remove empty chunk imports correctly when chunk file name contained...
  • Additional commits viewable in compare view

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.3.6 to 6.4.1.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/create-vite@6.4.1/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 6.4.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 21, 2025
@dependabot dependabot bot requested review from a team as code owners October 21, 2025 05:33
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 21, 2025
@github-actions
Copy link

@jentfoo jentfoo merged commit 1407508 into main Oct 23, 2025
21 checks passed
@jentfoo jentfoo deleted the dependabot/npm_and_yarn/web-app/vite-6.4.1 branch October 23, 2025 16:55
elizabethhealy pushed a commit that referenced this pull request Oct 24, 2025
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.3.6 to 6.4.1.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/create-vite@6.4.1/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 6.4.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Elizabeth Healy <ehealy@virtru.com>
elizabethhealy added a commit that referenced this pull request Oct 28, 2025
* feat: Certificates & Obligations (#755)

* - Pin `@bufbuild/buf` and `@bufbuild/protoc-gen-es` dependencies to specific versions.
- Update copyright notices in `http_pb.ts` and `validate_pb.ts`.

* - Pin `@bufbuild/buf` and `@bufbuild/protoc-gen-es` dependencies to specific versions.
- Update copyright notices in `http_pb.ts` and `validate_pb.ts`.

* Add `obligations` and `rootCerts` attributes to test fixtures and mock data.

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* feat: upgrade tdf clients to rewrap v2 proto structure

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* updates to match go behavior

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* feat: Get Namespace (#756)

* - Pin `@bufbuild/buf` and `@bufbuild/protoc-gen-es` dependencies to specific versions.
- Update copyright notices in `http_pb.ts` and `validate_pb.ts`.

* - Pin `@bufbuild/buf` and `@bufbuild/protoc-gen-es` dependencies to specific versions.
- Update copyright notices in `http_pb.ts` and `validate_pb.ts`.

* Add `obligations` and `rootCerts` attributes to test fixtures and mock data.

* Add `getRootCertsFromNamespace` function and include headers initialization in `authProvider`

* Add input validation for `getRootCertsFromNamespace` and basic unit tests

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* feat(sdk): initial obligations support in rewrap flow (#748)

* feat(core): initial obligations support in rewrap flow

* 🤖 🎨 Autoformat

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* wip

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* more wip

* rm unused import

* 🤖 🎨 Autoformat

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* lint fix

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* tests

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* 🤖 🎨 Autoformat

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* move file

* tdf3 client

* cleanup

* obligations method on opentdf reader classes

* requiredObligations on DecoratedReadableStream in tdf3

* wip: fetch decision if obligations haven't been set on reader

* wip

* 🤖 🎨 Autoformat

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* bugfix in case of no data attributes leading to no obligations

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* working state

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* fix

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* 🤖 🎨 Autoformat

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* fix comments

* rm example web app hardcoded attributes and obligations

* unit tests for getRequiredObligations

* improve nullish operators

* cleanup

* 🤖 🎨 Autoformat

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* improvements

* fix

* 🤖 🎨 Autoformat

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* improve log

* put back package.json changes

* pr feedback

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* 🤖 🎨 Autoformat

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* rm rewrap header for obligations over legacy http for older platforms

---------

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>
Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* chore: release sdk 0.5.0 (#658)

* chore(main): release sdk 0.5.0

* Update dependencies

---------

Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com>
Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* feat(ci): Add a workflow to update the generated code for new protocol/go versions (#767)

* add a workflow to update the pbs

* trigger on PR

* correct platform location

* add gh token to env

* remove extra file after use

* detect changes on regen

* test with latest version

* remove, test changes

* test for signed commits

* try with api

* push the new branch

* use a shorter file name in the message

* fix for non existing files

* run slightly after midnight to avoid queues

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* 🤖 🎨 Autoformat

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* handle rewrap response

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* formatting

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* passing unit tests

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* format

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* chore(docs): bump playwright and @playwright/test in /web-app/tests (#763)

Bumps [playwright](https://github.com/microsoft/playwright) to 1.56.1 and updates ancestor dependency [@playwright/test](https://github.com/microsoft/playwright). These dependencies need to be updated together.

Updates `playwright` from 1.50.1 to 1.56.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.50.1...v1.56.1)

Updates `@playwright/test` from 1.50.1 to 1.56.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.50.1...v1.56.1)

---
updated-dependencies:
- dependency-name: playwright
  dependency-version: 1.56.1
  dependency-type: indirect
- dependency-name: "@playwright/test"
  dependency-version: 1.56.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* chore(docs): bump vite from 6.3.6 to 6.4.1 in /web-app (#764)

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.3.6 to 6.4.1.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/create-vite@6.4.1/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 6.4.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* v1 backwards compatability

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* error handling

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* cleanup

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* chore(docs): bump playwright and @playwright/test in /web-app (#775)

Bumps [playwright](https://github.com/microsoft/playwright) and [@playwright/test](https://github.com/microsoft/playwright). These dependencies needed to be updated together.

Updates `playwright` from 1.50.1 to 1.56.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.50.1...v1.56.1)

Updates `@playwright/test` from 1.50.1 to 1.56.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.50.1...v1.56.1)

---
updated-dependencies:
- dependency-name: playwright
  dependency-version: 1.56.1
  dependency-type: direct:development
- dependency-name: "@playwright/test"
  dependency-version: 1.56.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* suggestions

---------

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>
Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Paul Flynn <43211074+pflynn-virtru@users.noreply.github.com>
Co-authored-by: jakedoublev <jake.vanvorhis@virtru.com>
Co-authored-by: Jake Van Vorhis <83739412+jakedoublev@users.noreply.github.com>
Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
elizabethhealy added a commit that referenced this pull request Oct 29, 2025
* feat: Certificates & Obligations (#755)

* - Pin `@bufbuild/buf` and `@bufbuild/protoc-gen-es` dependencies to specific versions.
- Update copyright notices in `http_pb.ts` and `validate_pb.ts`.

* - Pin `@bufbuild/buf` and `@bufbuild/protoc-gen-es` dependencies to specific versions.
- Update copyright notices in `http_pb.ts` and `validate_pb.ts`.

* Add `obligations` and `rootCerts` attributes to test fixtures and mock data.

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* feat: upgrade tdf clients to rewrap v2 proto structure

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* updates to match go behavior

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* feat: Get Namespace (#756)

* - Pin `@bufbuild/buf` and `@bufbuild/protoc-gen-es` dependencies to specific versions.
- Update copyright notices in `http_pb.ts` and `validate_pb.ts`.

* - Pin `@bufbuild/buf` and `@bufbuild/protoc-gen-es` dependencies to specific versions.
- Update copyright notices in `http_pb.ts` and `validate_pb.ts`.

* Add `obligations` and `rootCerts` attributes to test fixtures and mock data.

* Add `getRootCertsFromNamespace` function and include headers initialization in `authProvider`

* Add input validation for `getRootCertsFromNamespace` and basic unit tests

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* feat(sdk): initial obligations support in rewrap flow (#748)

* feat(core): initial obligations support in rewrap flow

* 🤖 🎨 Autoformat

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* wip

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* more wip

* rm unused import

* 🤖 🎨 Autoformat

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* lint fix

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* tests

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* 🤖 🎨 Autoformat

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* move file

* tdf3 client

* cleanup

* obligations method on opentdf reader classes

* requiredObligations on DecoratedReadableStream in tdf3

* wip: fetch decision if obligations haven't been set on reader

* wip

* 🤖 🎨 Autoformat

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* bugfix in case of no data attributes leading to no obligations

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* working state

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* fix

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* 🤖 🎨 Autoformat

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* fix comments

* rm example web app hardcoded attributes and obligations

* unit tests for getRequiredObligations

* improve nullish operators

* cleanup

* 🤖 🎨 Autoformat

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* improvements

* fix

* 🤖 🎨 Autoformat

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* improve log

* put back package.json changes

* pr feedback

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* 🤖 🎨 Autoformat

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* rm rewrap header for obligations over legacy http for older platforms

---------

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>
Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* chore: release sdk 0.5.0 (#658)

* chore(main): release sdk 0.5.0

* Update dependencies

---------

Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com>
Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* feat(ci): Add a workflow to update the generated code for new protocol/go versions (#767)

* add a workflow to update the pbs

* trigger on PR

* correct platform location

* add gh token to env

* remove extra file after use

* detect changes on regen

* test with latest version

* remove, test changes

* test for signed commits

* try with api

* push the new branch

* use a shorter file name in the message

* fix for non existing files

* run slightly after midnight to avoid queues

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* 🤖 🎨 Autoformat

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* handle rewrap response

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* formatting

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* passing unit tests

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* format

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* chore(docs): bump playwright and @playwright/test in /web-app/tests (#763)

Bumps [playwright](https://github.com/microsoft/playwright) to 1.56.1 and updates ancestor dependency [@playwright/test](https://github.com/microsoft/playwright). These dependencies need to be updated together.

Updates `playwright` from 1.50.1 to 1.56.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.50.1...v1.56.1)

Updates `@playwright/test` from 1.50.1 to 1.56.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.50.1...v1.56.1)

---
updated-dependencies:
- dependency-name: playwright
  dependency-version: 1.56.1
  dependency-type: indirect
- dependency-name: "@playwright/test"
  dependency-version: 1.56.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* chore(docs): bump vite from 6.3.6 to 6.4.1 in /web-app (#764)

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.3.6 to 6.4.1.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/create-vite@6.4.1/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 6.4.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* v1 backwards compatability

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* error handling

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* cleanup

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* chore(docs): bump playwright and @playwright/test in /web-app (#775)

Bumps [playwright](https://github.com/microsoft/playwright) and [@playwright/test](https://github.com/microsoft/playwright). These dependencies needed to be updated together.

Updates `playwright` from 1.50.1 to 1.56.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.50.1...v1.56.1)

Updates `@playwright/test` from 1.50.1 to 1.56.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.50.1...v1.56.1)

---
updated-dependencies:
- dependency-name: playwright
  dependency-version: 1.56.1
  dependency-type: direct:development
- dependency-name: "@playwright/test"
  dependency-version: 1.56.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* suggestions

---------

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>
Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Paul Flynn <43211074+pflynn-virtru@users.noreply.github.com>
Co-authored-by: jakedoublev <jake.vanvorhis@virtru.com>
Co-authored-by: Jake Van Vorhis <83739412+jakedoublev@users.noreply.github.com>
Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Elizabeth Healy <ehealy@virtru.com>
elizabethhealy added a commit that referenced this pull request Oct 29, 2025
* feat(sdk): Move to rewrap v2 request/response format (#774)

* feat: Certificates & Obligations (#755)

* - Pin `@bufbuild/buf` and `@bufbuild/protoc-gen-es` dependencies to specific versions.
- Update copyright notices in `http_pb.ts` and `validate_pb.ts`.

* - Pin `@bufbuild/buf` and `@bufbuild/protoc-gen-es` dependencies to specific versions.
- Update copyright notices in `http_pb.ts` and `validate_pb.ts`.

* Add `obligations` and `rootCerts` attributes to test fixtures and mock data.

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* feat: upgrade tdf clients to rewrap v2 proto structure

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* updates to match go behavior

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* feat: Get Namespace (#756)

* - Pin `@bufbuild/buf` and `@bufbuild/protoc-gen-es` dependencies to specific versions.
- Update copyright notices in `http_pb.ts` and `validate_pb.ts`.

* - Pin `@bufbuild/buf` and `@bufbuild/protoc-gen-es` dependencies to specific versions.
- Update copyright notices in `http_pb.ts` and `validate_pb.ts`.

* Add `obligations` and `rootCerts` attributes to test fixtures and mock data.

* Add `getRootCertsFromNamespace` function and include headers initialization in `authProvider`

* Add input validation for `getRootCertsFromNamespace` and basic unit tests

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* feat(sdk): initial obligations support in rewrap flow (#748)

* feat(core): initial obligations support in rewrap flow

* 🤖 🎨 Autoformat

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* wip

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* more wip

* rm unused import

* 🤖 🎨 Autoformat

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* lint fix

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* tests

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* 🤖 🎨 Autoformat

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* move file

* tdf3 client

* cleanup

* obligations method on opentdf reader classes

* requiredObligations on DecoratedReadableStream in tdf3

* wip: fetch decision if obligations haven't been set on reader

* wip

* 🤖 🎨 Autoformat

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* bugfix in case of no data attributes leading to no obligations

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* working state

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* fix

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* 🤖 🎨 Autoformat

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* fix comments

* rm example web app hardcoded attributes and obligations

* unit tests for getRequiredObligations

* improve nullish operators

* cleanup

* 🤖 🎨 Autoformat

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* improvements

* fix

* 🤖 🎨 Autoformat

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* improve log

* put back package.json changes

* pr feedback

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* 🤖 🎨 Autoformat

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>

* rm rewrap header for obligations over legacy http for older platforms

---------

Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>
Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* chore: release sdk 0.5.0 (#658)

* chore(main): release sdk 0.5.0

* Update dependencies

---------

Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com>
Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* feat(ci): Add a workflow to update the generated code for new protocol/go versions (#767)

* add a workflow to update the pbs

* trigger on PR

* correct platform location

* add gh token to env

* remove extra file after use

* detect changes on regen

* test with latest version

* remove, test changes

* test for signed commits

* try with api

* push the new branch

* use a shorter file name in the message

* fix for non existing files

* run slightly after midnight to avoid queues

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* 🤖 🎨 Autoformat

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* handle rewrap response

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* formatting

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* passing unit tests

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* format

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* chore(docs): bump playwright and @playwright/test in /web-app/tests (#763)

Bumps [playwright](https://github.com/microsoft/playwright) to 1.56.1 and updates ancestor dependency [@playwright/test](https://github.com/microsoft/playwright). These dependencies need to be updated together.

Updates `playwright` from 1.50.1 to 1.56.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.50.1...v1.56.1)

Updates `@playwright/test` from 1.50.1 to 1.56.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.50.1...v1.56.1)

---
updated-dependencies:
- dependency-name: playwright
  dependency-version: 1.56.1
  dependency-type: indirect
- dependency-name: "@playwright/test"
  dependency-version: 1.56.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* chore(docs): bump vite from 6.3.6 to 6.4.1 in /web-app (#764)

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.3.6 to 6.4.1.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/create-vite@6.4.1/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 6.4.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* v1 backwards compatability

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* error handling

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* cleanup

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* chore(docs): bump playwright and @playwright/test in /web-app (#775)

Bumps [playwright](https://github.com/microsoft/playwright) and [@playwright/test](https://github.com/microsoft/playwright). These dependencies needed to be updated together.

Updates `playwright` from 1.50.1 to 1.56.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.50.1...v1.56.1)

Updates `@playwright/test` from 1.50.1 to 1.56.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.50.1...v1.56.1)

---
updated-dependencies:
- dependency-name: playwright
  dependency-version: 1.56.1
  dependency-type: direct:development
- dependency-name: "@playwright/test"
  dependency-version: 1.56.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* suggestions

---------

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>
Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Paul Flynn <43211074+pflynn-virtru@users.noreply.github.com>
Co-authored-by: jakedoublev <jake.vanvorhis@virtru.com>
Co-authored-by: Jake Van Vorhis <83739412+jakedoublev@users.noreply.github.com>
Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* additional comments and cleanup

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>

* format

* fix merge

---------

Signed-off-by: Elizabeth Healy <ehealy@virtru.com>
Signed-off-by: jakedoublev <jake.vanvorhis@virtru.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Paul Flynn <43211074+pflynn-virtru@users.noreply.github.com>
Co-authored-by: jakedoublev <jake.vanvorhis@virtru.com>
Co-authored-by: Jake Van Vorhis <83739412+jakedoublev@users.noreply.github.com>
Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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