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

fix(renovate): Update major (major) #134

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 8, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vue/eslint-config-typescript 13.0.0 -> 14.1.4 age adoption passing confidence
eslint-config-love 83.0.0 -> 110.0.0 age adoption passing confidence
eslint-plugin-cypress 3.6.0 -> 4.1.0 age adoption passing confidence
npm-run-all2 6.2.6 -> 7.0.1 age adoption passing confidence

Release Notes

vuejs/eslint-config-typescript (@​vue/eslint-config-typescript)

v14.1.4

Compare Source

v14.1.3

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/eslint-config-typescript@v14.1.2...v14.1.3

v14.1.2

Compare Source

Bug Fixes

  • Print more friendly error messages if the user provides a non-existent configuration name to extends.

Full Changelog: vuejs/eslint-config-typescript@v14.1.1...v14.1.2

v14.1.1

Compare Source

Bug Fixes

  • Fixed #​91

    TypeError: Config "typescript-eslint/disable-type-checked": Key "files": Expected value to be a non-empty array"

Full Changelog: vuejs/eslint-config-typescript@v14.1.0...v14.1.1

v14.1.0

Compare Source

New Features

Bug Fixes

New Contributors

Full Changelog: vuejs/eslint-config-typescript@v14.0.1...v14.1.0

v14.0.1

Compare Source

Bugfixes

  • Fixed an occasional bug that when using with npm or yarn v1, an invalid ecmaVersion error would be thrown if the wrong version of estree is hoisted to the node_modules root. Fixes #​87. [aae95d6]

New Contributors

Full Changelog: vuejs/eslint-config-typescript@v14.0.0...v14.0.1

v14.0.0

Compare Source

What's Changed

Full Changelog: vuejs/eslint-config-typescript@v13.0.0...v14.0.0

mightyiam/eslint-config-love (eslint-config-love)

v110.0.0

Compare Source

⚠ BREAKING CHANGES
  • guard-for-in
  • grouped-accessor-pairs getBeforeSet
  • for-direction
Features

v109.0.0

Compare Source

⚠ BREAKING CHANGES
  • consistent-this
Features

v108.0.0

Compare Source

⚠ BREAKING CHANGES
  • add rule complexity and bump min eslint v9.12.0.
Features

v107.0.0

Compare Source

⚠ BREAKING CHANGES
  • eslint-comments/no-unused-enable
  • eslint-comments/no-unlimited-disable
  • eslint-comments/no-duplicate-disable
Features
  • eslint-comments/no-duplicate-disable (e60dd79)
  • eslint-comments/no-unlimited-disable (1a133b4)
  • eslint-comments/no-unused-enable (3232076)

v106.0.0

Compare Source

⚠ BREAKING CHANGES
  • eslint-comments/no-aggregating-enable
Features
  • eslint-comments/no-aggregating-enable (b513d3a)

v105.0.0

Compare Source

⚠ BREAKING CHANGES
  • eslint-comments/disable-enable-pair
Features
  • eslint-comments/disable-enable-pair (8668647)

v104.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v103.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v102.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v101.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v100.0.0

Compare Source

⚠ BREAKING CHANGES
  • This config no longer turns off rules whose
    typescript-eslint equivalents it uses. Turning off of such rules
    historically made sense, but since 065ce30
    it does not. For some, this may require some turning off of rules.
Features
  • no turn off rules whose typescript-eslint equivs are used (4302e11)

v99.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v98.0.2

Compare Source

Bug Fixes

v98.0.1

Compare Source

Bug Fixes

v98.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v97.0.0

Compare Source

⚠ BREAKING CHANGES
  • eslint-comments/require-description
Features
  • eslint-comments/require-description (5dffe3d)

v96.0.0

Compare Source

⚠ BREAKING CHANGES
  • arrow-body-style
  • arrow-body-style
Features

v95.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v94.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v93.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v92.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v91.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v90.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v89.0.1

Compare Source

Bug Fixes

v89.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v88.0.0

Compare Source

⚠ BREAKING CHANGES
Features

v87.0.0

Compare Source

⚠ BREAKING CHANGES
  • package is in ecmascript module format
Features

v86.1.1

Compare Source

Bug Fixes

v86.1.0

Compare Source

Features

v86.0.0

Compare Source

⚠ BREAKING CHANGES
  • linterOptions.reportUnusedDisableDirectives error
Features
  • linterOptions.reportUnusedDisableDirectives error (8ce4578), closes #​1513

v85.0.0

Compare Source

⚠ BREAKING CHANGES
  • peerDep eslint ^9.0.0
  • dep eslint-plugin-import ^2.31.0
Features

v84.1.1

Compare Source

Bug Fixes
  • bump incorrect typescript-eslint peerDep (5d1261f)

v84.1.0

Compare Source

Features

v84.0.0

Compare Source

⚠ BREAKING CHANGES
  • no-new-native-nonconstructor
Features
  • no-new-native-nonconstructor (a2b4e4b)
cypress-io/eslint-plugin-cypress (eslint-plugin-cypress)

v4.1.0

Compare Source

Features
  • docs: publish updated readme (2bc8d5a)

v4.0.0

Compare Source

Features
  • minimum version eslint v9 (b50181a)
BREAKING CHANGES
  • Support ESLint v9 and above only

Support for ESlint v7 & v8 is removed
languageOptions ecmaVersion: 2019 and sourceType: module are removed from eslint-plugin-cypress/flat config
globals is updated to 15.11.0
eslint-plugin-n is updated to 17.11.1

bcomnes/npm-run-all2 (npm-run-all2)

v7.0.1

Compare Source

Commits
  • Revert engine range bump back to Node 18 b2e849b

v7.0.0

Compare Source

Merged
  • Prevent a throw when looking up undefined results #158
Commits
  • Breaking change: Bump node engines ^18.17.0 || >=20.5.0 49b95f0
  • Merge pull request #​156 from bcomnes/rm-rf-rimraf c661ffc
  • Remove rimraf c77e085

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "* 0-3 * * *" in timezone Australia/Melbourne.

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

Copy link

cloudflare-workers-and-pages bot commented Oct 8, 2024

Deploying mindful-website with  Cloudflare Pages  Cloudflare Pages

Latest commit: 6f195ec
Status:🚫  Build failed.

View logs

@renovate renovate bot force-pushed the renovate/major-major branch 2 times, most recently from 3174afc to 7d07cf4 Compare October 8, 2024 18:27
@renovate renovate bot changed the title fix(renovate): Update dependency eslint-config-love to v84 fix(renovate): Update major (major) Oct 8, 2024
Copy link
Contributor Author

renovate bot commented Oct 8, 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: package-lock.json
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: mindful-website@undefined
npm error Found: [email protected]
npm error node_modules/eslint
npm error   dev eslint@"8.57.1" from the root project
npm error
npm error Could not resolve dependency:
npm error peer eslint@"^9.10.0" from @vue/[email protected]
npm error node_modules/@vue/eslint-config-typescript
npm error   dev @vue/eslint-config-typescript@"14.1.4" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-12-10T07_12_38_108Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-12-10T07_12_38_108Z-debug-0.log

@renovate renovate bot force-pushed the renovate/major-major branch 9 times, most recently from e016646 to 7fac5ed Compare October 18, 2024 09:24
@renovate renovate bot force-pushed the renovate/major-major branch 8 times, most recently from 833f1d5 to c01e2a8 Compare October 26, 2024 19:15
@renovate renovate bot force-pushed the renovate/major-major branch 5 times, most recently from 2aafe2b to 4882d1e Compare November 3, 2024 15:40
@renovate renovate bot force-pushed the renovate/major-major branch 2 times, most recently from ba0b973 to 1cacabd Compare November 11, 2024 01:56
@renovate renovate bot force-pushed the renovate/major-major branch 4 times, most recently from 18fa6ba to f68f63e Compare November 19, 2024 13:41
@renovate renovate bot force-pushed the renovate/major-major branch 7 times, most recently from fc20f4b to 1dd3b17 Compare November 28, 2024 17:24
@renovate renovate bot force-pushed the renovate/major-major branch 2 times, most recently from d3f55bf to f79e068 Compare December 3, 2024 10:51
@renovate renovate bot force-pushed the renovate/major-major branch from f79e068 to 6f195ec Compare December 10, 2024 07:12
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.

0 participants