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 dependency eslint-plugin-react to v7.37.2 #597

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

Conversation

descope[bot]
Copy link
Contributor

@descope descope bot commented Sep 23, 2024

This PR contains the following updates:

Package Type Update Change
eslint-plugin-react devDependencies minor 7.35.0 -> 7.37.2

Release Notes

jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.37.2

Compare Source

Fixed
  • [destructuring-assignment]: fix false negative when using typeof props.a (#​3835 @​golopot)
Changed
  • [Refactor] [destructuring-assignment]: use getParentStatelessComponent (#​3835 @​golopot)

v7.37.1

Compare Source

Fixed
Changed

v7.37.0

Compare Source

Added
Changed

v7.36.1

Compare Source

Fixed

v7.36.0

Compare Source

Added
Fixed
  • [function-component-definition], [boolean-prop-naming], [jsx-first-prop-new-line], [jsx-props-no-multi-spaces], propTypes: use type args (#​3629 @​HenryBrown0)
  • JSX pragma: fail gracefully (#​3632 @​ljharb)
  • [jsx-props-no-spreading]: add explicitSpread option to schema (#​3799 @​ljharb)
Changed

v7.35.2

Compare Source

Fixed
  • [jsx-curly-brace-presence]: avoid autofixing attributes with double quotes to a double quoted attribute (#​3814 @​ljharb)

v7.35.1

Compare Source

Fixed
  • [jsx-curly-brace-presence]: do not trigger on strings containing a quote character (#​3798 @​akulsr0)

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" in timezone Asia/Jerusalem, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Copy link

vercel bot commented Sep 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
auth-hosting ❌ Failed (Inspect) Nov 12, 2024 11:03pm
auth-hosting-dev ❌ Failed (Inspect) Nov 12, 2024 11:03pm
auth-hosting-euc1 ❌ Failed (Inspect) Nov 12, 2024 11:03pm
auth-hosting-sandbox ❌ Failed (Inspect) Nov 12, 2024 11:03pm
auth-hosting-sandbox-us ❌ Failed (Inspect) Nov 12, 2024 11:03pm
auth-hosting-star1 ❌ Failed (Inspect) Nov 12, 2024 11:03pm
nir-itai-playground ❌ Failed (Inspect) Nov 12, 2024 11:03pm

@descope descope bot added the renovate label Sep 23, 2024
@descope descope bot enabled auto-merge (squash) September 23, 2024 23:43
@descope
Copy link
Contributor Author

descope bot commented Sep 23, 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: yarn.lock
[22:58:58.379] INFO (5571): Installing tool [email protected]...
[22:58:59.323] ERROR (5571): download failed
    run: 3
    err: {
      "type": "HTTPError",
      "message": "Response code 404 (Not Found)",
      "stack":
          HTTPError: Response code 404 (Not Found)
              at _Request._onResponseBase (/snapshot/dist/containerbase-cli.js:38287:25)
              at _Request._onResponse (/snapshot/dist/containerbase-cli.js:38343:18)
              at ClientRequest.<anonymous> (/snapshot/dist/containerbase-cli.js:38358:17)
              at Object.onceWrapper (node:events:634:26)
              at ClientRequest.emit (node:events:531:35)
              at ClientRequest.emit (node:domain:488:12)
              at HTTPParser.parserOnIncomingClient (node:_http_client:702:27)
              at HTTPParser.parserOnHeadersComplete (node:_http_common:118:17)
              at TLSSocket.socketOnData (node:_http_client:544:22)
              at TLSSocket.emit (node:events:519:28)
      "code": "ERR_NON_2XX_3XX_RESPONSE",
      "timings": {
        "start": 1731452339175,
        "socket": 1731452339175,
        "lookup": 1731452339175,
        "connect": 1731452339175,
        "secureConnect": 1731452339175,
        "upload": 1731452339175,
        "response": 1731452339322,
        "end": 1731452339323,
        "phases": {
          "wait": 0,
          "dns": 0,
          "tcp": 0,
          "tls": 0,
          "request": 0,
          "firstByte": 147,
          "download": 1,
          "total": 148
        }
      },
      "name": "HTTPError",
      "options": {
        "agent": {},
        "decompress": true,
        "timeout": {},
        "prefixUrl": "",
        "ignoreInvalidCookies": false,
        "context": {},
        "hooks": {
          "init": [],
          "beforeRequest": [],
          "beforeError": [],
          "beforeRedirect": [],
          "beforeRetry": [],
          "afterResponse": []
        },
        "followRedirect": true,
        "maxRedirects": 10,
        "throwHttpErrors": true,
        "username": "",
        "password": "",
        "http2": false,
        "allowGetBody": false,
        "headers": {
          "user-agent": "containerbase/11.11.41 node/20.18.0 (https://github.com/containerbase)",
          "accept-encoding": "gzip, deflate, br"
        },
        "methodRewriting": false,
        "retry": {
          "limit": 2,
          "methods": [
            "GET",
            "PUT",
            "HEAD",
            "DELETE",
            "OPTIONS",
            "TRACE"
          ],
          "statusCodes": [
            408,
            413,
            429,
            500,
            502,
            503,
            504,
            521,
            522,
            524
          ],
          "errorCodes": [
            "ETIMEDOUT",
            "ECONNRESET",
            "EADDRINUSE",
            "ECONNREFUSED",
            "EPIPE",
            "ENOTFOUND",
            "ENETUNREACH",
            "EAI_AGAIN"
          ],
          "backoffLimit": null,
          "noise": 100
        },
        "method": "GET",
        "cacheOptions": {},
        "https": {},
        "resolveBodyOnly": false,
        "isStream": true,
        "responseType": "text",
        "url": "https://nodejs.org/dist/v18.20.5/node-v18.20.5-linux-x64.tar.xz",
        "pagination": {
          "countLimit": null,
          "backoff": 0,
          "requestLimit": 10000,
          "stackAllItems": false
        },
        "setHost": true,
        "enableUnixSockets": false
      }
    }
[22:58:59.332] ERROR (5571): download failed
[22:58:59.332] FATAL (5571): Install tool node failed in 959ms.

Copy link

vercel bot commented Sep 23, 2024

Your Vercel team allenzhou is not permitted to deploy from this git repository. Contact an administrator to add github organization descope as a Protected Git Scope in allenzhou on Vercel. Once added, commit again to see your changes.

Learn more: https://vercel.com/docs/security/protected-git-scopes

descope-approve[bot]
descope-approve bot previously approved these changes Sep 23, 2024
@descope descope bot changed the title chore(deps): update dependency eslint-plugin-react to v7.35.1 chore(deps): update dependency eslint-plugin-react to v7.35.2 Sep 24, 2024
descope-approve[bot]
descope-approve bot previously approved these changes Oct 1, 2024
descope-approve[bot]
descope-approve bot previously approved these changes Oct 22, 2024
@descope descope bot force-pushed the renovate/eslint-plugin-react-7.x branch from 31e6b1c to 159ff2f Compare October 22, 2024 15:00
@descope descope bot changed the title chore(deps): update dependency eslint-plugin-react to v7.37.0 chore(deps): update dependency eslint-plugin-react to v7.37.1 Oct 22, 2024
descope-approve[bot]
descope-approve bot previously approved these changes Nov 1, 2024
@descope descope bot force-pushed the renovate/eslint-plugin-react-7.x branch from 159ff2f to 265a09f Compare November 12, 2024 22:59
@descope descope bot changed the title chore(deps): update dependency eslint-plugin-react to v7.37.1 chore(deps): update dependency eslint-plugin-react to v7.37.2 Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants