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(deps): update dependency get-it to v8 #62

Merged
merged 1 commit into from Feb 14, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 5, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
get-it ^7.0.2 -> ^8.0.9 age adoption passing confidence

Release Notes

sanity-io/get-it

v8.0.9

Compare Source

Bug Fixes

v8.0.8

Compare Source

Bug Fixes
  • improve legacy ESM support (d622f1c)

v8.0.7

Compare Source

Bug Fixes
  • replace create-error-class with native Error (3056ed1)
  • replace form-urlencoded with native APIs (d56750c)

v8.0.6

Compare Source

Bug Fixes

v8.0.5

Compare Source

Bug Fixes
  • replace url-parse with native URL (f6317e3)

v8.0.4

Compare Source

Bug Fixes

v8.0.3

Compare Source

Bug Fixes
  • add support for deno and worker conditions (5a1a263)

v8.0.2

Compare Source

Bug Fixes

v8.0.1

Compare Source

Bug Fixes
  • typo in pkg.typesVersions (03ead62)

v8.0.0

Compare Source

⚠ BREAKING CHANGES
  • umd builds are removed and all middleware imports are moved to get-it/middleware. Imports such as import promise from 'get-it/lib-node/middleware/promise' are no longer supported. The default import is replaced with a named one: change import getIt from 'get-it' to import {getIt} from 'get-it'

Other changes

  • Migrated codebase to TypeScript, moving away from using 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.
  • The required Node.js version is moved from 12 to 14, as 12 does not support pkg.exports.
  • Tooling have moved to @sanity/pkg-utils, gone is @babel/cli, browserify, esbuild, uglifyjs, and more.
  • Replaced mocha testing suite with vitest to ensure the new ESM codebase runs the same way it'll run in production with codebases such as sanity.
  • The pkg.exports are refactored to follow our updated ESM best practices, spearheaded by @sanity/pkg-utils. It implements the Node.js dual package hazard technique to steer the Node.js ESM runtime back into CJS mode as half our dependencies 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.


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

This PR has been generated by Mend Renovate using a preset from Sanity. View repository job log here

@renovate renovate bot force-pushed the renovate/get-it-8.x branch 5 times, most recently from e15cf3d to 65c0f38 Compare January 11, 2023 02:35
@renovate renovate bot force-pushed the renovate/get-it-8.x branch 2 times, most recently from 95a31ae to f7b89b9 Compare January 18, 2023 11:40
@renovate renovate bot force-pushed the renovate/get-it-8.x branch 2 times, most recently from 6e38d99 to 87650b3 Compare January 25, 2023 23:15
@stipsan stipsan merged commit d4df7ee into main Feb 14, 2023
@stipsan stipsan deleted the renovate/get-it-8.x branch February 14, 2023 16:37
@github-actions
Copy link
Contributor

🎉 This PR is included in version 3.1.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

None yet

1 participant