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 website (major) #10067

Open
wants to merge 1 commit into
base: 1.11.x
Choose a base branch
from
Open

Update website (major) #10067

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 30, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@stripe/stripe-js (source) ^2.0.0 -> ^3.0.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^6.7.5 -> ^7.0.0 age adoption passing confidence
@typescript-eslint/parser (source) ^6.7.5 -> ^7.0.0 age adoption passing confidence
capture-website ^3.2.0 -> ^4.0.0 age adoption passing confidence
eslint (source) ^8.51.0 -> ^9.0.0 age adoption passing confidence
littlefoot ^3.4.1 -> ^4.0.0 age adoption passing confidence
markdown-it-abbr ^1.0.4 -> ^2.0.0 age adoption passing confidence
markdown-it-footnote ^3.0.3 -> ^4.0.0 age adoption passing confidence
npm-run-all2 ^5.0.0 -> ^6.0.0 age adoption passing confidence

Release Notes

stripe/stripe-js (@​stripe/stripe-js)

v3.1.0

Compare Source

New features
  • Add types for Confirmation Token GA (#​556)
Fixes
  • Improved type mismatch fix (#​577)

v3.0.10

Compare Source

Fixes
  • Revert "Fix mismatched types between entrypoint and pure modules (#​565)" (#​576)

v3.0.9

Compare Source

Fixes
  • Fix mismatched types between entrypoint and pure modules (#​565)

v3.0.8

Compare Source

New features
Fixes
  • Add allow_redisplay to Typescript definitions (#​572)
  • add fetchClientSecret param to embedded Checkout options type (#​569)
Changed

v3.0.7

Compare Source

New features
Fixes
  • Update Custom Checkout types (#​567)
Changed

v3.0.6

Compare Source

New features
Fixes
  • Fix ConfirmCashappSetupOptions typing (#​561)
Changed
  • Bump ip from 1.1.5 to 1.1.9 in /examples/webpack (#​557)

v3.0.5

Compare Source

Fixes
  • Remove window declarations from pure types (#​560)

v3.0.4

Compare Source

This release removes conditional exports added in the 3.0.x release series. Support for the moduleResolution=node strategy in TypeScript is restored.

Fixes
  • Remove conditional exports (#​555)
  • Add pure dir to prettierignore (#​558)

v3.0.3

Compare Source

Fixes
  • Fix types for node16/bundler module resolution strategies (#​553)
  • revert mts (#​552)
Changed

v3.0.3 provides a fix for some of the issues in previous v3.0.x releases.

v3.0.2

Compare Source

⚠️ We are aware of an issue impacting builds for some TypeScript users in our package releases v3.0.0, v3.0.1, v3.0.2 and recommend users to upgrade to our latest package release v3.0.3 which contains a fix. ⚠️

Fixes
  • Fix TypeScript types for some builds (#​551)
Changed

An additional fix for ESM change from v3.0.0

v3.0.1

Compare Source

⚠️ We are aware of an issue impacting builds for some TypeScript users in our package releases v3.0.0, v3.0.1, v3.0.2 and recommend users to upgrade to our latest package release v3.0.3 which contains a fix. ⚠️

Fixes
Changed

New release provides fix for v3.0.0 related issues

v3.0.0

Compare Source

⚠️ We are aware of an issue impacting builds for some TypeScript users in our package releases v3.0.0, v3.0.1, v3.0.2 and recommend users to upgrade to our latest package release v3.0.3 which contains a fix. ⚠️

Fixes
Changed
  • Bump follow-redirects from 1.14.9 to 1.15.4 in /examples/webpack (#​536)
  • v2.4.0

Note: This release fixes ES module imports with this pull request [https://github.com/stripe/stripe-js/pull/541](https://togithub.com/stripe/stripe-js/pull/541)1]. Please update imports accordingly when updating to this new major release.

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

v7.5.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression

  • eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option

❤️ Thank You
  • Brad Zacher
  • Kim Sang Du
  • Mark de Dios
  • Naru
  • YeonJuan

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

v7.4.0

Compare Source

🚀 Features
  • eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata

  • eslint-plugin: [no-unnecessary-type-arguments] handle tagged templates

  • eslint-plugin: deprecate no-throw-literal and add a renamed only-throw-error

🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] address multipart nullish checks false positive

  • eslint-plugin: [prefer-optional-chain] properly disambiguate between boolean and false

  • eslint-plugin: [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside

❤️ Thank You
  • Abraham Guo
  • Brad Zacher
  • Josh Goldberg ✨
  • Kim Sang Du
  • Kirk Waiblinger
  • Marco Pasqualetti
  • YeonJuan

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

v7.3.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-floating-promises] revert disable of ignoreVoid in strict config
❤️ Thank You
  • Josh Goldberg ✨

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

v7.3.0

Compare Source

🚀 Features
  • eslint-plugin: [restrict-template-expressions] add allowArray option

  • eslint-plugin: add meta.docs.recommended setting for strict config options

  • eslint-plugin: add rule use-unknown-in-catch-callback-variables

  • eslint-plugin: [prefer-reduce-type-parameter] supports tuple, union, intersection

🩹 Fixes
  • correct engines.node constraints in package.json

  • eslint-plugin: [unbound-method] check method definition in object literal using longhand form

  • eslint-plugin: [consistent-type-imports] handle imports without specifiers

  • eslint-plugin: [no-redundant-type-constituents] incorrectly marks & string as redundant

  • eslint-plugin: [no-unnecessary-qualifier] handle merge namespace with enum

  • eslint-plugin: [no-unused-expressions] false negatives when using assertions

  • eslint-plugin: [ban-ts-comment] more accurate handling of multiline comments

  • eslint-plugin: [explicit-function-return-type, explicit-module-boundary-types] improved checking for allowHigherOrderFunctions option

  • eslint-plugin: [class-literal-property-style] ignore property assigned in constructor

  • eslint-plugin: [no-unnecessary-type-assertion] fix false negative for const variable declarations

❤️ Thank You
  • Abraham Guo
  • Alexu
  • Arka Pratim Chaudhuri
  • auvred
  • Derrick Isaacson
  • fnx
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Marta Cardoso
  • Michaël De Boey
  • Tristan Rasmussen
  • YeonJuan

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

v7.2.0

Compare Source

🚀 Features
  • support TS 5.4

  • eslint-plugin: [prefer-string-starts-ends-with] add allowSingleElementEquality option

🩹 Fixes
  • eslint-plugin: expose *-type-checked-only configs for extension

  • eslint-plugin: [member-ordering] report alphabetical sorting for all groups instead of just the first failing group

  • eslint-plugin: [no-var-requires, no-require-imports] support template literal

  • eslint-plugin: [no-useless-template-literals] detect TemplateLiteral

  • eslint-plugin: [no-unnecessary-condition] handle union array and tuple type

  • eslint-plugin: [prefer-find] support ternary branches in prefer-find

❤️ Thank You
  • Arka Pratim Chaudhuri
  • auvred
  • Chris Plummer
  • Fotis Papadogeorgopoulos
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Wayne Zhang
  • YeonJuan

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

v7.1.1

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

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

v7.1.0

Compare Source

🚀 Features
  • eslint-plugin: add *-type-checked-only configs

  • eslint-plugin: [naming-convention] support the auto-accessor syntax

  • eslint-plugin: [consistent-return] add new rule

🩹 Fixes
  • eslint-plugin: [prefer-optional-chan] allow typeof for avoiding reference error

  • eslint-plugin: [no-misused-promises] improve check union types

  • eslint-plugin: [no-use-before-define] fix false positive type reference in as, satisfies

❤️ Thank You
  • Arka Pratim Chaudhuri
  • Josh Goldberg ✨
  • YeonJuan

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

v7.0.2

Compare Source

🩹 Fixes
  • fix tsconfig-less check errors, fix @types/eslint incompatibilities, add tests
❤️ Thank You
  • Brad Zacher
  • Gareth Jones

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

v7.0.1

Compare Source

🩹 Fixes
  • eslint-plugin: update peer dep for parser
❤️ Thank You
  • Tim Dorr

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

v7.0.0

Compare Source

🚀 Features
  • ⚠️ bump ESLint, NodeJS, and TS minimum version requirements

  • add support for flat configs

🩹 Fixes
  • eslint-plugin: [prefer-find] stop throwing type errors when converting symbols to numbers
⚠️ Breaking Changes
  • ⚠️ bump ESLint, NodeJS, and TS minimum version requirements
❤️ Thank You
  • Brad Zacher
  • Kirk Waiblinger
  • StyleShit
  • YeonJuan

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

6.21.0 (2024-02-05)

🚀 Features
  • export plugin metadata

  • allow parserOptions.project: false

  • eslint-plugin: add rule prefer-find

🩹 Fixes
  • eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression

  • eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values

  • eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions

  • eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option

  • eslint-plugin: [class-literal-property-style] allow getter when same key setter exists

  • eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before as keyword

❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

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

6.20.0 (2024-01-29)

🚀 Features
  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering
🩹 Fixes
  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result

  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable

  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN

  • eslint-plugin: [prefer-readonly] disable checking accessors

❤️ Thank You
  • Alex Parloti
  • auvred
  • James Browning
  • StyleShit
  • YeonJuan

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

6.19.1 (2024-01-22)

🩹 Fixes
  • type-utils: preventing isUnsafeAssignment infinite recursive calls

  • eslint-plugin: [no-unnecessary-condition] fix false positive for type variable

❤️ Thank You
  • YeonJuan

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

6.19.0 (2024-01-15)

🚀 Features
  • eslint-plugin: [prefer-promise-reject-errors] add rule

  • eslint-plugin: [no-array-delete] add new rule

  • eslint-plugin: [no-useless-template-literals] add fix suggestions

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression

  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable

❤️ Thank You
  • auvred
  • Brad Zacher
  • Josh Goldberg ✨
  • Joshua Chen
  • LJX
  • Steven
  • StyleShit

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

6.18.1 (2024-01-08)

🩹 Fixes
  • eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line

  • eslint-plugin: [no-unnecessary-condition] improve checking optional callee

  • eslint-plugin: [prefer-readonly] support modifiers of unions and intersections

  • eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option

❤️ Thank You
  • auvred
  • James
  • Josh Goldberg ✨
  • YeonJuan

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

6.18.0 (2024-01-06)

🚀 Features
  • typescript-estree: throw on invalid update expressions

  • eslint-plugin: [no-var-requires, no-require-imports] allow option

❤️ Thank You
  • auvred
  • Joshua Chen

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

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

v7.5.0

Compare Source

🩹 Fixes
  • parser: disallow errorOnTypeScriptSyntacticAndSemanticIssues
❤️ Thank You
  • Brad Zacher
  • Kim Sang Du
  • Mark de Dios
  • Naru
  • YeonJuan

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

v7.4.0

Compare Source

v7.3.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v7.3.0

Compare Source

🩹 Fixes
  • correct engines.node constraints in package.json
❤️ Thank You
  • Abraham Guo
  • Alexu
  • Arka Pratim Chaudhuri
  • auvred
  • Derrick Isaacson
  • fnx
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Marta Cardoso
  • Michaël De Boey
  • Tristan Rasmussen
  • YeonJuan

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

v7.2.0

Compare Source

🚀 Features
  • support TS 5.4
❤️ Thank You
  • Arka Pratim Chaudhuri
  • auvred
  • Chris Plummer
  • Fotis Papadogeorgopoulos
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Wayne Zhang
  • YeonJuan

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

v7.1.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v7.1.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v7.0.2

Compare Source

🩹 Fixes
  • fix tsconfig-less check errors, fix @types/eslint incompatibilities, add tests
❤️ Thank You
  • Brad Zacher
  • Gareth Jones

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

v7.0.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v7.0.0

Compare Source

🚀 Features
  • ⚠️ bump ESLint, NodeJS, and TS minimum version requirements

  • add support for flat configs

⚠️ Breaking Changes
  • ⚠️ bump ESLint, NodeJS, and TS minimum version requirements
❤️ Thank You
  • Brad Zacher
  • Kirk Waiblinger
  • StyleShit
  • YeonJuan

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

6.21.0 (2024-02-05)

🚀 Features
  • allow parserOptions.project: false
❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

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

6.20.0 (2024-01-29)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

6.19.1 (2024-01-22)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

6.19.0 (2024-01-15)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

6.18.1 (2024-01-08)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

6.18.0 (2024-01-06)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

sindresorhus/capture-website (capture-website)

v4.1.0

Compare Source

v4.0.1

Compare Source

v4.0.0

Compare Source

Breaking
  • Require Node.js 18 96723f7
  • Make .buffer() return a Uint8Array instead of Buffer 9dbd4eb
    • This only affects you if you use Buffer-specific method. Learn more.
eslint/eslint (eslint)

v9.0.0

Compare Source

goblindegook/littlefoot (littlefoot)

v4.1.0

Compare Source

Features
4.0.1 (2023-09-19)
Bug Fixes

v4.0.1

Compare Source

v4.0.0

Compare Source

markdown-it/markdown-it-abbr (markdown-it-abbr)

v2.0.0

Compare Source

  • Rewrite to ESM.
  • Remove dist/ from repo (build on package publish).
markdown-it/markdown-it-footnote (markdown-it-footnote)

v4.0.0

Compare Source

  • Rewrite to ESM.
  • Remove dist/ from repo (build on package publish).
bcomnes/npm-run-all2 (npm-run-all2)

v6.1.2

Compare Source

Merged
  • feat: move to read-package-json-fast #130
  • Upgrade: Bump c8 from 8.0.1 to 9.0.0 #127
  • Upgrade: Bump github/codeql-action from 2 to 3 #126
  • Upgrade: Bump actions/setup-node from 3 to 4 #123
Commits
  • Publish the whole project 3dde20c
  • Utilize CJS require for 'read-package-json-fast' 605ca15
  • Update FUNDING.yml c838ee9

v6.1.1

Compare Source

Commits

v6.1.0

Compare Source

Merged
  • Upgrade: Bump actions/checkout from 3 to 4 #119
Commits

v6.0.6

Compare Source

Merged
  • Update all esm only packages #114
  • Upgrade: Bump c8 from 7.14.0 to 8.0.0 #111
  • Delete .nycrc #109
  • Update CodeQL workflow #110
Commits

v6.0.5

Compare Source

Merged
  • Upgrade: Bump bcomnes/npm-bump from 2.1.0 to 2.2.1 #104
  • Upgrade: Bump minimatch from 6.2.0 to 7.0.0 #103
  • Upgrade: Bump minimatch from 5.1.4 to 6.0.4 #102
  • Upgrade: Bump fs-extra from 10.1.0 to 11.1.0 #98
Commits
  • Merge pull request #​105 from bcomnes/dependabot/npm_and_yarn/minimatch-8.0.2 cbf78c8
  • Upgrade: Bump minimatch from 7.4.4 to 8.0.2 c90d02b
  • Merge pull request #​101 from bcomnes/dependabot/npm_and_yarn/rimraf-4.0.4 d0d46a2

v6.0.4

Compare Source

Merged
  • When running through npx, use the npm that should be next to it. #96

v6.0.3

Compare Source

Merged
  • Upgrade: Bump jsdoc from 3.6.11 to 4.0.0 #95
  • Upgrade: Bump bcomnes/npm-bump from 2.0.2 to 2.1.0 #92
  • docs: update minimum supported Node version #90
Commits
  • Merge pull request #​94 from MarmadileManteater/runjs-being-called-instead-of-npm-run da913f9
  • Use NPM_CLI_JS over npm_execpath 0224167
  • Add a proper check for yarn bb41ef6

v6.0.2

Compare Source

Merged
  • Update package shell quote #89

v6.0.1

Compare Source

Commits
  • Lower bound node engine to ^14.18.0 || >=16.0.0 fc2957f

v6.0.0

Compare Source

Merged
  • Move support to node 16 and npm 8 #85
  • Upgrade: Bump pidtree from 0.5.0 to 0.6.0 #84
  • Upgrade: Bump mocha from 9.2.2 to 10.0.0 #83
  • Upgrade: Bump github/codeql-action from 1 to 2 #82
  • Upgrade: Bump fastify/github-action-merge-dependabot from 3.0.2 to 3.1 #78
  • Upgrade: Bump codecov/codecov-action from 2 to 3 #77
  • Upgrade: Bump actions/setup-node from 2 to 3 #75
  • Upgrade: Bump actions/checkout from 2 to 3 #76
  • Upgrade: Bump minimatch from 4.2.1 to 5.0.0 #74
  • Upgrade: Bump minimatch from 3.1.1 to 4.1.1 #73
  • Upgrade: Bump fastify/github-action-merge-dependabot from 2.7.1 to 3.0.2 #72
  • Upgrade: Bump fastify/github-action-merge-dependabot from 2.7.0 to 2.7.1 #71
  • Upgrade: Bump fastify/github-action-merge-dependabot from 2.6.0 to 2.7.0 #70
  • Upgrade: Bump fastify/github-action-merge-dependabot from 2.5.0 to 2.6.0 #69
  • Simplify npm scripts #64
  • Update CI config #62
  • Add CodeQL workflow #65
  • Switch to c8 for coverage #66
  • tests: switch to assert's strict mode #67
  • Enforce LF in the repo. #61
  • Upgrade: Bump actions/setup-node from 2.4.0 to 2.4.1 #59
  • Upgrade: Bump fastify/github-action-merge-dependabot from 2.4.0 to 2.5.0 #58
  • Upgrade: Bump codecov/codecov-action from 2.0.2 to 2.1.0 #57
  • Upgrade: Bump fastify/github-action-merge-dependabot from 2.2.0 to 2.4.0 #54
  • Upgrade: Bump actions/setup-node from 2.3.2 to 2.4.0 #53
  • Upgrade: Bump actions/setup-node from 2.3.1 to 2.3.2 #52
  • Upgrade: Bump actions/setup-node from 2.3.0 to 2.3.1 #51
  • Upgrade: Bump codecov/codecov-action from 2.0.1 to 2.0.2 #50
  • Upgrade: Bump actions/setup-node from 2.2.0 to 2.3.0 #49
  • Upgrade: Bump codecov/codecov-action from 1.5.2 to 2.0.1 #48
  • Upgrade: Bump fastify/github-action-merge-dependabot from 2.1.1 to 2.2.0 #47
  • Upgrade: Bump actions/setup-node from 2.1.5 to 2.2.0 #46
  • Upgrade: Bump codecov/codecov-action from 1.5.0 to 1.5.2 #44
  • Upgrade: Bump mocha from 8.4.0 to 9.0.0 #43
  • Upgrade: Bump fastify/github-action-merge-dependabot from 2.1.0 to 2.1.1 #42
  • Upgrade: Bump fastify/github-action-merge-dependabot from 2.0.0 to 2.1.0 #41
  • Upgrade: Bump gh-release from 5.0.2 to 6.0.0 #40
  • Upgrade: Bump codecov/codecov-action from 1 to 1.5.0 #39
  • Upgrade: Bump fs-extra from 9.1.0 to 10.0.0 #38
  • Upgrade: Bump fastify/github-action-merge-dependabot from v1.2.1 to v2.0.0 #33
  • Upgrade: Bump fastify/github-action-merge-dependabot #32
  • Upgrade: Bump fastify/github-action-merge-dependabot from v1.1.1 to v1.2.0 #31
  • Upgrade: Bump actions/setup-node from v2.1.4 to v2.1.5 #30
  • Upgrade: Bump gh-release from 4.0.4 to 5.0.0 #29
  • Upgrade: Bump actions/setup-node from v2.1.3 to v2.1.4 #28
  • Upgrade: Bump actions/setup-node from v2.1.2 to v2.1.3 #27
Fixed
  • Disable override tests on > npm 7 #79
Commits
  • Breaking change: Bump engines to node 16 and npm 8 7d19dd4
  • Add auto merge e598066
  • Update test.yml 96260d6

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 changed the title Update dependency littlefoot to v4 Update website to v4 (major) Nov 6, 2023
@renovate renovate bot changed the title Update website to v4 (major) Update website (major) Dec 6, 2023
@renovate renovate bot force-pushed the renovate/major-website branch 2 times, most recently from 13f8fb9 to 130d187 Compare February 12, 2024 22:06
Copy link
Contributor Author

renovate bot commented Apr 5, 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: website/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: phpstan-website@1.0.0
npm ERR! Found: eslint@9.0.0
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"^9.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^8.56.0" from @typescript-eslint/parser@7.5.0
npm ERR! node_modules/@typescript-eslint/parser
npm ERR!   dev @typescript-eslint/parser@"^7.0.0" from the root project
npm ERR!   peer @typescript-eslint/parser@"^7.0.0" from @typescript-eslint/eslint-plugin@7.5.0
npm ERR!   node_modules/@typescript-eslint/eslint-plugin
npm ERR!     dev @typescript-eslint/eslint-plugin@"^7.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! 
npm ERR! For a full report see:
npm ERR! /tmp/renovate/cache/others/npm/_logs/2024-04-05T23_10_44_671Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-04-05T23_10_44_671Z-debug-0.log

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

Successfully merging this pull request may close these issues.

None yet

0 participants