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

Bump the devdependencies group with 4 updates #1816

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 Nov 25, 2024

Bumps the devdependencies group with 4 updates: sort-package-json, @playwright/test, @cobalt-ui/cli and @cobalt-ui/core.

Updates sort-package-json from 2.10.0 to 2.12.0

Release notes

Sourced from sort-package-json's releases.

v2.12.0

2.12.0 (2024-11-23)

Features

v2.11.0

2.11.0 (2024-11-19)

Features

v2.10.2

2.10.2 (2024-11-19)

Bug Fixes

  • use locale-independent comparison for sorting of overrides (#327) (5213340)

v2.10.1

2.10.1 (2024-08-22)

Bug Fixes

Commits
  • 0bf1155 feat: added support for ignore pattern to cli (#329)
  • 57aebe2 feat: add dual CJS/ESM release support (#316)
  • 5213340 fix: use locale-independent comparison for sorting of overrides (#327)
  • 99a9760 chore: switch to tinyglobby (#326)
  • 2611d16 docs: document check/diff example for stdio usage (#325)
  • ae5ba5f build(deps): bump braces from 3.0.2 to 3.0.3 (#320)
  • b22b1fc build(deps): bump micromatch from 4.0.5 to 4.0.8 (#324)
  • 92de3ef chore: update release workflow, drop global npm install
  • 7e1dd1f fix: support for sorting dependenciesMeta in Yarn berry (#323)
  • d4bd8e2 Create LICENSE
  • Additional commits viewable in compare view

Updates @playwright/test from 1.48.0 to 1.49.0

Release notes

Sourced from @​playwright/test's releases.

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

Breaking: channels chrome, msedge and similar switch to new headless

This change affects you if you're using one of the following channels in your playwright.config.ts:

  • chrome, chrome-dev, chrome-beta, or chrome-canary
  • msedge, msedge-dev, msedge-beta, or msedge-canary

What do I need to do?

After updating to Playwright v1.49, run your test suite. If it still passes, you're good to go. If not, you will probably need to update your snapshots, and adapt some of your test code around PDF viewers and extensions. See [issue #33566](microsoft/playwright#33566) for more details.

Other breaking changes

  • There will be no more updates for WebKit on Ubuntu 20.04 and Debian 11. We recommend updating your OS to a later version.
  • Package @playwright/experimental-ct-vue2 will no longer be updated.
  • Package @playwright/experimental-ct-solid will no longer be updated.

Try new Chromium headless

You can opt into the new headless mode by using 'chromium' channel. As official Chrome documentation puts it:

New Headless on the other hand is the real Chrome browser, and is thus more authentic, reliable, and offers more features. This makes it more suitable for high-accuracy end-to-end web app testing or browser extension testing.

... (truncated)

Commits
  • a70a96a chore: mark v1.49.0 (#33649)
  • 53f51a8 cherry-pick(#33638): chore: clear highlight when performing action
  • 2a00ca8 cherry-pick(#33635): chore: add cm placeholder text
  • 0e64340 cherry-pick(#33632): chore: highlight edited locator while recording
  • cb0f456 cherry-pick(#33629): fix(rebase): do not apply multiple rebaselines to the sa...
  • 698823a cherry-pick(#33627): fix(codegen): document.documentElement is null on early ...
  • c0fa804 cherry-pick(#33619): fix(aria): normalize whitespace in toMatchAccessible{Nam...
  • 7a32228 cherry-pick(#33614): docs: add ariaSnapshot.timeout for language ports (#33615)
  • 0e31ace cherry-pick(#33575): fix(canvas snapshots): position mismatch in headless mode
  • b2a39ff cherry-pick(#33604): docs: update docs about headless shell
  • Additional commits viewable in compare view

Updates @cobalt-ui/cli from 1.11.0 to 1.12.0

Release notes

Sourced from @​cobalt-ui/cli's releases.

@​cobalt-ui/cli@​1.12.0

Minor Changes

Changelog

Sourced from @​cobalt-ui/cli's changelog.

1.12.0

Minor Changes

1.11.3

Patch Changes

  • Aliases don’t need $types

1.11.2

Patch Changes

Commits

Updates @cobalt-ui/core from 1.11.0 to 1.12.0

Release notes

Sourced from @​cobalt-ui/core's releases.

@​cobalt-ui/core@​1.12.0

Minor Changes

@​cobalt-ui/core@​1.11.3

Patch Changes

  • Aliases don’t need $types

@​cobalt-ui/core@​1.11.1

Patch Changes

Changelog

Sourced from @​cobalt-ui/core's changelog.

1.12.0

Minor Changes

1.11.3

Patch Changes

  • Aliases don’t need $types

1.11.2

Patch Changes

1.11.1

Patch Changes

Commits

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

@dependabot dependabot bot requested a review from a team as a code owner November 25, 2024 10:28
@dependabot dependabot bot requested a review from a team as a code owner November 25, 2024 10:28
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Nov 25, 2024
@dependabot dependabot bot requested a review from a team as a code owner November 25, 2024 10:28
Copy link

changeset-bot bot commented Nov 25, 2024

⚠️ No Changeset found

Latest commit: 321d00a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

Tip

Once this PR is ready to go, add the run_chromatic label to run the Chromatic tests.

This saves us a lot of money by not running the tests before we need them.

@github-actions github-actions bot added 📦 npm Affects a @guardian package on NPM @guardian/libs labels Nov 25, 2024
Bumps the devdependencies group with 4 updates: [sort-package-json](https://github.com/keithamus/sort-package-json), [@playwright/test](https://github.com/microsoft/playwright), [@cobalt-ui/cli](https://github.com/terrazzoapp/terrazzo/tree/HEAD/packages/cli) and [@cobalt-ui/core](https://github.com/terrazzoapp/terrazzo/tree/HEAD/packages/core).


Updates `sort-package-json` from 2.10.0 to 2.12.0
- [Release notes](https://github.com/keithamus/sort-package-json/releases)
- [Commits](keithamus/sort-package-json@v2.10.0...v2.12.0)

Updates `@playwright/test` from 1.48.0 to 1.49.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.48.0...v1.49.0)

Updates `@cobalt-ui/cli` from 1.11.0 to 1.12.0
- [Release notes](https://github.com/terrazzoapp/terrazzo/releases)
- [Changelog](https://github.com/terrazzoapp/terrazzo/blob/@cobalt-ui/[email protected]/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/terrazzoapp/terrazzo/commits/@cobalt-ui/[email protected]/packages/cli)

Updates `@cobalt-ui/core` from 1.11.0 to 1.12.0
- [Release notes](https://github.com/terrazzoapp/terrazzo/releases)
- [Changelog](https://github.com/terrazzoapp/terrazzo/blob/@cobalt-ui/[email protected]/packages/core/CHANGELOG.md)
- [Commits](https://github.com/terrazzoapp/terrazzo/commits/@cobalt-ui/[email protected]/packages/core)

---
updated-dependencies:
- dependency-name: sort-package-json
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: devdependencies
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: devdependencies
- dependency-name: "@cobalt-ui/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: devdependencies
- dependency-name: "@cobalt-ui/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: devdependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/devdependencies-ff4ea45283 branch from 6bef92a to 321d00a Compare November 25, 2024 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies @guardian/libs javascript Pull requests that update Javascript code 📦 npm Affects a @guardian package on NPM
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants