Skip to content
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

apps/test-suite(deps): bump the prod-deps group in /apps/test-suite with 7 updates #980

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps the prod-deps group in /apps/test-suite with 7 updates:

Package From To
@anthropic-ai/sdk 0.24.3 0.32.1
@dqbd/tiktoken 1.0.15 1.0.17
@supabase/supabase-js 2.44.2 2.47.8
dotenv 16.4.5 16.4.7
openai 4.52.2 4.76.3
playwright 1.45.0 1.49.1
ts-jest 29.1.5 29.2.5

Updates @anthropic-ai/sdk from 0.24.3 to 0.32.1

Release notes

Sourced from @​anthropic-ai/sdk's releases.

sdk: v0.32.1

0.32.1 (2024-11-05)

Full Changelog: sdk-v0.32.0...sdk-v0.32.1

Bug Fixes

  • bedrock: don't mutate request body inputs (f83b535)
  • vertex: don't mutate request body inputs (e9a82e5)

sdk: v0.32.0

0.32.0 (2024-11-04)

Full Changelog: sdk-v0.31.0...sdk-v0.32.0

Features

Bug Fixes

  • don't require deno to run build-deno (#586) (0e431d6)
  • types: add missing token-counting-2024-11-01 (#583) (13d629c)

Chores

sdk: v0.31.0

0.31.0 (2024-11-01)

Full Changelog: sdk-v0.30.1...sdk-v0.31.0

Features

  • api: add message token counting & PDFs support (#582) (b593837)

Bug Fixes

  • countTokens: correctly set beta header (1680757)
  • internal: support pnpm git installs (#579) (86bb102)
  • types: add missing token-counting-2024-11-01 (aff1546)

Reverts

  • disable isolatedModules and change imports (#575) (2c3b176)

... (truncated)

Changelog

Sourced from @​anthropic-ai/sdk's changelog.

0.32.1 (2024-11-05)

Full Changelog: sdk-v0.32.0...sdk-v0.32.1

Bug Fixes

  • bedrock: don't mutate request body inputs (f83b535)
  • vertex: don't mutate request body inputs (e9a82e5)

0.32.0 (2024-11-04)

Full Changelog: sdk-v0.31.0...sdk-v0.32.0

Features

Bug Fixes

  • don't require deno to run build-deno (#586) (0e431d6)
  • types: add missing token-counting-2024-11-01 (#583) (13d629c)

Chores

0.31.0 (2024-11-01)

Full Changelog: sdk-v0.30.1...sdk-v0.31.0

Features

  • api: add message token counting & PDFs support (#582) (b593837)

Bug Fixes

  • countTokens: correctly set beta header (1680757)
  • internal: support pnpm git installs (#579) (86bb102)
  • types: add missing token-counting-2024-11-01 (aff1546)

Reverts

  • disable isolatedModules and change imports (#575) (2c3b176)

Chores

... (truncated)

Commits
  • 52bed05 chore: release main
  • 2709c1f fix(vertex): don't mutate request body inputs
  • 4523ca9 fix(bedrock): don't mutate request body inputs
  • c128ce7 chore: release main
  • f7913f7 feat(api): add new haiku model (#587)
  • 21fa500 fix: don't require deno to run build-deno (#586)
  • 461e300 chore: remove unused build-deno condition (#585)
  • 86c5ade fix(types): add missing token-counting-2024-11-01 (#583)
  • 1043b48 chore: release main
  • f99a700 fix(types): add missing token-counting-2024-11-01
  • Additional commits viewable in compare view

Updates @dqbd/tiktoken from 1.0.15 to 1.0.17

Release notes

Sourced from @​dqbd/tiktoken's releases.

@​dqbd/tiktoken@​1.0.17

Patch Changes

  • 53bd14a: Add o1 class of models

@​dqbd/tiktoken@​1.0.16

Patch Changes

  • 4796f27: Add support for gpt-4o, gpt-4o-mini, text-embedding-3-small and text-embedding-3-large
Commits

Updates @supabase/supabase-js from 2.44.2 to 2.47.8

Release notes

Sourced from @​supabase/supabase-js's releases.

v2.47.8

2.47.8 (2024-12-16)

Bug Fixes

Fixes a number of typing issues. More details at https://github.com/orgs/supabase/discussions/30324

v2.47.7

2.47.7 (2024-12-13)

Bug Fixes

  • update auth version to 2.67.1 (315a420)

v2.47.6

2.47.6 (2024-12-12)

Bug Fixes

v2.47.5

2.47.5 (2024-12-11)

Bug Fixes

v2.47.4

2.47.4 (2024-12-11)

Bug Fixes

  • call set auth for realtime on token changes (#1329) (5e1e477)

v2.47.4-rc.1

2.47.4-rc.1 (2024-12-11)

Bug Fixes

... (truncated)

Commits
  • faa4f77 Merge pull request #1330 from supabase/rc
  • 322129c Merge pull request #1337 from supabase/j0/bump_auth_2_67_1
  • 315a420 fix: update auth version to 2.67.1
  • a5dc3b0 fix: bump gotrue version to v2.67.0 (#1333)
  • 1c5b626 fix: revert set auth call (#1331)
  • 5e1e477 fix: call set auth for realtime on token changes (#1329)
  • d76c7b3 Merge pull request #1328 from supabase/chore/upgrade-rc-for-release
  • e74067c chore: upgrade latest postgres-js
  • 4354c08 Merge branch 'master' into chore/upgrade-rc-for-release
  • 325c2c9 fix: Bind proper object to setAuth on Realtime callback (#1324)
  • Additional commits viewable in compare view

Updates dotenv from 16.4.5 to 16.4.7

Changelog

Sourced from dotenv's changelog.

16.4.7 (2024-12-03)

Changed

  • Ignore .tap folder when publishing. (oops, sorry about that everyone. - @​motdotla) #848

16.4.6 (2024-12-02)

Changed

  • Clean up stale dev dependencies #847
  • Various README updates clarifying usage and alternative solutions using dotenvx
Commits

Updates openai from 4.52.2 to 4.76.3

Release notes

Sourced from openai's releases.

v4.76.3

4.76.3 (2024-12-13)

Full Changelog: v4.76.2...v4.76.3

Chores

  • internal: better ecosystem test debugging (86fc0a8)

Documentation

v4.76.2

4.76.2 (2024-12-12)

Full Changelog: v4.76.1...v4.76.2

Chores

v4.76.1

4.76.1 (2024-12-10)

Full Changelog: v4.76.0...v4.76.1

Chores

  • internal: bump cross-spawn to v7.0.6 (#1217) (c07ad29)
  • internal: remove unnecessary getRequestClient function (#1215) (bef3925)

v4.76.0

4.76.0 (2024-12-05)

Full Changelog: v4.75.0...v4.76.0

Features

Chores

v4.75.0

4.75.0 (2024-12-03)

... (truncated)

Changelog

Sourced from openai's changelog.

4.76.3 (2024-12-13)

Full Changelog: v4.76.2...v4.76.3

Chores

  • internal: better ecosystem test debugging (86fc0a8)

Documentation

4.76.2 (2024-12-12)

Full Changelog: v4.76.1...v4.76.2

Chores

4.76.1 (2024-12-10)

Full Changelog: v4.76.0...v4.76.1

Chores

  • internal: bump cross-spawn to v7.0.6 (#1217) (c07ad29)
  • internal: remove unnecessary getRequestClient function (#1215) (bef3925)

4.76.0 (2024-12-05)

Full Changelog: v4.75.0...v4.76.0

Features

Chores

4.75.0 (2024-12-03)

Full Changelog: v4.74.0...v4.75.0

Features

... (truncated)

Commits

Updates playwright from 1.45.0 to 1.49.1

Release notes

Sourced from playwright's releases.

v1.49.1

Highlights

microsoft/playwright#33802 - [Bug]: Codegen's Clear button doesn't work if not recording microsoft/playwright#33806 - [Bug]: playwright hangs while waiting for pending navigations microsoft/playwright#33787 - [Bug]: VSC extension isn't capturing all entered text microsoft/playwright#33788 - [Regression]: Double clicking the steps in trace viewer doesn't filter actions microsoft/playwright#33772 - [Bug]: aria_snapshot generates invalid yaml when combined with an aria-label attribut microsoft/playwright#33791 - [Bug]: text input with number value raises "container is not iterable" with to_match_aria_snapshot microsoft/playwright#33644 - [Bug]: getByRole can't find element with the accessible name from label element when aria-labelledby is not valid microsoft/playwright#33660 - [Regression]: Unable to open Playwright UI in Dark Mode

Browser Versions

  • Chromium 131.0.6778.33
  • Mozilla Firefox 132.0
  • WebKit 18.2

This version was also tested against the following stable channels:

  • Google Chrome 130
  • Microsoft Edge 130

v1.49.0

Aria snapshots

New assertion expect(locator).toMatchAriaSnapshot() verifies page structure by comparing to an expected accessibility tree, represented as YAML.

await page.goto('https://playwright.dev');
await expect(page.locator('body')).toMatchAriaSnapshot(`
  - banner:
    - heading /Playwright enables reliable/ [level=1]
    - link "Get started"
    - link "Star microsoft/playwright on GitHub"
  - main:
    - img "Browsers (Chromium, Firefox, WebKit)"
    - heading "Any browser • Any platform • One API"
`);

You can generate this assertion with Test Generator and update the expected snapshot with --update-snapshots command line flag.

Learn more in the aria snapshots guide.

Test runner

... (truncated)

Commits
  • 88bc8af chore: mark v1.49.1 (#33921)
  • 9e855d5 cherry-pick(#33821): fix(recorder): allow clearing when recording is disabled...
  • 9365eb5 cherry-pick(#33834): fix: do not stall waiting for pending navigations after ...
  • f92b233 cherry-pick(#33822): fix(codegen): do not reset current tool upon clearing hi...
  • 008722b cherry-pick(#33797): fix(trace): in indexTree check isVisible before addi...
  • 1dc8b3c cherry-pick(#33746): chore: pin typescript while vue-tsc is broken
  • fbc770c cherry-pick(#33793): fix(aria): escape even more yaml (#33795)
  • 1046fe0 cherry-pick(#33753): docs: update extensions doc for new headless
  • 1781bf3 cherry-pick(#33706): docs: release notes for languages v1.49
  • b52a210 cherry-pick(#33712): docs(python): add LocatorAssertions.NotToMatchAriaSnapshot
  • Additional commits viewable in compare view

Updates ts-jest from 29.1.5 to 29.2.5

Release notes

Sourced from ts-jest's releases.

v29.2.5

Please refer to CHANGELOG.md for details.

v29.2.4

Please refer to CHANGELOG.md for details.

v29.2.3

Please refer to CHANGELOG.md for details.

v29.2.2

Please refer to CHANGELOG.md for details.

v29.2.1

Please refer to CHANGELOG.md for details.

v29.2.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from ts-jest's changelog.

29.2.5 (2024-08-23)

Bug Fixes

  • build: build package with NodeNext module (9b3ade5)
  • fix: set value ts/tsx extensionsToTreatAsEsm in default esm preset (d9ff362)
  • fix(compiler): fallback to NodeJS module resolution for ts 4.8 (b7d3409), closes #4499

29.2.4 (2024-08-01)

Bug Fixes

  • fix: revert support implementation for Node16/NodeNext (70b9530), closes #4468 #4473

29.2.3 (2024-07-18)

Security Fixes

  • build(deps): Update dependency ejs to ^3.1.10 (de94a56)

Code Refactoring

  • refactor(presets): maintain preset codes inside src (8474fc2)

29.2.2 (2024-07-10)

Bug Fixes

  • fix(compiler): update memory cache after changing module value (94db43f), closes #4439

29.2.1 (2024-07-10)

Bug Fixes

  • fix: move ejs to dep instead of peerDep (26e31a7)
  • fix: set allowSyntheticDefaultImports properly (ff4b302), closes #4156

... (truncated)

Commits
  • 500a863 chore(release): 29.2.5
  • dce986e build(deps): Update dependency @​babel/preset-env to ^7.25.4
  • 48a28a6 build(deps): Update dependency vite to ^5.4.2
  • d9ff362 fix: set value ts/tsx extensionsToTreatAsEsm in default esm preset
  • 00550ef test: add e2e test case for ESM features
  • 978169b build(deps): Update dependency @​types/node to v20.16.1
  • e9a643c build(deps): Update dependency @​types/node to v20.16.0
  • 535edab build(deps): Update dependency @​types/node to v20.15.0
  • 011a9d8 build(deps): Update dependency vite to ^5.4.1
  • 4eb8ccd build: update renovate bot
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the prod-deps group in /apps/test-suite with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.24.3` | `0.32.1` |
| [@dqbd/tiktoken](https://github.com/dqbd/tiktoken) | `1.0.15` | `1.0.17` |
| [@supabase/supabase-js](https://github.com/supabase/supabase-js) | `2.44.2` | `2.47.8` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.4.5` | `16.4.7` |
| [openai](https://github.com/openai/openai-node) | `4.52.2` | `4.76.3` |
| [playwright](https://github.com/microsoft/playwright) | `1.45.0` | `1.49.1` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.1.5` | `29.2.5` |


Updates `@anthropic-ai/sdk` from 0.24.3 to 0.32.1
- [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-typescript@sdk-v0.24.3...sdk-v0.32.1)

Updates `@dqbd/tiktoken` from 1.0.15 to 1.0.17
- [Release notes](https://github.com/dqbd/tiktoken/releases)
- [Changelog](https://github.com/dqbd/tiktoken/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dqbd/tiktoken/compare/@dqbd/[email protected]...@dqbd/[email protected])

Updates `@supabase/supabase-js` from 2.44.2 to 2.47.8
- [Release notes](https://github.com/supabase/supabase-js/releases)
- [Changelog](https://github.com/supabase/supabase-js/blob/master/RELEASE.md)
- [Commits](supabase/supabase-js@v2.44.2...v2.47.8)

Updates `dotenv` from 16.4.5 to 16.4.7
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.4.5...v16.4.7)

Updates `openai` from 4.52.2 to 4.76.3
- [Release notes](https://github.com/openai/openai-node/releases)
- [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md)
- [Commits](openai/openai-node@v4.52.2...v4.76.3)

Updates `playwright` from 1.45.0 to 1.49.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.45.0...v1.49.1)

Updates `ts-jest` from 29.1.5 to 29.2.5
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.1.5...v29.2.5)

---
updated-dependencies:
- dependency-name: "@anthropic-ai/sdk"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: "@dqbd/tiktoken"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: "@supabase/supabase-js"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: dotenv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: playwright
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: ts-jest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 16, 2024
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.

0 participants