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

Update all non-major dependencies #5207

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 7, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@axe-core/playwright 4.10.0 -> 4.10.1 age adoption passing confidence devDependencies patch
@eslint/js (source) 9.11.0 -> 9.19.0 age adoption passing confidence devDependencies minor
@playwright/test (source) 1.47.2 -> 1.50.1 age adoption passing confidence devDependencies minor
@types/node (source) 22.5.5 -> 22.13.1 age adoption passing confidence devDependencies minor
allure-commandline 2.30.0 -> 2.32.2 age adoption passing confidence devDependencies minor
allure-playwright (source) 2.4.0 -> 2.15.1 age adoption passing confidence devDependencies minor
camunda-bpm 0.0.44 -> 0.0.47 age adoption passing confidence patch
chai (source) 4.4.1 -> 4.5.0 age adoption passing confidence devDependencies minor
civil-general-applications 0.0.64 -> 0.0.65 age adoption passing confidence patch
civil-service 0.0.67 -> 0.0.72 age adoption passing confidence patch
codeceptjs (source) 3.5.11 -> 3.6.10 age adoption passing confidence devDependencies minor
dotenv 16.4.5 -> 16.4.7 age adoption passing confidence devDependencies patch
eslint (source) 9.11.0 -> 9.19.0 age adoption passing confidence devDependencies minor
globals 15.9.0 -> 15.14.0 age adoption passing confidence devDependencies minor
gradle (source) 8.8 -> 8.12.1 age adoption passing confidence minor
husky 9.1.6 -> 9.1.7 age adoption passing confidence devDependencies patch
lint-staged 15.2.10 -> 15.4.3 age adoption passing confidence devDependencies minor
node (source) 20.12.2 -> 20.18.2 age adoption passing confidence minor
playwright (source) 1.47.2 -> 1.50.1 age adoption passing confidence devDependencies minor
playwright-core (source) 1.47.2 -> 1.50.1 age adoption passing confidence devDependencies minor
prettier (source) 3.3.3 -> 3.4.2 age adoption passing confidence devDependencies minor
typescript (source) 5.1.3 -> 5.7.3 age adoption passing confidence devDependencies minor
typescript-eslint (source) 8.0.0 -> 8.23.0 age adoption passing confidence devDependencies minor
uuid 11.0.3 -> 11.0.5 age adoption passing confidence devDependencies patch
yarn (source) 3.8.5 -> 3.8.7 age adoption passing confidence packageManager patch
org.slf4j:slf4j-api (source, changelog) 2.0.9 -> 2.0.16 age adoption passing confidence dependencies patch
com.github.hmcts:befta-fw 9.0.2 -> 9.2.1 age adoption passing confidence dependencies minor
org.junit.platform:junit-platform-engine (source) 1.10.1 -> 1.11.4 age adoption passing confidence dependencies minor
org.junit.platform:junit-platform-commons (source) 1.10.1 -> 1.11.4 age adoption passing confidence dependencies minor
org.junit.jupiter:junit-jupiter-params (source) 5.10.1 -> 5.11.4 age adoption passing confidence dependencies minor
org.junit.jupiter:junit-jupiter-engine (source) 5.10.1 -> 5.11.4 age adoption passing confidence dependencies minor
org.junit.jupiter:junit-jupiter-api (source) 5.10.1 -> 5.11.4 age adoption passing confidence dependencies minor

Release Notes

dequelabs/axe-core-npm (@​axe-core/playwright)

v4.10.1

Compare Source

Bug Fixes
eslint/eslint (@​eslint/js)

v9.19.0

Compare Source

v9.18.0

Compare Source

v9.17.0

Compare Source

Features

Bug Fixes

  • 67d683d fix: fix crash when message.fix is nullish (#​19168) (ntnyq)
  • c618707 fix: ignore vars with non-identifier references in no-useless-assignment (#​19200) (YeonJuan)

Documentation

  • 3c22d2a docs: update yoda to Yoda in yoda.md for consistency (#​19230) (루밀LuMir)
  • e0a2203 docs: add missing backticks to no-sequences (#​19233) (루밀LuMir)
  • 4cc4881 docs: Update README (GitHub Actions Bot)
  • 3db6fdf docs: [no-await-in-loop] expand on benefits and inapplicability (#​19211) (Kirk Waiblinger)
  • bf2a4f6 docs: add missing backticks to func-style (#​19227) (루밀LuMir)
  • ba098bd docs: add missing header to prefer-spread (#​19224) (루밀LuMir)
  • b607ae6 docs: update description of no-param-reassign (#​19220) (루밀LuMir)
  • 1eb424d docs: add missing backticks to prefer-destructuring (#​19223) (루밀LuMir)
  • 85998d1 docs: add missing backticks to no-unneeded-ternary (#​19222) (루밀LuMir)
  • b75b32c docs: add missing backticks to no-new-func (#​19219) (루밀LuMir)
  • a7700bc docs: add missing backticks to id-length (#​19217) (루밀LuMir)
  • e2bb429 docs: add missing backticks to complexity.md (#​19214) (루밀LuMir)
  • 045d716 docs: add missing ) to id-denylist (#​19213) (루밀LuMir)
  • 7fe4114 docs: Update README (GitHub Actions Bot)
  • c743ba6 docs: add CSS language to no-restricted-syntax (#​19208) (Milos Djermanovic)
  • 1416d70 docs: add missing backticks to eqeqeq (#​19207) (루밀LuMir)
  • b950c1b docs: add missing backticks to prefer-object-spread (#​19206) (루밀LuMir)
  • 8a941cb docs: update docs and description of require-unicode-regexp (#​19205) (루밀LuMir)
  • cbab228 docs: Update README (GitHub Actions Bot)
  • f2257ce docs: update comments and description of no-script-url (#​19203) (루밀LuMir)
  • 365f0f4 docs: add missing backtick to default-case-last (#​19202) (루밀LuMir)
  • e6b84f5 docs: add missing punctuation in document (#​19161) (루밀LuMir)
  • c88708e docs: replace quote with backtick in description of for-direction (#​19199) (루밀LuMir)
  • a76f233 docs: use higher contrast color tokens for code comments (#​19187) (Josh Goldberg ✨)
  • db19502 docs: Update README (GitHub Actions Bot)

Chores

v9.16.0

Compare Source

v9.15.0

Compare Source

v9.14.0

Compare Source

v9.13.0

Compare Source

Features

Bug Fixes

Documentation

  • abdbfa8 docs: mark LintMessage#nodeType as deprecated (#​19019) (Nitin Kumar)
  • 19e68d3 docs: update deprecated rules type definitions (#​19018) (Nitin Kumar)
  • 7dd402d docs: Update examples of passing multiple values to a CLI option (#​19006) (Milos Djermanovic)
  • 5dcbc51 docs: Add example with side-effect imports to no-restricted-imports (#​18997) (Milos Djermanovic)
  • 1ee87ca docs: Update README (GitHub Actions Bot)
  • 2c3dbdc docs: Use prerendered sponsors for README (#​18988) (Milos Djermanovic)

Chores

v9.12.0

Compare Source

Features

Bug Fixes

Documentation

  • ecbd522 docs: Mention code explorer (#​18978) (Nicholas C. Zakas)
  • 7ea4ecc docs: Clarifying the Use of Meta Objects (#​18697) (Amaresh S M)
  • d3e4b2e docs: Clarify how to exclude .js files (#​18976) (Milos Djermanovic)
  • 57232ff docs: Mention plugin-kit in language docs (#​18973) (Nicholas C. Zakas)
  • b80ed00 docs: Update README (GitHub Actions Bot)
  • cb69ab3 docs: Update README (GitHub Actions Bot)
  • 7fb0d95 docs: Update README (GitHub Actions Bot)
  • 493348a docs: Update README (GitHub Actions Bot)
  • 87a582c docs: fix typo in id-match rule (#​18944) (Jay)

Chores

v9.11.1

Compare Source

Bug Fixes

  • 20fd916 fix: add @eslint/core, @types/estree, & @types/json-schema deps (#​18938) (Nitin Kumar)
  • 2738322 fix: add missing types for require-atomic-updates rule (#​18937) (Kristóf Poduszló)
  • d71ff30 fix: add missing types for object-shorthand rule (#​18935) (Kristóf Poduszló)
  • 561cadc fix: add missing types for no-unsafe-negation rule (#​18932) (Kristóf Poduszló)
  • 8843656 fix: add missing types for no-underscore-dangle rule (#​18931) (Kristóf Poduszló)
  • 92cde5c fix: add missing types for no-shadow rule (#​18930) (Kristóf Poduszló)
  • b3cbe11 fix: add missing types for no-sequences rule (#​18929) (Kristóf Poduszló)
  • 976f77f fix: add missing types for no-unused-expressions rule (#​18933) (Kristóf Poduszló)

Documentation

  • 3eff709 docs: replace deprecated Linter.FlatConfig type with Linter.Config (#​18941) (Carlos Meira)

Chores

microsoft/playwright (@​playwright/test)

v1.50.1

Compare Source

v1.50.0

Compare Source

Test runner

  • New option timeout allows specifying a maximum run time for an individual test step. A timed-out step will fail the execution of the test.

    test('some test', async ({ page }) => {
      await test.step('a step', async () => {
        // This step can time out separately from the test
      }, { timeout: 1000 });
    });
  • New method test.step.skip() to disable execution of a test step.

    test('some test', async ({ page }) => {
      await test.step('before running step', async () => {
        // Normal step
      });
    
      await test.step.skip('not yet ready', async () => {
        // This step is skipped
      });
    
      await test.step('after running step', async () => {
        // This step still runs even though the previous one was skipped
      });
    });
  • Expanded expect(locator).toMatchAriaSnapshot() to allow storing of aria snapshots in separate YAML files.

  • Added method expect(locator).toHaveAccessibleErrorMessage() to assert the Locator points to an element with a given aria errormessage.

  • Option testConfig.updateSnapshots added the configuration enum changed. changed updates only the snapshots that have changed, whereas all now updates all snapshots, regardless of whether there are any differences.

  • New option testConfig.updateSourceMethod defines the way source code is updated when testConfig.updateSnapshots is configured. Added overwrite and 3-way modes that write the changes into source code, on top of existing patch mode that creates a patch file.

    npx playwright test --update-snapshots=changed --update-source-method=3way
  • Option testConfig.webServer added a gracefulShutdown field for specifying a process kill signal other than the default SIGKILL.

  • Exposed testStep.attachments from the reporter API to allow retrieval of all attachments created by that step.

UI updates

  • Updated default HTML reporter to improve display of attachments.
  • New button for picking elements to produce aria snapshots.
  • Additional details (such as keys pressed) are now displayed alongside action API calls in traces.
  • Display of canvas content in traces is error-prone. Display is now disabled by default, and can be enabled via the Display canvas content UI setting.
  • Call and Network panels now display additional time information.

Breaking

Browser Versions

  • Chromium 133.0.6943.16
  • Mozilla Firefox 134.0
  • WebKit 18.2

This version was also tested against the following stable channels:

  • Google Chrome 132
  • Microsoft Edge 132

v1.49.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/33802 - [Bug]: Codegen's Clear button doesn't work if not recordinghttps://github.com/microsoft/playwright/issues/338066 - [Bug]: playwright hangs while waiting for pending navigationhttps://github.com/microsoft/playwright/issues/3378787 - [Bug]: VSC extension isn't capturing all entered tehttps://github.com/microsoft/playwright/issues/33788788 - [Regression]: Double clicking the steps in trace viewer doesn't filter actihttps://github.com/microsoft/playwright/issues/337723772 - [Bug]: aria_snapshot generates invalid yaml when combined with an aria-label attrhttps://github.com/microsoft/playwright/issues/3379133791 - [Bug]: text input with number value raises "container is not iterable" with to_match_aria_snahttps://github.com/microsoft/playwright/issues/33644/33644 - [Bug]: getByRole can't find element with the accessible name from label element when aria-labelledby is nothttps://github.com/microsoft/playwright/issues/33660s/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

Compare Source

v1.48.2

Compare Source

v1.48.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/33023 - [Bug]: command line flag --headed has no effect in ui modehttps://github.com/microsoft/playwright/issues/331077 - [REGRESSION]: page.waitForRequest does not get resolved since 1.48.https://github.com/microsoft/playwright/issues/3308585 - [Bug]: WebSocket route does not handle full URLs in Playwrighttps://github.com/microsoft/playwright/issues/33052052 - [Regression]: Inspector not showing recorded sthttps://github.com/microsoft/playwright/issues/331323132 - [Bug]: Wrong Ubuntu release name in Dockerfile.nhttps://github.com/microsoft/playwright/pull/3299632996 - [BUG] Trace attachments have small unusable height

Browser Versions

  • Chromium 130.0.6723.19
  • Mozilla Firefox 130.0
  • WebKit 18.0

This version was also tested against the following stable channels:

  • Google Chrome 129
  • Microsoft Edge 129

v1.48.0

Compare Source

allure-framework/allure-npm (allure-commandline)

v2.32.2

Compare Source

Full Changelog: allure-framework/allure-npm@2.32.0...2.32.2

v2.32.0

Compare Source

Full Changelog: allure-framework/allure-npm@2.31.0...2.32.0

v2.31.0

Compare Source

Full Changelog: allure-framework/allure-npm@2.30.0...2.31.0

allure-framework/allure-js (allure-playwright)

v2.15.1

[Compare Source](https://redirect.github.com/al


Configuration

📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from a team as code owners January 7, 2025 10:16
@renovate renovate bot requested a review from gmikerlemos January 7, 2025 10:16
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 7, 2025
@renovate renovate bot requested a review from sankhajuria January 7, 2025 10:16
@renovate renovate bot enabled auto-merge (squash) January 7, 2025 10:16
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Jan 7, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 7, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 7, 2025
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Jan 7, 2025
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Feb 5, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 5, 2025
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Feb 5, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 5, 2025
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 ns:civil prd:civil rel:civil-ccd-pr-5207
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants