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 extract-files to v13 #919

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 5, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
extract-files ^11.0.0 -> ^13.0.0 age adoption passing confidence
@types/extract-files (source) ^8.1.1 -> ^13.0.1 age adoption passing confidence

Release Notes

jaydenseric/extract-files (extract-files)

v13.0.0

Compare Source

Major
  • Updated Node.js support to ^14.17.0 || ^16.0.0 || >= 18.0.0.
  • Updated dev dependencies, some of which require newer Node.js versions than previously supported.
  • Use the node: URL scheme for Node.js builtin module imports in tests.
Patch
  • Updated dependencies.
  • Simplified dev dependencies and config for ESLint.
  • Updated GitHub Actions CI config:
    • Run tests with Node.js v14, v16, v18.
    • Updated actions/checkout to v3.
    • Updated actions/setup-node to v3.
  • Updated jsconfig.json:
    • Set compilerOptions.maxNodeModuleJsDepth to 10.
    • Set compilerOptions.module to nodenext.
  • Removed the now redundant not IE > 0 from the Browserslist query.
  • Replaced TypeScript Record types with index signatures.
  • Tweaked formatting of a JSDoc comment.
  • Revamped the readme:
    • Removed the badges.
    • Removed the detailed API docs. The JSDoc comments and TypeScript types in the exported modules are now the primary documentation.
    • Added Browserslist links.
    • Added information about Deno, import maps, TypeScript config, and optimal JavaScript module design.

v12.0.0

Compare Source

Major
  • Updated Node.js support to ^12.22.0 || ^14.17.0 || >= 16.0.0.

  • Added a new is-plain-obj dependency that is ESM.

  • Updated dev dependencies, some of which require newer Node.js versions than previously supported.

  • Public modules are now individually listed in the package files and exports fields.

  • Removed ./package from the package exports field; the full package.json filename must be used in a require path.

  • Removed the package main index module; deep imports must be used.

  • Shortened public module deep import paths, removing the /public/.

  • The API is now ESM in .mjs files instead of CJS in .js files, accessible via import but not require.

  • Implemented TypeScript types via JSDoc and @deno-types comments, fixing #​7.

  • Changed the function extractFiles parameters. The previously third isExtractableFile parameter has been renamed isExtractable, is now the second parameter, and no longer defaults to the function isExtractableFile to avoid a redundant import when a custom function is specified.

  • The function extractFiles now does basic runtime argument type validation.

  • The function extractFiles now also deep clones “plain” objects that aren’t Object instances (e.g. Object.create(null)).

  • Removed out of the box React Native support. The class ReactNativeFile is no longer exported, or matched by the function isExtractableFile.

    This class was bloating non React Native environments with an extra module, increasing bundle sizes when building and adding an extra step to ESM loading waterfalls in browsers.

    It’s the responsibility of Facebook to adhere to web standards and implement spec-complaint File, Glob, and FormData globals in the React Native environment.

    In the meantime, React Native projects can manually implement a class ReactNativeFile and match it with a custom function isReactNativeFile for use with the function extractFiles.

Patch
  • Also run GitHub Actions CI with Node.js v17.
  • Simplified package scripts.
  • Check TypeScript types via a new package types script.
  • Removed the jsdoc-md dev dependency and the related package scripts, replacing the readme “API” section with a manually written “Exports” section.
  • Reorganized the test file structure.
  • Test the bundle sizes for public modules individually.
  • Use a new assertBundleSize function to assert module bundle size in tests:
    • Failure message contains details about the bundle size and how much the limit was exceeded.
    • Errors when the surplus is greater than 25% of the limit, suggesting the limit should be reduced.
    • Resolves the minified bundle and its gzipped size for debugging in tests.
  • Fixed an extractFiles function test bug.
  • Added an extractFiles function test clarifying that object properties with Symbol keys don’t get cloned.
  • Configured Prettier option singleQuote to the default, false.
  • Updated the package description.
  • Documentation tweaks.
  • Added a license.md MIT License file, fixing #​19 via #​20.
  • Amended the changelog entry for v10.0.0.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


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

This PR has been generated by Mend Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Sep 5, 2022

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

Name Status Preview Comments Updated (UTC)
graphql-ez ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 4, 2024 8:53pm

@changeset-bot
Copy link

changeset-bot bot commented Sep 5, 2022

⚠️ No Changeset found

Latest commit: c752d92

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/extract-files-13.x branch from 60c90ad to 9e6d595 Compare October 9, 2022 03:27
@renovate renovate bot force-pushed the renovate/extract-files-13.x branch from 9e6d595 to ce995ca Compare October 9, 2022 03:55
@renovate renovate bot force-pushed the renovate/extract-files-13.x branch from ce995ca to bf1f3d3 Compare October 9, 2022 04:27
@renovate renovate bot force-pushed the renovate/extract-files-13.x branch from bf1f3d3 to 489bcc6 Compare December 18, 2022 03:48
@renovate renovate bot force-pushed the renovate/extract-files-13.x branch from 489bcc6 to 2b486cd Compare December 18, 2022 04:06
@renovate renovate bot force-pushed the renovate/extract-files-13.x branch from 2b486cd to 32e6338 Compare December 18, 2022 15:01
@renovate renovate bot force-pushed the renovate/extract-files-13.x branch from 32e6338 to cdb75ff Compare December 18, 2022 15:36
@renovate renovate bot force-pushed the renovate/extract-files-13.x branch from cdb75ff to e6b9871 Compare December 18, 2022 16:47
@renovate renovate bot force-pushed the renovate/extract-files-13.x branch from e6b9871 to d6ba2c2 Compare December 18, 2022 17:18
@renovate renovate bot force-pushed the renovate/extract-files-13.x branch from d6ba2c2 to 6f68811 Compare April 26, 2023 17:21
@renovate renovate bot force-pushed the renovate/extract-files-13.x branch from 6f68811 to 4668137 Compare April 26, 2023 18:59
@renovate renovate bot force-pushed the renovate/extract-files-13.x branch from 4668137 to e1b9484 Compare May 1, 2023 15:53
@renovate renovate bot force-pushed the renovate/extract-files-13.x branch from e1b9484 to 9399d28 Compare December 16, 2023 02:24
@renovate renovate bot force-pushed the renovate/extract-files-13.x branch from 9399d28 to db8c091 Compare December 18, 2023 19:11
@renovate renovate bot force-pushed the renovate/extract-files-13.x branch from 2fff79a to c752d92 Compare January 4, 2024 20:51
Copy link

vercel bot commented Jan 4, 2024

Deployment failed with the following error:

Resource is limited - try again in 19 hours (more than 100, code: "api-deployments-free-per-day").

@renovate renovate bot enabled auto-merge (rebase) March 20, 2024 12:28
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