fix(deps): update dependency get-it to v8 #62
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^7.0.2
->^8.0.9
Release Notes
sanity-io/get-it
v8.0.9
Compare Source
Bug Fixes
v8.0.8
Compare Source
Bug Fixes
v8.0.7
Compare Source
Bug Fixes
create-error-class
with nativeError
(3056ed1)form-urlencoded
with native APIs (d56750c)v8.0.6
Compare Source
Bug Fixes
v8.0.5
Compare Source
Bug Fixes
url-parse
with nativeURL
(f6317e3)v8.0.4
Compare Source
Bug Fixes
fetch
fallback, drop dead IE legacy (#64) (8fe6734)v8.0.3
Compare Source
Bug Fixes
v8.0.2
Compare Source
Bug Fixes
v8.0.1
Compare Source
Bug Fixes
pkg.typesVersions
(03ead62)v8.0.0
Compare Source
⚠ BREAKING CHANGES
get-it/middleware
. Imports such asimport promise from 'get-it/lib-node/middleware/promise'
are no longer supported. The default import is replaced with a named one: changeimport getIt from 'get-it'
toimport {getIt} from 'get-it'
Other changes
any
is out of scope for this PR but linter rules are setup to make it easier to do this refactor in a later PR.pkg.exports
.@sanity/pkg-utils
, gone is@babel/cli
,browserify
,esbuild
,uglifyjs
, and more.mocha
testing suite withvitest
to ensure the new ESM codebase runs the same way it'll run in production with codebases such assanity
.pkg.exports
are refactored to follow our updated ESM best practices, spearheaded by@sanity/pkg-utils
. It implements the Node.jsdual package hazard
technique to steer the Node.js ESM runtime back into CJS mode as half ourdependencies
aren't shipping ESM-runtime code yet.Features
Bug Fixes
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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate using a preset from![Sanity](https://camo.githubusercontent.com/931ede551d5705fb37c422c4e298c3baa2895dfee9960fc0b5700b6779c05a29/68747470733a2f2f7777772e73616e6974792e696f2f7374617469632f696d616765732f6c6f676f5f7265642e7376673f763d32)
. View repository job log here