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 dependencies #69

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.1.0 age adoption passing confidence action major
actions/upload-artifact v3.1.2 -> v4.4.3 age adoption passing confidence action major
coverallsapp/github-action 3284643 -> cfd0633 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 -> ^28.0.0 age adoption passing confidence devDependencies major
github/codeql-action v2.1.37 -> v3.27.4 age adoption passing confidence action major
github/codeql-action v3.24.9 -> v3.27.4 age adoption passing confidence action minor
ossf/scorecard-action v2.1.2 -> v2.4.0 age adoption passing confidence action minor
step-security/harden-runner v2.0.0 -> v2.10.1 age adoption passing confidence action minor
step-security/harden-runner v2.7.0 -> v2.10.1 age adoption passing confidence action minor
style-loader ^3.0.0 -> ^4.0.0 age adoption passing confidence devDependencies major

Release Notes

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

v6.6.3

Compare Source

v6.6.2

Compare Source

Bug Fixes

v6.6.1

Compare Source

v6.6.0

Compare Source

v6.5.0

Compare Source

v6.4.8

Compare Source

v6.4.7

Compare Source

v6.4.6

Compare Source

Bug Fixes

v6.4.5

Compare Source

Bug Fixes

v6.4.4

Compare Source

v6.4.3

Compare Source

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

What's Changed

Full Changelog: actions/checkout@v4.1.4...v4.1.5

v4.1.4

Compare Source

v4.1.3

Compare Source

What's Changed

Full Changelog: actions/checkout@v4.1.2...v4.1.3

v4.1.2

Compare Source

v4.1.1

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4.1.0...v4.1.1

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.1.0

Compare Source

v4.0.4

Compare Source

v4.0.3

Compare Source

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

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

v4.0.0

Compare Source

What's Changed

In scope of this release we changed version of node runtime for action from node16 to node20 and updated dependencies in https://github.com/actions/setup-node/pull/866

Besides, release contains such changes as:

New Contributors

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

v3.8.2

Compare Source

What's Changed

Full Changelog: actions/setup-node@v3...v3.8.2

v3.8.1

Compare Source

What's Changed

In scope of this release, the filter was removed within the cache-save step by @​dmitry-shibanov in https://github.com/actions/setup-node/pull/831. It is filtered and checked in the toolkit/cache library.

Full Changelog: actions/setup-node@v3...v3.8.1

v3.8.0

Compare Source

What's Changed
Bug fixes:
Feature implementations:
Documentation changes:
Update dependencies:
New Contributors

Full Changelog: actions/setup-node@v3...v3.8.0

v3.7.0

Compare Source

What's Changed

In scope of this release we added a logic to save an additional cache path for yarn 3 (related pull request and feature request). Moreover, we added functionality to use all the sub directories derived from cache-dependency-path input and add detect all dependencies directories to cache (related pull request and feature request).

Besides, we made such changes as:

New Contributors

Full Changelog: actions/setup-node@v3...v3.7.0

actions/upload-artifact (actions/upload-artifact)

v4.4.3

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.4.2...v4.4.3

v4.4.2

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.4.1...v4.4.2

v4.4.1

Compare Source

What's Changed
New Contributors

Full Changelog: actions/upload-artifact@v4.4.0...v4.4.1

v4.4.0

Compare Source

v4.3.6

Compare Source

v4.3.5

Compare Source

v4.3.4

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.3.3...v4.3.4

v4.3.3

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.3.2...v4.3.3

v4.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4.3.1...v4.3.2

v4.3.1

Compare Source

v4.3.0

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.3.0

v4.2.0

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.2.0

v4.1.0

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (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 0a94c30 to 91d6c0b Compare September 13, 2024 17:17
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from a5f7066 to 9c21949 Compare September 25, 2024 20:20
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 8fe91d3 to 0000026 Compare October 3, 2024 21:03
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 9cb2ffe to fbb38a7 Compare October 12, 2024 00:21
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 7aab29c to 0bbef51 Compare October 17, 2024 18:04
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 5f8712c to 7c47fb9 Compare October 24, 2024 21:08
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from ec4be88 to a2edc8b Compare November 12, 2024 21:57
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