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

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 -> ^16.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 -> ^22.0.0 age adoption passing confidence dependencies major
@types/react (source) ^17.0.0 -> ^19.0.0 age adoption passing confidence dependencies major
@types/react-dom (source) ^17.0.0 -> ^19.0.0 age adoption passing confidence dependencies major
actions/checkout v2 -> v4 age adoption passing confidence action major
diesel_migrations (source) 1.4.0 -> 2.0.0 age adoption passing confidence dependencies major
docker/build-push-action v2 -> v6 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
immutable (source) ^4.0.0-rc.12 -> ^5.0.0 age adoption passing confidence dependencies major
jsonwebtoken 7.2.0 -> 9.0.0 age adoption passing confidence dependencies major
postcss-cli ^10.1.0 -> ^11.0.0 age adoption passing confidence devDependencies major
postcss-preset-env (source) ^9.1.0 -> ^10.0.0 age adoption passing confidence devDependencies major
react (source) ^17.0.1 -> ^19.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 -> ^19.0.0 age adoption passing confidence dependencies major
react-router-dom (source) ^5.2.0 -> ^7.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
tailwindcss (source) ^3.3.3 -> ^4.0.0 age adoption passing confidence devDependencies major
typescript (source) ^4.0.3 -> ^5.0.0 age adoption passing confidence dependencies major
uuid 0.8 -> 1.0 age adoption passing confidence dependencies major
web-vitals ^1.0.0 -> ^4.0.0 age adoption passing confidence dependencies major

Release Notes

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

v6.7.2

Compare Source

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

v6.7.1

Compare Source

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

v6.7.0

Compare Source

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

v6.6.0

Compare Source

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

v6.5.2

Compare Source

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

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

v5.16.3

Compare Source

Bug Fixes

v5.16.2

Compare Source

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

v16.2.0

Compare Source

Features

v16.1.0

Compare Source

v16.0.1

Compare Source

v16.0.0

Compare Source

Features
  • Move @testing-library/dom and @types/react-dom to peer dependencies (#​1305) (a4744fa)
BREAKING CHANGES
  • @testing-library/dom was moved to a peer dependency and needs to be explicitly installed. This reduces the chance of having conflicting versions of @testing-library/dom installed that frequently caused bugs when used with @testing-library/user-event. We will also be able to allow new versions of @testing-library/dom being used without a SemVer major release of @testing-library/react by just widening the peer dependency.
    @types/react-dom needs to be installed if you're typechecking files using @testing-library/react.

v15.0.7

Compare Source

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
  • Bump te

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 was generated by Mend Renovate. View the repository job log.

@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 from 26ffa09 to 4438ad1 Compare May 14, 2021 16:50
@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-workers-and-pages
Copy link

cloudflare-workers-and-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 from d7a362c to 205322e Compare October 21, 2021 09:23
@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 from 6ce3b3e to 973dd1d Compare December 7, 2021 21:36
@renovate renovate bot force-pushed the renovate/major-all branch from 973dd1d to a3432ad Compare January 3, 2022 19:56
@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 from e4d6296 to 01467e6 Compare February 7, 2022 22:35
@renovate renovate bot force-pushed the renovate/major-all branch from 01467e6 to dd3d266 Compare February 16, 2022 20:54
@renovate renovate bot force-pushed the renovate/major-all branch from dd3d266 to b53e1d7 Compare March 1, 2022 20:40
@renovate renovate bot force-pushed the renovate/major-all branch from b53e1d7 to 7be0dac Compare March 15, 2022 19:24
@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 3 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
@renovate renovate bot force-pushed the renovate/major-all branch from daedf47 to 02caf86 Compare January 19, 2024 02:13
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 [email protected] --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 from 02caf86 to 4a10add Compare January 23, 2024 10:00
@renovate renovate bot force-pushed the renovate/major-all branch from 4a10add to 4679343 Compare February 20, 2024 22:56
@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
@renovate renovate bot force-pushed the renovate/major-all branch from 7a949e3 to ad285d4 Compare April 19, 2024 07:01
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from f650d97 to 1e68fef Compare May 5, 2024 11:09
@renovate renovate bot force-pushed the renovate/major-all branch from 1e68fef to a4fd71b Compare May 13, 2024 21:17
@renovate renovate bot force-pushed the renovate/major-all branch from a4fd71b to e4cf347 Compare June 3, 2024 14:26
@renovate renovate bot force-pushed the renovate/major-all branch from e4cf347 to 23b7660 Compare June 17, 2024 12:12
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 93cd3aa to be90700 Compare August 3, 2024 22:39
@renovate renovate bot force-pushed the renovate/major-all branch from be90700 to b168ad7 Compare November 4, 2024 02:11
@renovate renovate bot force-pushed the renovate/major-all branch from b168ad7 to 9aac43f Compare November 22, 2024 10:03
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from ac9666a to 14946ae Compare December 5, 2024 21:20
@renovate renovate bot force-pushed the renovate/major-all branch from 14946ae to baafa63 Compare January 23, 2025 00:26
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