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 #77

Merged
merged 1 commit into from
Oct 1, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@actions/core (source) 1.10.0 -> 1.10.1 age adoption passing confidence
@types/jest (source) 29.5.4 -> 29.5.5 age adoption passing confidence
@types/js-yaml (source) 4.0.5 -> 4.0.6 age adoption passing confidence
@types/node (source) 18.17.12 -> 18.18.1 age adoption passing confidence
@types/semver (source) 7.5.1 -> 7.5.3 age adoption passing confidence
@types/tmp (source) 0.2.3 -> 0.2.4 age adoption passing confidence
@typescript-eslint/eslint-plugin 6.5.0 -> 6.7.3 age adoption passing confidence
@typescript-eslint/parser 6.5.0 -> 6.7.3 age adoption passing confidence
@vercel/ncc 0.36.1 -> 0.38.0 age adoption passing confidence
eslint (source) 8.48.0 -> 8.50.0 age adoption passing confidence
eslint-import-resolver-typescript 3.6.0 -> 3.6.1 age adoption passing confidence
eslint-plugin-github 4.10.0 -> 4.10.1 age adoption passing confidence
eslint-plugin-jest 27.2.3 -> 27.4.2 age adoption passing confidence
jest (source) 29.6.4 -> 29.7.0 age adoption passing confidence

Release Notes

actions/toolkit (@​actions/core)

v1.10.1

  • Fix error message reference in oidc utils #​1511
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.7.3

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

v6.7.2

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

v6.7.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-restricted-imports] disallow side effect imports when allowTypeImports is enabled (#​7560) (4908905)
Features
  • eslint-plugin: [await-thenable] added suggestion fixer (#​7437) (b284370)

You can read about our versioning strategy and releases on our website.

v6.6.0

Compare Source

Bug Fixes
  • eslint-plugin: [key-spacing] consider properties with parens and comments (#​7525) (7012279)

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v6.7.3

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

v6.7.2

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

v6.7.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

v6.6.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

vercel/ncc (@​vercel/ncc)

v0.38.0

Compare Source

Features

v0.37.0

Compare Source

Features
  • add support for TypeScript 5.0's array extends in tsconfig (#​1105) (f898f8e)
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

v8.49.0

Compare Source

Features

  • da09f4e feat: Implement onUnreachableCodePathStart/End (#​17511) (Nicholas C. Zakas)
  • 32b2327 feat: Emit deprecation warnings in RuleTester (#​17527) (Nicholas C. Zakas)
  • acb7df3 feat: add new enforce option to lines-between-class-members (#​17462) (Nitin Kumar)

Documentation

  • ecfb54f docs: Update README (GitHub Actions Bot)
  • de86b3b docs: update no-promise-executor-return examples (#​17529) (Nitin Kumar)
  • 032c4b1 docs: add typescript template (#​17500) (James)
  • cd7da5c docs: Update README (GitHub Actions Bot)

Chores

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

v3.6.1

Compare Source

Patch Changes
github/eslint-plugin-github (eslint-plugin-github)

v4.10.1

Compare Source

What's Changed

Full Changelog: github/eslint-plugin-github@v4.10.0...v4.10.1

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
jestjs/jest (jest)

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)

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 test Run integration test in PR label Oct 1, 2023
@codecov
Copy link

codecov bot commented Oct 1, 2023

Codecov Report

Merging #77 (67c7f12) into master (5d33dc8) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #77   +/-   ##
=======================================
  Coverage   91.75%   91.75%           
=======================================
  Files          12       12           
  Lines         376      376           
  Branches       85       85           
=======================================
  Hits          345      345           
  Misses         10       10           
  Partials       21       21           
Flag Coverage Δ
unittests 91.75% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@renovate renovate bot merged commit eebe33c into master Oct 1, 2023
8 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch October 1, 2023 04:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Run integration test in PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants