Skip to content

Update all dependencies#69

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all
Open

Update all dependencies#69
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 1, 2023

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@testing-library/jest-dom ^5.9.0^6.0.0 age adoption passing confidence devDependencies major
actions/checkout v3.3.0v6.0.2 age adoption passing confidence action major
actions/checkout v4.1.1v6.0.2 age adoption passing confidence action major
actions/setup-node v3.6.0v6.3.0 age adoption passing confidence action major
actions/upload-artifact v3.1.2v7.0.0 age adoption passing confidence action major
babel-jest (source) ^29.0.0^30.0.0 age adoption passing confidence devDependencies major
babel-loader ^9.0.0^10.0.0 age adoption passing confidence devDependencies major
coverallsapp/github-action 32846430a51d2e action digest
css-loader ^6.0.0^7.0.0 age adoption passing confidence devDependencies major
eslint (source) ^8.0.0^10.0.0 age adoption passing confidence devDependencies major
eslint-plugin-jest ^27.0.0^29.0.0 age adoption passing confidence devDependencies major
github/codeql-action v2.1.37v4.32.6 age adoption passing confidence action major
github/codeql-action v3.24.9v4.32.6 age adoption passing confidence action major
jest (source) ^29.0.0^30.0.0 age adoption passing confidence devDependencies major
jest-environment-jsdom (source) ^29.3.1^30.0.0 age adoption passing confidence devDependencies major
node 16.x24.x age adoption passing confidence uses-with major
ossf/scorecard-action v2.1.2v2.4.3 age adoption passing confidence action minor
step-security/harden-runner v2.0.0v2.15.1 age adoption passing confidence action minor
step-security/harden-runner v2.7.0v2.15.1 age adoption passing confidence action minor
style-loader ^3.0.0^4.0.0 age adoption passing confidence devDependencies major
webpack-cli (source) ^5.0.0^7.0.0 age adoption passing confidence devDependencies major

Release Notes

testing-library/jest-dom (@​testing-library/jest-dom)

v6.9.1

Compare Source

Bug Fixes

v6.9.0

Compare Source

Features

v6.8.0

Compare Source

Features

v6.7.0

Compare Source

Features

v6.6.4

Compare Source

Performance Improvements

v6.6.3

Compare Source

Bug Fixes
  • add vitest import when extending vitest matchers (#​646) (5ba0156)

v6.6.2

Compare Source

Bug Fixes

v6.6.1

Compare Source

Bug Fixes

v6.6.0

Compare Source

Features

v6.5.0

Compare Source

Features

v6.4.8

Compare Source

Bug Fixes

v6.4.7

Compare Source

Bug Fixes

v6.4.6

Compare Source

Bug Fixes

v6.4.5

Compare Source

Bug Fixes

v6.4.4

Compare Source

Bug Fixes

v6.4.3

Compare Source

Bug Fixes
  • Updates role support for aria-required attribute in toBeRequired (#​590) (20aca33)

v6.4.2

Compare Source

Bug Fixes
  • Remove errant export of GetByRoleMatcher, fixing type checking in some TS configurations (#​575) (a93c0c4)

v6.4.1

Compare Source

Bug Fixes
  • Export type TestingLibraryMatchers from "./matchers" (#​576) (dd1c4dd)

v6.4.0

Compare Source

Features

v6.3.0

Compare Source

Features

v6.2.1

Compare Source

Bug Fixes
  • Standalone types for "./matchers" export and add Bun support (#​566) (5675b86)

v6.2.0

Compare Source

Features
  • toHaveAccessibleDescription supports aria-description (#​565) (1fb156c)

v6.1.6

Compare Source

Bug Fixes

v6.1.5

Compare Source

Bug Fixes

v6.1.4

Compare Source

Bug Fixes
  • upgrade @adobe/css-tools to 4.3.1 to address vulnerability (#​532) (44f1eab)

v6.1.3

Compare Source

Bug Fixes

v6.1.2

Compare Source

Bug Fixes

v6.1.1

Compare Source

Bug Fixes

v6.1.0

Compare Source

Features

v6.0.1

Compare Source

Bug Fixes
  • matchers type is making the global expect unsafe (#​513) (bdb34f1)

v6.0.0

Compare Source

Features
BREAKING CHANGES
  • Removes the extend-expect script. Users should use
    the default import path or one of the new test platform-specific
    paths to automatically extend the appropriate "expect" instance.

extend-expect was not documented in the Readme, so this change should
have minimal impact.

Users can now use the following import paths to automatically extend
"expect" for their chosen test platform:

For example:

import '@​testing-library/jest-dom/jest-globals'

Importing from one of the above paths will augment the appropriate
matcher interface for the given test platform, assuming the import
is done in a .ts file that is included in the user's tsconfig.json.

It's also (still) possible to import the matchers directly without
side effects:

import * as matchers from '@​testing-library/jest-dom/matchers'

  • Update kcd-scripts
  • Drop node < 14

v5.17.0

Compare Source

Features
  • New toHaveAccessibleErrorMessage better implementing the spec, deprecate toHaveErrorMessage (#​503) (d717c66)

v5.16.5

Compare Source

Bug Fixes

v5.16.4

Compare Source

Bug Fixes
  • Support unenclosed inner text for details elements in to be visible (#​396) (af18453)
actions/checkout (actions/checkout)

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v5.0.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

v5.0.0

Compare Source

What's Changed
⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

v4.3.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.7

Compare Source

v4.1.6

Compare Source

v4.1.5

Compare Source

v4.1.4

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

  • Fix: Disable sparse checkout whenever sparse-checkout option is not present @​dscho in #​1598

v4.1.1

Compare Source

v4.1.0

Compare Source

v4.0.0

Compare Source

v3.6.0

Compare Source

v3.5.3

Compare Source

v3.5.2

Compare Source

v3.5.1

Compare Source

v3.5.0

Compare Source

v3.4.0

Compare Source

actions/setup-node (actions/setup-node)

v6.3.0

Compare Source

What's Changed

Enhancements:

When using node-version-file: package.json, setup-node now prefers devEngines.runtime over engines.node.

Dependency updates:
Bug fixes:

New Contributors

Full Changelog: actions/setup-node@v6...v6.3.0

v6.2.0

Compare Source

v6.1.0

Compare Source

What's Changed

Enhancement:
Dependency updates:
Documentation update:

Full Changelog: actions/setup-node@v6...v6.1.0

v6.0.0

Compare Source

What's Changed

Breaking Changes

Dependency Upgrades

Full Changelog: actions/setup-node@v5...v6.0.0

v5.0.0

Compare Source

What's Changed
Breaking Changes

This update, introduces automatic caching when a valid packageManager field is present in your package.json. This aims to improve workflow performance and make dependency management more seamless.
To disable this automatic caching, set package-manager-cache: false

steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
  with:
    package-manager-cache: false

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Dependency Upgrades
New Contributors

Full Changelog: actions/setup-node@v4...v5.0.0

v4.4.0

Compare Source

What's Changed
Bug fixes:
Enhancement:
Dependency update:
New Contributors

Full Changelogactions/setup-node@v4...v4.4.0

v4.3.0

Compare Source

What's Changed
Dependency updates
New Contributors

Full Changelog: actions/setup-node@v4...v4.3.0

v4.2.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-node@v4...v4.2.0

v4.1.0

Compare Source

What's Changed

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 force-pushed the renovate/all branch 3 times, most recently from 35325a6 to c141a4b Compare February 10, 2023 19:11
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 2cdf1e7 to 75fa192 Compare February 27, 2023 13:37
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 4952c12 to aca44b4 Compare March 1, 2023 11:33
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from be123c8 to 5048cb7 Compare March 15, 2023 22:33
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 6f62bba to c42ac15 Compare March 30, 2023 01:00
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from d5e1b70 to c394f0b Compare June 1, 2023 19:14
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 6f97133 to 4248c45 Compare June 13, 2023 18:39
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from eb5bc5c to 3af2071 Compare June 23, 2023 22:48
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from dde0409 to aeec141 Compare July 5, 2023 16:40
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 1856ae7 to e398adc Compare August 17, 2023 13:24
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 5f95275 to 761b27c Compare August 28, 2023 19:57
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 6016af9 to dd3be72 Compare September 7, 2023 12:15
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from dfcaf37 to 9714ab7 Compare September 19, 2023 13:37
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 34b2196 to 538fd61 Compare September 27, 2023 16:46
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from a205061 to da72f4c Compare October 9, 2023 13:43
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from a3a72cc to 560656d Compare October 17, 2023 16:03
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 640c66c to 5c5c269 Compare October 27, 2023 09:32
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 3e1b200 to c3fae66 Compare November 16, 2023 21:35
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.

0 participants