Skip to content

Update all dependencies #69

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

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

Update all dependencies #69

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 1, 2023

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.0 -> v4.2.2 age adoption passing confidence action major
actions/checkout v4.1.1 -> v4.2.2 age adoption passing confidence action minor
actions/setup-node v3.6.0 -> v4.4.0 age adoption passing confidence action major
actions/upload-artifact v3.1.2 -> v4.6.2 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 3284643 -> e7f4f97 action digest
css-loader ^6.0.0 -> ^7.0.0 age adoption passing confidence devDependencies major
eslint (source) ^8.0.0 -> ^9.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.37 -> v3.29.5 age adoption passing confidence action major
github/codeql-action v3.24.9 -> v3.29.5 age adoption passing confidence action minor
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.x -> 22.x age adoption passing confidence uses-with major
ossf/scorecard-action v2.1.2 -> v2.4.2 age adoption passing confidence action minor
step-security/harden-runner v2.0.0 -> v2.13.0 age adoption passing confidence action minor
step-security/harden-runner v2.7.0 -> v2.13.0 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 -> ^6.0.0 age adoption passing confidence devDependencies major

Release Notes

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

v6.6.4

Compare Source

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)

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

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)

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

New Contributors

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

v4.0.4

Compare Source

What's Changed

Documentation changes:

New Contributors

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

v4.0.3

Compare Source

What's Changed

Bug fixes:
Documentation changes:
Dependency updates:

New Contributors

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

v4.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-node@v4.0.1...v4.0.2

v4.0.1

Compare Source

What's Changed

New Contributors


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 3 times, most recently from afc1f94 to 3c6a6e9 Compare March 24, 2025 20:33
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from a13ec37 to 68ae703 Compare April 7, 2025 22:40
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from a304222 to 2b29c67 Compare April 23, 2025 17:07
@renovate renovate bot force-pushed the renovate/all branch from 2b29c67 to ec4dd58 Compare May 2, 2025 11:54
@renovate renovate bot force-pushed the renovate/all branch from ec4dd58 to 6618267 Compare May 16, 2025 12:32
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from c913e45 to 7811436 Compare June 3, 2025 15:51
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 9ada69e to 9a00896 Compare June 11, 2025 23:54
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 8734ccf to 05ac12b Compare June 30, 2025 14:27
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 7bc2025 to c5ea78c Compare July 22, 2025 04:53
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 2dea67a to d77ef79 Compare July 30, 2025 00:44
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
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy