Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 14, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
@sanity/image-url (source) ^1.0.2 -> ^1.2.0 age confidence
@sanity/mutator (source) ^2.33.2 -> ^2.36.6 age confidence
@types/debug (source) ^4.1.7 -> ^4.1.12 age confidence
@types/jest (source) ^29.4.0 -> ^29.5.14 age confidence
@types/lodash (source) ^4.14.191 -> ^4.17.20 age confidence
@types/node (source) ^18.11.18 -> ^18.19.127 age confidence
@types/react-dom (source) ^18.0.10 -> ^18.3.7 age confidence
@types/semver (source) ^7.3.13 -> ^7.7.1 age confidence
@types/split2 (source) ^4.0.0 -> ^4.2.3 age confidence
@types/through2 (source) ^2.0.38 -> ^2.0.41 age confidence
@types/url-parse (source) ^1.4.8 -> ^1.4.11 age confidence
axios (source) ^0.27.2 -> ^0.30.1 age confidence
debug ^4.3.4 -> ^4.4.3 age confidence
eslint (source) ^8.33.0 -> ^8.57.1 age confidence
eslint-config-prettier ^8.6.0 -> ^8.10.2 age confidence
gatsby (source, changelog) ^5.5.0 -> ^5.15.0 age confidence
gatsby-core-utils (source) ^4.5.0 -> ^4.15.0 age confidence
gatsby-plugin-image (source) ^3.5.0 -> ^3.15.0 age confidence
gatsby-plugin-utils (source) ^4.5.0 -> ^4.15.0 age confidence
jest (source) ^29.4.1 -> ^29.7.0 age confidence
mkdirp ^2.1.3 -> ^2.1.6 age confidence
oneline ^1.0.3 -> ^1.0.4 age confidence
prettier (source) ^2.8.3 -> ^2.8.8 age confidence
prettier-plugin-packagejson ^2.4.2 -> ^2.5.19 age confidence
prettier-plugin-tailwindcss ^0.4.0 -> ^0.6.14 age confidence
react (source) ^18.2.0 -> ^18.3.1 age confidence
semver ^7.3.8 -> ^7.7.2 age confidence
split2 ^4.1.0 -> ^4.2.0 age confidence
ts-jest (source) ^29.0.5 -> ^29.4.4 age confidence
typescript (source) ^5.0.0 -> ^5.9.2 age confidence

Release Notes

sanity-io/image-url (@​sanity/image-url)

v1.2.0

Compare Source

Minor Changes
Patch Changes

All notable changes will be documented in this file.

v1.1.0

Compare Source

Changes
  • Add new frame() method
  • Add new vanityName() method (thanks @​Isissss!)
  • Allow specifying baseUrl in builder typings (thanks @​ryami333!)
  • Allow resetting format through .format(undefined) (thanks @​selbekk!)
sanity-io/sanity (@​sanity/mutator)

v2.36.6

Compare Source

v2.36.4

Compare Source

v2.36.3

Compare Source

axios/axios (axios)

v0.30.1

Compare Source

Release notes:

Bug Fixes
Contributors to this release

Full Changelog: axios/axios@v0.30.0...v0.30.1

v0.30.0

Compare Source

Release notes:

Bug Fixes
Contributors to this release

Full Changelog: axios/axios@v0.29.0...v0.30.0

v0.29.0

Compare Source

Release notes:

Bug Fixes
Contributors to this release

v0.28.1

Compare Source

Release notes:
Release notes:
Bug Fixes
  • fix(backport): custom params serializer support (#​6263)
  • fix(backport): uncaught ReferenceError req is not defined (#​6307)

v0.28.0

Compare Source

Release notes:

Bug Fixes
Backports from v1.x:
  • Allow null indexes on formSerializer and paramsSerializer v0.x (#​4961)
  • Fixing content-type header repeated #​4745
  • Fixed timeout error message for HTTP 4738
  • Added axios.formToJSON method (#​4735)
  • URL params serializer (#​4734)
  • Fixed toFormData Blob issue on node>v17 #​4728
  • Adding types for progress event callbacks #​4675
  • Fixed max body length defaults #​4731
  • Added data URL support for node.js (#​4725)
  • Added isCancel type assert (#​4293)
  • Added the ability for the url-encoded-form serializer to respect the formSerializer config (#​4721)
  • Add string[] to AxiosRequestHeaders type (#​4322)
  • Allow type definition for axios instance methods (#​4224)
  • Fixed AxiosError stack capturing; (#​4718)
  • Fixed AxiosError status code type; (#​4717)
  • Adding Canceler parameters config and request (#​4711)
  • fix(types): allow to specify partial default headers for instance creation (#​4185)
  • Added blob to the list of protocols supported by the browser (#​4678)
  • Fixing Z_BUF_ERROR when no content (#​4701)
  • Fixed race condition on immediate requests cancellation (#​4261)
  • Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an Axios instance #​4248
  • Added generic AxiosAbortSignal TS interface to avoid importing AbortController polyfill (#​4229)
  • Fix TS definition for AxiosRequestTransformer (#​4201)
  • Use type alias instead of interface for AxiosPromise (#​4505)
  • Include request and config when creating a CanceledError instance (#​4659)
  • Added generic TS types for the exposed toFormData helper (#​4668)
  • Optimized the code that checks cancellation (#​4587)
  • Replaced webpack with rollup (#​4596)
  • Added stack trace to AxiosError (#​4624)
  • Updated AxiosError.config to be optional in the type definition (#​4665)
  • Removed incorrect argument for NetworkError constructor (#​4656)
debug-js/debug (debug)

v4.4.3

Compare Source

Functionally identical release to 4.4.1.

Version 4.4.2 is compromised. Please see #​1005.

v4.4.1

Compare Source

What's Changed
New Contributors

Full Changelog: debug-js/debug@4.4.0...4.4.1

v4.4.0

Compare Source

Fixes (hopefully) the inefficient regex warnings in .enable().

Minor version as this is invariably going to break certain users who misuse the .enable() API and expected it to work with regexes, which was never supported nor documented. That's on you, sorry - that functionality won't be added back.

Full Changelog: debug-js/debug@4.3.7...4.4.0

v4.3.7

Compare Source

What's Changed

Full Changelog: debug-js/debug@4.3.6...4.3.7

v4.3.6

Compare Source

What's Changed

New Contributors

Full Changelog: debug-js/debug@4.3.5...4.3.6

v4.3.5

Compare Source

Patch

Thank you @​calvintwr for the fix.

eslint/eslint (eslint)

v8.57.1

Compare Source

Bug Fixes
  • a19072f fix: add logic to handle fixTypes in the lintText() method (#​18900) (Francesco Trotta)
  • 04c7188 fix: Don't lint same file multiple times (#​18899) (Francesco Trotta)
  • 87ec3c4 fix: do not throw when defining a global named __defineSetter__ (#​18898) (Francesco Trotta)
  • 60a1267 fix: Provide helpful error message for nullish configs (#​18889) (Milos Djermanovic)
  • a0dea8e fix: allow name in global ignores, fix --no-ignore for non-global (#​18875) (Milos Djermanovic)
  • 3836bb4 fix: do not crash on error in fs.walk filter (#​18886) (Milos Djermanovic)
  • 2dec349 fix: skip processor code blocks that match only universal patterns (#​18880) (Milos Djermanovic)
Documentation
Build Related
  • 35d366a build: Support updates to previous major versions (#​18870) (Milos Djermanovic)
Chores

v8.57.0

Compare Source

Features
  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)
Bug Fixes
  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)
Documentation
Chores

v8.56.0

Compare Source

Features
  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#​17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#​17818) (Arka Pratim Chaudhuri)
Bug Fixes
  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#​17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#​17812) (Bryan Mishkin)
Documentation
  • 9007719 docs: update link in ways-to-extend.md (#​17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#​17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#​17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#​17810) (Zwyx)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)
Chores

v8.55.0

Compare Source

Features
  • 8c9e6c1 feat: importNamePattern option in no-restricted-imports (#​17721) (Tanuj Kanti)
Documentation
  • 83ece2a docs: fix typo --rules -> --rule (#​17806) (OKURA Masafumi)
  • fffca5c docs: remove "Open in Playground" buttons for removed rules (#​17791) (Francesco Trotta)
  • a6d9442 docs: fix correct/incorrect examples of rules (#​17789) (Tanuj Kanti)
  • 383e999 docs: update and fix examples for no-unused-vars (#​17788) (Tanuj Kanti)
  • 5a8efd5 docs: add specific stylistic rule for each deprecated rule (#​17778) (Etienne)
Chores

v8.54.0

Compare Source

Features
  • a7a883b feat: for-direction rule add check for condition in reverse order (#​17755) (Angelo Annunziata)
  • 1452dc9 feat: Add suggestions to no-console (#​17680) (Joel Mathew Koshy)
  • 21ebf8a feat: update no-array-constructor rule (#​17711) (Francesco Trotta)
Bug Fixes
  • 98926e6 fix: Ensure that extra data is not accidentally stored in the cache file (#​17760) (Milos Djermanovic)
  • e8cf9f6 fix: Make dark scroll bar in dark theme (#​17753) (Pavel)
  • 3cbeaad fix: Use cwd constructor option as config basePath in Linter (#​17705) (Milos Djermanovic)
Documentation
  • becfdd3 docs: Make clear when rules are removed (#​17728) (Nicholas C. Zakas)
  • 05d6e99 docs: update "Submit a Pull Request" page (#​17712) (Francesco Trotta)
  • eb2279e docs: display info about deprecated rules (#​17749) (Percy Ma)
  • d245326 docs: Correct working in migrating plugin docs (#​17722) (Filip Tammergård)
Chores

v8.53.0

Compare Source

Features

  • 528e1c0 feat: Deprecate formatting rules (#​17696) (Nicholas C. Zakas)
  • c0b11dd feat: Add suggestions for no-prototype-builtins (#​17677) (Yonathan Randolph)

Bug Fixes

  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#​17683) (Milos Djermanovic)
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#​17672) (Francesco Trotta)

Documentation

  • ab8c60d docs: change position of return to top button (#​17688) (Tanuj Kanti)
  • 4fc44c0 docs: update twitter icon to new X icon (#​17687) (Tanuj Kanti)
  • 4164b2c docs: Update README (GitHub Actions Bot)
  • 8651895 docs: Fix tabs in rule examples (#​17653) (Francesco Trotta)
  • 3aec1c5 docs: explained rule fixers and suggestions (#​17657) (Josh Goldberg ✨)

Chores

v8.52.0

Compare Source

Features


Configuration

📅 Schedule: Branch creation - "before 3am 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 using a curated preset maintained by Sanity. View repository job log here

@renovate renovate bot requested a review from a team April 14, 2025 00:57
Copy link
Contributor Author

renovate bot commented Apr 14, 2025

⚠️ 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 warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/prettier
npm error   dev prettier@"^2.8.8" from [email protected]
npm error   packages/gatsby-source-sanity
npm error     [email protected]
npm error     node_modules/gatsby-source-sanity
npm error       workspace packages/gatsby-source-sanity from the root project
npm error       1 more (example-blog)
npm error   peer prettier@"2 || 3 || ^4.0.0-0" from @ianvs/[email protected]
npm error   node_modules/@ianvs/prettier-plugin-sort-imports
npm error     peerOptional @ianvs/prettier-plugin-sort-imports@"*" from [email protected]
npm error     node_modules/prettier-plugin-tailwindcss
npm error       dev prettier-plugin-tailwindcss@"^0.6.14" from [email protected]
npm error       packages/gatsby-source-sanity
npm error         [email protected]
npm error         node_modules/gatsby-source-sanity
npm error   2 more (@shopify/prettier-plugin-liquid, @trivago/prettier-plugin-sort-imports)
npm error
npm error Could not resolve dependency:
npm error peer prettier@"^3.0" from [email protected]
npm error node_modules/prettier-plugin-tailwindcss
npm error   dev prettier-plugin-tailwindcss@"^0.6.14" from [email protected]
npm error   packages/gatsby-source-sanity
npm error     [email protected]
npm error     node_modules/gatsby-source-sanity
npm error       workspace packages/gatsby-source-sanity from the root project
npm error       1 more (example-blog)
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 /runner/cache/others/npm/_logs/2025-09-25T18_08_15_750Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-09-25T18_08_15_750Z-debug-0.log

Copy link

vercel bot commented Apr 14, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
gatsby-source-sanity Error Error Sep 19, 2025 3:28pm

Copy link

socket-security bot commented Apr 14, 2025

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

@renovate renovate bot force-pushed the renovate/examples branch from 1e7e6e2 to c115834 Compare April 30, 2025 15:05
@renovate renovate bot force-pushed the renovate/examples branch from c115834 to 1e2ecaf Compare May 5, 2025 17:38
@renovate renovate bot force-pushed the renovate/examples branch from 1e2ecaf to a4a2910 Compare May 9, 2025 20:50
@renovate renovate bot force-pushed the renovate/examples branch from a4a2910 to c48108f Compare May 14, 2025 09:32
@renovate renovate bot force-pushed the renovate/examples branch from c48108f to b3a39a6 Compare May 14, 2025 14:04
@renovate renovate bot force-pushed the renovate/examples branch from b3a39a6 to 330f8b0 Compare May 15, 2025 15:12
@renovate renovate bot force-pushed the renovate/examples branch from 330f8b0 to c0bd764 Compare May 16, 2025 20:33
@renovate renovate bot force-pushed the renovate/examples branch from c0bd764 to 743369f Compare May 19, 2025 15:44
@renovate renovate bot force-pushed the renovate/examples branch from 743369f to e055c9e Compare May 20, 2025 18:46
@renovate renovate bot force-pushed the renovate/examples branch from e055c9e to fae68d7 Compare May 30, 2025 17:06
@renovate renovate bot force-pushed the renovate/examples branch from fae68d7 to aa2fe7c Compare May 31, 2025 14:46
@renovate renovate bot force-pushed the renovate/examples branch from aa2fe7c to 391977b Compare June 6, 2025 22:46
@renovate renovate bot force-pushed the renovate/examples branch from 506c36f to 8398952 Compare August 14, 2025 16:46
@renovate renovate bot force-pushed the renovate/examples branch from 8398952 to be7652e Compare August 15, 2025 12:28
@renovate renovate bot force-pushed the renovate/examples branch from be7652e to 4fb87d6 Compare August 15, 2025 12:50
@renovate renovate bot force-pushed the renovate/examples branch from 4fb87d6 to 9054967 Compare August 19, 2025 11:27
@renovate renovate bot force-pushed the renovate/examples branch from 9054967 to adf680d Compare August 27, 2025 18:41
@renovate renovate bot force-pushed the renovate/examples branch from adf680d to ac821c6 Compare August 31, 2025 12:12
@renovate renovate bot force-pushed the renovate/examples branch from ac821c6 to c638844 Compare September 3, 2025 18:35
@renovate renovate bot force-pushed the renovate/examples branch from c638844 to dda39c1 Compare September 4, 2025 10:33
@renovate renovate bot force-pushed the renovate/examples branch from dda39c1 to b8185c7 Compare September 14, 2025 01:07
@renovate renovate bot force-pushed the renovate/examples branch from b8185c7 to f401603 Compare September 15, 2025 23:55
@renovate renovate bot force-pushed the renovate/examples branch from f401603 to 355e732 Compare September 16, 2025 23:30
@renovate renovate bot force-pushed the renovate/examples branch from 355e732 to 778e815 Compare September 18, 2025 03:35
@renovate renovate bot force-pushed the renovate/examples branch from 778e815 to cd6a31a Compare September 18, 2025 06:38
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