8000 chore(deps): update all (major) by renovate[bot] · Pull Request #137 · moul/repoman-action · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore(deps): update all (major) #137

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

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

chore(deps): update all (major) #137

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor
@renovate renovate bot commented Oct 9, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/node (source) 18.14.1 -> 22.15.33 age adoption passing confidence devDependencies major
actions/checkout v2 -> v4 age adoption passing confidence action major
eslint-plugin-github 4.1.5 -> 6.0.0 age adoption passing confidence devDependencies major
eslint-plugin-jest 27.2.1 -> 29.0.1 age adoption passing confidence devDependencies major
prettier (source) 2.8.3 -> 3.6.2 age adoption passing confidence devDependencies major
typescript (source) 4.3.5 -> 5.8.3 age adoption passing confidence devDependencies major

Release Notes

actions/checkout (actions/checkout)

v4

Compare Source

v3

Compare Source

github/eslint-plugin-github (eslint-plugin-github)

v6.0.0

Compare Source

What's Changed

BREAKING CHANGE: This project is now ESM. Users of Node < 20.x will need to upgrade their version of Node, or continue to use v5.x of this library.

New Contributors

Full Changelog: github/eslint-plugin-github@v5.1.8...v6.0.0

v5.1.8

Compare Source

What's Changed

Full Changelog: github/eslint-plugin-github@v5.1.7...v5.1.8

v5.1.7

Compare Source

What's Changed

New Contributors

Full Changelog: github/eslint-plugin-github@v5.1.6...v5.1.7

v5.1.6

Compare Source

What's Changed

New Contributors

Full Changelog: github/eslint-plugin-github@v5.1.5...v.5.1.6

v5.1.5

Compare Source

What's Changed

New Contributors

Full Changelog: github/eslint-plugin-github@v5.1.4...v5.1.5

v5.1.4

Compare Source

What's Changed

Full Changelog: github/eslint-plugin-github@v5.1.3...v5.1.4

v5.1.3

Compare Source

What's Changed

  • ESLint <v9 will maintain backwards compatibility by using the original eslint-filenames-plugin by @​gracepark in https://github.com/github/eslint-plugin-github/pull/579
  • For ESLint v9+, if you configured the filenames/match-regex rule, please note we have adapted the match regex rule into eslint-plugin-github as the original eslint-filenames-plugin is no longer maintained and needed an ESLint v9 update. Please update the rule name to github/filenames-match-regex and keep the same configuration.

Full Changelog: github/eslint-plugin-github@v5.1.2...v5.1.3

v5.1.2

Compare Source

What's Changed

Full Changelog: github/eslint-plugin-github@v5.1.1...v5.1.2

v5.1.1

Compare Source

What's Changed

Full Changelog: github/eslint-plugin-github@v5.1.0...v5.1.1

v5.1.0

Compare Source

In this release we're supporting ESLint's new flat config and still maintaining legacy configs for backwards compatibility. We've created flat configs via getFlatConfigs():

Usage
import github from 'eslint-plugin-github'

export default [
  github.getFlatConfigs().browser,
  github.getFlatConfigs().recommended,
  github.getFlatConfigs().react,
  ...github.getFlatConfigs().typescript,
  {
    files: ['**/*.{js,mjs,cjs,jsx,mjsx,ts,tsx,mtsx}'],
    ignores: ['eslint.config.mjs'],
    rules: {
      'github/array-foreach': 'error',
      'github/async-preventdefault': 'warn',
      'github/no-then': 'error',
      'github/no-blur': 'error',
    },
  },
]

What's Changed

New Contributors

Full Changelog: github/eslint-plugin-github@v5.0.2...v5.1.0

v5.0.2

Compare Source

What's Changed

Full Changelog: github/eslint-plugin-github@v5.0.1...v5.0.2

v5.0.1

Compare Source

What's Changed

Full Changelog: github/eslint-plugin-github@v5.0.0...v5.0.1

v5.0.0

Compare Source

Formally releasing v5.0.0!

This release includes everything in pre-release v5.0.0-2!

We notably dropped support for node 14 and node 16 in favor of node 18.

What's Changed

v4.10.2

Compare Source

What's Changed

Functionality
Dependancy updates

New Contributors

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

v4.10.1

Compare Source

What's Changed

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

v4.10.0

Compare Source

What's Changed

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

v4.9.2

Compare Source

What's Changed

Full Changelog: github/eslint-plugin-github@v4.9.1...v4.9.2

v4.9.1

Compare Source

Bug fixes

This release includes bug fixes for a few accessibility rules including: a11y-aria-role-supports-props, a11y-no-title-attribute, and
jsx-a11y/no-interactive-element-to-noninteractive-role.

What's Changed

New Contributors

Full Changelog: github/eslint-plugin-github@v4.9.0...v4.9.1

v4.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: github/eslint-plugin-github@v4.8.0...v4.9.0

v4.8.0

Compare Source

What's Changed

Full Changelog: github/eslint-plugin-github@v4.7.0...v4.8.0

v4.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: github/eslint-plugin-github@v4.6.1...v4.7.0

v4.6.1

Compare Source

What's Changed

New Contributors

  • [@​b

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.

@auto-add-label auto-add-label bot added the dependencies Pull requests that update a dependency file label Oct 9, 2021
@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Oct 9, 2021
@renovate renovate bot force-pushed the renovate/major-all branch from 9eee32e to 0688bdc Compare October 10, 2021 10:07
@renovate renovate bot changed the title chore(deps): update dependency eslint to v8 chore(deps): update all (major) Oct 10, 2021
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 046f4e6 to c9eed02 Compare October 11, 2021 22:16
@renovate renovate bot changed the title chore(deps): update all (major) chore(deps): update dependency eslint to v8 Oct 13, 2021
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 0d7c7ed to 19fa852 Compare October 14, 2021 04:12
@renovate renovate bot force-pushed the renovate/major-all branch from 19fa852 to fcf619f Compare October 23, 2021 00:00
@renovate renovate bot force-pushed the renovate/major-all branch from fcf619f to 11308c4 Compare November 6, 2021 02:15
@renovate renovate bot force-pushed the renovate/major-all branch from 11308c4 to 1a7e661 Compare November 21, 2021 07:38
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 9d59709 to f806566 Compare December 7, 2021 03:06
@renovate renovate bot force-pushed the renovate/major-all branch from f806566 to f17ebbe Compare December 17, 2021 23:19
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 755774b to 763965b Compare January 1, 2022 00:38
@renovate renovate bot force-pushed the renovate/major-all branch from 763965b to e4deb8f Compare January 16, 2022 03:54
@renovate renovate bot force-pushed the renovate/major-all branch from e4deb8f to 4b14e78 Compare January 24, 2022 15:12
@renovate renovate bot changed the title chore(deps): update dependency eslint to v8 chore(deps): update all (major) Jan 24, 2022
@renovate renovate bot force-pushed the renovate/major-all branch from 4b14e78 to 4e55708 Compare January 28, 2022 23:32
@renovate renovate bot force-pushed the renovate/major-all branch from 4e55708 to 7516850 Compare February 6, 2022 20:12
@renovate renovate bot changed the title chore(deps): update all (major) chore(deps): update dependency eslint to v8 Feb 6, 2022
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 30e4e29 to 3e27b2e Compare February 15, 2022 20:53
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from b1a0678 to 8b84e8c Compare February 25, 2022 23:23
@renovate renovate bot force-pushed the renovate/major-all branch from 8b84e8c to 14e199a Compare March 1, 2022 18:04
@renovate renovate bot force-pushed the renovate/major-all branch 4 times, most recently from b8e75ac to c549451 Compare May 14, 2025 05:01
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 9290552 to 020c351 Compare May 21, 2025 01:01
@renovate renovate bot force-pushed the renovate/major-all branch from 020c351 to 9928e84 Compare May 27, 2025 18:29
@renovate renovate bot force-pushed the renovate/major-all branch 7 times, most recently from af8bf29 to 997f354 Compare May 30, 2025 20:40
@renovate renovate bot force-pushed the renovate/major-all branch 5 times, most recently from 4755207 to 9dceecf Compare J 9995 une 13, 2025 08:07
@renovate renovate bot force-pushed the renovate/major-all branch 4 times, most recently from ca6e2c4 to e4c7d54 Compare June 19, 2025 00:56
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 6367e20 to 6ae7646 Compare June 25, 2025 10:01
@renovate renovate bot force-pushed the renovate/major-all branch from 6ae7646 to 285e063 Compare June 27, 2025 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file 🔍 Ready for Review Pull Request is not reviewed yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants
0