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 non-major dependencies - abandoned #688

Closed
wants to merge 2 commits into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 13, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@ianvs/prettier-plugin-sort-imports 4.0.2 -> 4.1.1 age adoption passing confidence devDependencies minor
@testing-library/dom 9.3.1 -> 9.3.3 age adoption passing confidence devDependencies patch
@testing-library/jest-dom 5.16.5 -> 5.17.0 age adoption passing confidence devDependencies minor
@testing-library/react 14.0.0 -> 14.1.2 age adoption passing confidence devDependencies minor
@testing-library/user-event 14.4.3 -> 14.5.1 age adoption passing confidence devDependencies minor
@trussworks/react-uswds 5.1.1 -> 5.5.0 age adoption passing confidence dependencies minor
@types/jest-axe (source) 3.5.5 -> 3.5.9 age adoption passing confidence devDependencies patch
@types/node (source) 20.8.2 -> 20.10.5 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 5.60.1 -> 5.62.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 5.60.1 -> 5.62.0 age adoption passing confidence devDependencies minor
APIFlask (source, changelog) 2.0.2 -> 2.1.0 age adoption passing confidence dependencies minor
Faker (changelog) 19.11.1 -> 19.13.0 age adoption passing confidence dev minor
SQLAlchemy (changelog) 2.0.22 -> 2.0.23 age adoption passing confidence dependencies patch
alembic (source, changelog) 1.12.0 -> 1.13.0 age adoption passing confidence dependencies minor
aquasecurity/tfsec-pr-commenter-action v1.2.0 -> v1.3.1 age adoption passing confidence action minor
aws (source) ~>5.6.0 -> ~> 5.31.0 age adoption passing confidence required_provider minor
aws (source) ~>4.20.1 -> ~> 4.67.0 age adoption passing confidence required_provider minor
bandit (source, changelog) 1.7.5 -> 1.7.6 age adoption passing confidence dev patch
black (changelog) 23.10.1 -> 23.12.0 age adoption passing confidence dev minor
black (changelog) 23.11.0 -> 23.12.0 age adoption passing confidence dev minor
boto3 1.28.69 -> 1.34.2 age adoption passing confidence dependencies minor
botocore 1.31.69 -> 1.34.2 age adoption passing confidence dependencies minor
coverage 7.3.2 -> 7.3.3 age adoption passing confidence dev patch
erzz/dockle-action v1.3.1 -> v1.4.0 age adoption passing confidence action minor
eslint (source) 8.44.0 -> 8.56.0 age adoption passing confidence devDependencies minor
eslint-config-nava 12.1.0 -> 12.1.1 age adoption passing confidence devDependencies patch
eslint-config-next (source) 13.4.7 -> 13.5.6 age adoption passing confidence devDependencies minor
eslint-config-prettier 8.8.0 -> 8.10.0 age adoption passing confidence devDependencies minor
eslint-plugin-jest 27.2.2 -> 27.6.0 age adoption passing confidence devDependencies minor
eslint-plugin-jest-dom 5.0.1 -> 5.1.0 age adoption passing confidence devDependencies minor
eslint-plugin-testing-library 5.11.0 -> 5.11.1 age adoption passing confidence devDependencies patch
flake8-bugbear (changelog) 23.9.16 -> 23.12.2 age adoption passing confidence dev minor
isort (source, changelog) 5.12.0 -> 5.13.2 age adoption passing confidence dev minor
jest (source) 29.5.0 -> 29.7.0 age adoption passing confidence devDependencies minor
jest-cli (source) 29.5.0 -> 29.7.0 age adoption passing confidence devDependencies minor
jest-environment-jsdom (source) 29.5.0 -> 29.7.0 age adoption passing confidence devDependencies minor
kaleido 0.2.1 -> 0.2.1.post1 age adoption passing confidence dependencies patch
moto (changelog) 4.2.6 -> 4.2.12 age adoption passing confidence dev patch
mypy (source, changelog) 1.6.1 -> 1.7.1 age adoption passing confidence dev minor
mypy (source, changelog) 1.7.0 -> 1.7.1 age adoption passing confidence dev patch
next (source) 13.5.2 -> 13.5.6 age adoption passing confidence dependencies patch
pandas (source) 2.1.3 -> 2.1.4 age adoption passing confidence dependencies patch
postcss (source) 8.4.31 -> 8.4.32 age adoption passing confidence devDependencies patch
psycopg (source, changelog) 3.1.12 -> 3.1.15 age adoption passing confidence dependencies patch
pydantic (changelog) 2.4.2 -> 2.5.2 age adoption passing confidence dependencies minor
pydantic (changelog) 2.5.0 -> 2.5.2 age adoption passing confidence dependencies patch
pydantic-settings (changelog) 2.0.3 -> 2.1.0 age adoption passing confidence dependencies minor
pylint (changelog) 3.0.2 -> 3.0.3 age adoption passing confidence dev patch
pytest (source, changelog) 7.4.2 -> 7.4.3 age adoption passing confidence dev patch
ruff (source, changelog) ^0.0.278 -> ^0.1.0 age adoption passing confidence dev minor
safety ^2.3.5 -> ^2.4.0-beta age adoption passing confidence dev patch
sass 1.63.6 -> 1.69.5 age adoption passing confidence devDependencies minor
sharp (source, changelog) ^0.32.5 -> ^0.33.0 age adoption passing confidence dependencies minor
slack-sdk 3.23.0 -> 3.26.1 age adoption passing confidence dependencies minor
typescript (source) 5.1.6 -> 5.3.3 age adoption passing confidence devDependencies minor

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

ianvs/prettier-plugin-sort-imports (@​ianvs/prettier-plugin-sort-imports)

v4.1.1

Compare Source

What's Changed

Fixes
Docs
Maintenance and Dependencies

New Contributors

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.1.0...v4.1.1

v4.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.0.2...v4.1.0

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

v9.3.3

Compare Source

Bug Fixes
  • use defineProperty on the error object instead of setting the message directly (#​1261) (270a531), closes #​1259

v9.3.2

Compare Source

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

v5.17.0

Compare Source

Features
  • New toHaveAccessibleErrorMessage better implementing the spec, deprecate toHaveErrorMessage (#​503) (d717c66)
testing-library/react-testing-library (@​testing-library/react)

v14.1.2

Compare Source

Bug Fixes

v14.1.1

Compare Source

Bug Fixes

v14.1.0

Compare Source

Features
testing-library/user-event (@​testing-library/user-event)

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)
trussworks/react-uswds (@​trussworks/react-uswds)

v5.5.0

Compare Source

Features
Bug Fixes
  • Language selector: add prop for display lang for bug fix (#​2622) (df68d0d)
  • Sass modules bug (#​2555) (a1ed9f7)
  • storybook: password label set to password input field id on sign in (#​2618) (eae195e)
  • storybook: sufficient color contrast set in custom class button (#​2619) (2878822)
  • Updates file input stories to set appropriate html for value of label (#​2628) (7f51150)
Documentation & Examples

v5.4.0

Compare Source

Features
  • deps: Allow consumers to use newer uswds minor versions (#​2600) (36c1c8a)

v5.3.1

Compare Source

Bug Fixes

v5.3.0

Compare Source

Features

v5.2.0

Compare Source

Features
Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone America/New_York, 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.

Copy link
Contributor Author

renovate bot commented Nov 13, 2023

⚠ 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: frontend/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: @uswds/[email protected]
npm ERR! node_modules/@uswds/uswds
npm ERR!   @uswds/uswds@"3.1.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @uswds/uswds@"^3.6.0" from @trussworks/[email protected]
npm ERR! node_modules/@trussworks/react-uswds
npm ERR!   @trussworks/react-uswds@"^5.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2023-12-18T08_48_42_767Z-debug-0.log

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 19 times, most recently from cd8986c to fc8bc47 Compare November 20, 2023 21:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from da259ca to 6a402ef Compare November 25, 2023 11:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 21 times, most recently from 852048a to 1020c07 Compare December 16, 2023 11:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1020c07 to 5d7f268 Compare December 18, 2023 08:48
Copy link
Contributor Author

renovate bot commented Dec 18, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@coilysiren
Copy link
Collaborator

coilysiren commented Dec 20, 2023

This PR is massive! Particularly for a bot. I really don't think we should merge this.

@acouch
Copy link
Collaborator

acouch commented Dec 29, 2023

Agreed! @SammySteiner is scheduling a mtg to review a best workflow for updating rennovate PRs. Which should include "super PRs" like this one. Notes started here: https://app.gitbook.com/o/cFcvhi6d0nlLyH2VzVgn/s/v1V0jIH7mb7Yb3jlNrgk/engineering/draft-renovate-pr-playbook-and-workflow

@renovate renovate bot changed the title Update all non-major dependencies Update all non-major dependencies - abandoned Jan 12, 2024
Copy link
Contributor Author

renovate bot commented Jan 12, 2024

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants