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 (major) #25

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

Update all (major) #25

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 26, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@fortawesome/fontawesome-svg-core (source) ^1.2.32 -> ^6.0.0 age adoption passing confidence dependencies major
@fortawesome/free-brands-svg-icons (source) ^5.15.1 -> ^6.0.0 age adoption passing confidence dependencies major
@fortawesome/free-solid-svg-icons (source) ^5.15.1 -> ^6.0.0 age adoption passing confidence dependencies major
@testing-library/jest-dom ^5.11.4 -> ^6.0.0 age adoption passing confidence dependencies major
@testing-library/react ^11.1.0 -> ^15.0.0 age adoption passing confidence dependencies major
@testing-library/user-event ^13.0.0 -> ^14.0.0 age adoption passing confidence dependencies major
@types/jest (source) ^26.0.15 -> ^29.0.0 age adoption passing confidence dependencies major
@types/node (source) ^14.0.0 -> ^20.0.0 age adoption passing confidence dependencies major
@types/react (source) ^17.0.0 -> ^18.0.0 age adoption passing confidence dependencies major
@types/react-dom (source) ^17.0.0 -> ^18.0.0 age adoption passing confidence dependencies major
actions/checkout v2 -> v4 age adoption passing confidence action major
bootstrap (source) ^4.5.3 -> ^5.0.0 age adoption passing confidence dependencies major
diesel (source) 1.4.6 -> 2.1.6 age adoption passing confidence dependencies major
diesel_migrations 1.4.0 -> 2.1.0 age adoption passing confidence dependencies major
docker/build-push-action v2 -> v5 age adoption passing confidence action major
docker/login-action v1 -> v3 age adoption passing confidence action major
docker/setup-buildx-action v1 -> v3 age adoption passing confidence action major
jsonwebtoken 7.2.0 -> 9.3.0 age adoption passing confidence dependencies major
postcss-cli ^10.1.0 -> ^11.0.0 age adoption passing confidence devDependencies major
react (source) ^17.0.1 -> ^18.0.0 age adoption passing confidence dependencies major
react-bootstrap (source) ^1.4.0 -> ^2.0.0 age adoption passing confidence dependencies major
react-dom (source) ^17.0.1 -> ^18.0.0 age adoption passing confidence dependencies major
react-router-dom (source) ^5.2.0 -> ^6.0.0 age adoption passing confidence dependencies major
react-scripts (source) 4.0.3 -> 5.0.1 age adoption passing confidence dependencies major
react-typed ^1.2.0 -> ^2.0.0 age adoption passing confidence dependencies major
typescript (source) ^4.0.3 -> ^5.0.0 age adoption passing confidence dependencies major
uuid 0.8 -> 1.8.0 age adoption passing confidence dependencies major
web-vitals ^1.0.0 -> ^3.0.0 age adoption passing confidence dependencies major

Release Notes

FortAwesome/Font-Awesome (@​fortawesome/fontawesome-svg-core)

v6.5.2

Compare Source

v6.5.1

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.5.0

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.4.2

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.4.0

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.3.0

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.2.1

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.2.0

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.1.2

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.1.1

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v6.1.0

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

v1.3.0

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

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)

v5.16.3

Compare Source

Bug Fixes

v5.16.2

Compare Source

Bug Fixes
testing-library/react-testing-library (@​testing-library/react)

v15.0.6

Compare Source

v15.0.5

Compare Source

v15.0.4

Compare Source

v15.0.3

Compare Source

Bug Fixes
  • Don't raise TypeScript errors when hydating document (#​1304) (067d0c6)

v15.0.2

Compare Source

v15.0.1

Compare Source

v15.0.0

Compare Source

v14.3.1

Compare Source

Bug Fixes

v14.3.0

Compare Source

v14.2.2

Compare Source

v14.2.1

Compare Source

Bug Fixes
  • Update types to support all possible react component return values (#​1272) (55e79c2)

v14.2.0

Compare Source

Features
  • add reactStrictMode option to enable strict mode render (#​1241) (0880eba)

v14.1.2

Compare Source

Bug Fixes

v14.1.1

Compare Source

Bug Fixes

v14.1.0

Compare Source

Features

v14.0.0

Compare Source

Bug Fixes
Features
BREAKING CHANGES

v13.4.0

Compare Source

Features
  • renderHook: allow passing of all render options to renderHook (#​1118) (27a9584)

v13.3.0

Compare Source

Features

v13.2.0

Compare Source

Features

v13.1.1

Compare Source

Bug Fixes

v13.1.0

Compare Source

Features

v13.0.1

Compare Source

Bug Fixes

v13.0.0

Compare Source

Features
BREAKING CHANGES

v12.1.5

Compare Source

Bug Fixes

v12.1.4

Compare Source

Bug Fixes
  • Match runtime type of baseElement in TypeScript types (#​1023) (96ed8da)

v12.1.3

Compare Source

Bug Fixes

v12.1.2

Compare Source

Bug Fixes
  • render: Don't reject wrapper types based on statics (#​973) (7f53b56)

v12.1.1

Compare Source

Bug Fixes

v12.1.0

Compare Source

Features

v12.0.0

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • Bump @testing-library/dom to 8.0.0. Please check out the @testing-library/dom@8.0.0 release page for a detailed list of breaking changes.
  • node 10 is no longer supported. It reached its end-of-life on 30.04.2021.
testing-library/user-event (@​testing-library/user-event)

v14.5.2

Compare Source

Bug Fixes
  • remove interop and deep DTL imports (6a3c896)

v14.5.1

Compare Source

Bug Fixes

v14.5.0

Compare Source

Bug Fixes
Features
  • types: Add additional type exports for UserEvent & Options (#​1112) (da00e8d)

v14.4.3

Compare Source

Bug Fixes

v14.4.2

Compare Source

Bug Fixes

v14.4.1

Compare Source

Bug Fixes

v14.4.0

Compare Source

Features
Bug Fixes
  • event: be robust against incomplete event implementations (#​1009) (289828b)
  • upload: be robust against missing FileList implementation (#​1007) (a46b4d7)
  • keyboard: switch modifier state of lock keys on the correct event (#​1003) (2852509)
  • keyboard: remove platform-specific additional key events for Control on AltGraph (#​1003) (2852509)
  • pointer: dispatch contextmenu events with detail: 0 (#​1003) (2852509)
  • pointer: always set PointerEvent.isPrimary (#​1003) (2852509)
  • pointer: set button property on pointer events separately from legacy mouse events (#​1003) (2852509)
  • pointer: click closest common ancestor if mousedown and mouseup happen on different elements (#​1003) (2852509)
  • pointer: omit click event on release if another button is released first (#​1003) (2852509)
  • pointer: dispatch mouseover, mouseenter and mousemove on disabled elements (#​1003) (2852509)
  • pointer: prevent mouse* events per pointerdown event handler (#​1003) (2852509)
  • pointer: dispatch *out and *over events when moving into / out of nested elements (#​1003) (2852509)
  • pointer: dispatch *enter and *leave events on ancestors (#​1003) (2852509)

v14.3.0

Compare Source

Features

v14.2.6

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 73955dc to 26ffa09 Compare May 7, 2021 14:19
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from d388b82 to f27cd0e Compare June 2, 2021 02:03
@cloudflare-pages
Copy link

cloudflare-pages bot commented Jun 2, 2021

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: a3432ad
Status:🚫  Build failed.

View logs

@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from a18c987 to 3200ce5 Compare June 15, 2021 19:02
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 6e1633f to 84f315f Compare September 21, 2021 15:23
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 8126c6a to d7a362c Compare October 1, 2021 15:52
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 082b55e to d6b0f75 Compare November 3, 2021 22:27
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 9eb8e36 to 6ce3b3e Compare November 16, 2021 09:29
@renovate renovate bot force-pushed the renovate/major-all branch 4 times, most recently from a50ed80 to e4d6296 Compare February 3, 2022 20:00
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 18e3295 to 4ca3e3a Compare March 31, 2022 05:58
@renovate renovate bot force-pushed the renovate/major-all branch 5 times, most recently from 2186142 to a22f328 Compare October 22, 2023 01:22
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from c5358f1 to 9144dc0 Compare November 20, 2023 04:04
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from de01bf5 to daedf47 Compare December 5, 2023 21:50
Copy link
Author

renovate bot commented Jan 19, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: portfolio_backend/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path portfolio_backend/Cargo.toml --package diesel@1.4.6 --precise 2.1.6
    Updating crates.io index
error: failed to select a version for the requirement `diesel = "^1.0"`
candidate versions found which didn't match: 2.1.6
location searched: crates.io index
required by package `rocket_contrib v0.4.7`
    ... which satisfies dependency `rocket_contrib = "^0.4.7"` (locked to 0.4.7) of package `portfolio_backend v0.1.0 (/tmp/renovate/repos/github/Den4200/dennispham.me/portfolio_backend)`
perhaps a crate was updated and forgotten to be re-vendored?

@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 1d77c47 to c4b0843 Compare March 22, 2024 00:45
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 386bf53 to 7a949e3 Compare April 10, 2024 17:04
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.

None yet

0 participants