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

chore(deps): update all non-major dependencies #476

Merged
merged 1 commit into from
Oct 2, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 18, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@jest/console 29.6.4 -> 29.7.0 age adoption passing confidence devDependencies minor
@jest/reporters (source) 29.6.4 -> 29.7.0 age adoption passing confidence devDependencies minor
@jest/test-result 29.6.4 -> 29.7.0 age adoption passing confidence devDependencies minor
@types/debug (source) 4.1.8 -> 4.1.9 age adoption passing confidence devDependencies patch
@types/jest (source) 29.5.4 -> 29.5.5 age adoption passing confidence devDependencies patch
@types/jest-specific-snapshot (source) 0.5.6 -> 0.5.7 age adoption passing confidence devDependencies patch
@types/node (source) 18.17.15 -> 18.18.1 age adoption passing confidence devDependencies minor
eslint (source) 8.49.0 -> 8.50.0 age adoption passing confidence devDependencies minor
eslint-import-resolver-typescript 3.6.0 -> 3.6.1 age adoption passing confidence devDependencies patch
eslint-plugin-jest 27.2.3 -> 27.4.2 age adoption passing confidence devDependencies minor
github/codeql-action v2.21.5 -> v2.21.9 age adoption passing confidence action patch
jest (source) 29.6.4 -> 29.7.0 age adoption passing confidence devDependencies minor
simple-git 3.19.1 -> 3.20.0 age adoption passing confidence devDependencies minor
trunk-io/trunk-action v1.1.7 -> v1.1.9 age adoption passing confidence action patch

Release Notes

jestjs/jest (@​jest/console)

v29.7.0

Compare Source

Features
  • [create-jest] Add npm init / yarn create initialiser for Jest projects (#​14465)
  • [jest-validate] Allow deprecation warnings for unknown options (#​14499)
Fixes
  • [jest-resolver] Replace unmatched capture groups in moduleNameMapper with empty string instead of undefined (#​14507)
  • [jest-snapshot] Allow for strings as well as template literals in inline snapshots (#​14465)
  • [@jest/test-sequencer] Calculate test runtime if perStats.duration is missing (#​14473)
Performance
  • [@jest/create-cache-key-function] Cache access of NODE_ENV and BABEL_ENV (#​14455)
Chore & Maintenance
  • [jest-cli] Move internal config initialisation logic to the create-jest package (#​14465)
eslint/eslint (eslint)

v8.50.0

Compare Source

Features

  • 27d5a9e feat: add suggestions to array-callback-return (#​17590) (Tanuj Kanti)
  • f9082ff feat: flat-rule-tester make sure default config always matches (#​17585) (fnx)
  • 83914ad feat: Implement SourceCode#applyInlineConfig() (#​17351) (Nicholas C. Zakas)
  • 22a5582 feat: add rule no-object-constructor, deprecate no-new-object (#​17576) (Francesco Trotta)
  • 85a3d9e feat: allowVoid option in array-callback-return (#​17564) (Tanuj Kanti)

Bug Fixes

  • cc4d26b fix: Ensure deprecated context.parserServices warns (#​17593) (Nicholas C. Zakas)
  • 1ea4cfb fix: Ensure all RuleTester tests all deprecated context methods (#​17587) (Nicholas C. Zakas)
  • aa1b657 fix: wrong suggestion and message in no-misleading-character-class (#​17571) (Yosuke Ota)

Documentation

  • 1800537 docs: Fix and standardize JSX code examples (#​17591) (Francesco Trotta)
  • 48a44a7 docs: Add correct/incorrect tags to prefer-arrow-callback (#​17589) (Francesco Trotta)
  • 20893d4 docs: fix incorrect tag's place (#​17575) (Tanuj Kanti)
  • bd7a71f docs: Update README (GitHub Actions Bot)

Chores

import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)

v3.6.1

Compare Source

Patch Changes
jest-community/eslint-plugin-jest (eslint-plugin-jest)

v27.4.2

Compare Source

Bug Fixes

v27.4.1

Compare Source

Bug Fixes
  • no-focused-tests: make reporting location consistent (#​1443) (a871775)

v27.4.0

Compare Source

Features
  • valid-title: support ignoring leading and trailing whitespace (#​1433) (bc96473)

v27.3.0

Compare Source

Features

27.2.3 (2023-07-13)

Bug Fixes

27.2.2 (2023-06-19)

Bug Fixes

27.2.1 (2023-01-06)

Bug Fixes
github/codeql-action (github/codeql-action)

v2.21.9

Compare Source

v2.21.8

Compare Source

v2.21.7

Compare Source

v2.21.6

Compare Source

steveukx/git-js (simple-git)

v3.20.0

Compare Source

Minor Changes
  • 2eda817: Use pathspec in git.log to allow use of previously deleted files in file argument
trunk-io/trunk-action (trunk-io/trunk-action)

v1.1.9

Compare Source

What's Changed

  • Install latest node rather than crashing if setup-node finds an invalid node version (#​189) (the fix in #​186 did not handle all edge cases correctly)

Full Changelog: trunk-io/trunk-action@v1.1.8...v1.1.9

v1.1.8

Compare Source

  • Recursively checkout submodules when checking (#​177)
  • Install latest node rather than crashing if setup-node finds an invalid node version (#​186)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the renovate label Sep 18, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f3fe96b to 8717bd4 Compare September 25, 2023 01:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8717bd4 to f476444 Compare October 2, 2023 00:25
@TylerJang27 TylerJang27 merged commit f408faa into main Oct 2, 2023
@TylerJang27 TylerJang27 deleted the renovate/all-minor-patch branch October 2, 2023 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

1 participant