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

refactor: Bump cacheable-request and all-node-versions #8430

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2023

Bumps cacheable-request to 10.2.7 and updates ancestor dependency all-node-versions. These dependencies need to be updated together.

Updates cacheable-request from 7.0.2 to 10.2.7

Release notes

Sourced from cacheable-request's releases.

v10.2.6

Fix for memory leak on Listeners

The listener was not being removed on response and just error but new handlers were being added causing a memory leak.

line 220 in src/index.ts was modified to remove the listener on response also

			if (this.cache instanceof Keyv) {
				const cachek = this.cache;
				cachek.once('error', errorHandler);
				ee.on('error', () => cachek.removeListener('error', errorHandler));
				ee.on('response', () => cachek.removeListener('error', errorHandler));
			}

What's Changed

Full Changelog: https://github.com/jaredwray/cacheable-request/compare/v10.2.5...v10.2.6

v10.2.5

Types definition issue with http-cache-sematics as that type definition needs to be in dependencies. Thanks @​Maxim-Mazurok

What's Changed

Full Changelog: https://github.com/jaredwray/cacheable-request/compare/v10.2.4...v10.2.5

v10.2.4

Minor updates with one exception is that we removed @types/http-cache-semantics from the main dependencies as it does not look to be needed.

What's Changed

Full Changelog: https://github.com/jaredwray/cacheable-request/compare/v10.2.3...v10.2.4

v10.2.3 Maintenance Release

Upgrading core modules in the system such as keyv and also a minor fix to an uncaught exception that we were seeing referenced here: sindresorhus/got#1925

Additional update is moving normalize-url to 8.0.0 which after testing it looks to not affect anything but will post the release notes here: https://github.com/sindresorhus/normalize-url/releases/tag/v8.0.0

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by jaredwray, a new releaser for cacheable-request since your current version.


Updates all-node-versions from 8.0.0 to 11.3.0

Release notes

Sourced from all-node-versions's releases.

Release 11.3.0

Features

  • Improve tree-shaking support

Release 11.2.0

Features

  • Reduce npm package size by 70%

Release 11.1.0

Features

  • Reduce npm package size

Release 11.0.1

Bug fixes

  • Fix some issues with file caching

Release 11.0.0

Breaking changes

Features

Release 10.1.1

Bug fixes

  • Prevent mutating cached return value

Release 10.1.0

Features

  • Add TypeScript types

Release 10.0.0

Breaking changes

  • Minimal supported Node.js version is now 14.18.0

Release 9.0.0

Breaking changes

  • Minimal supported Node.js version is now 12.20.0
  • This package is now an ES module. It can only be loaded with an import or import() statement, not require(). See this post for more information.

... (truncated)

Changelog

Sourced from all-node-versions's changelog.

11.3.0

Features

  • Improve tree-shaking support

11.2.0

Features

  • Reduce npm package size by 70%

11.1.0

Features

  • Reduce npm package size

11.0.1

Bug fixes

  • Fix some issues with file caching

11.0.0

Breaking changes

Features

  • The default NPM versions of each Node.js release are now returned

10.1.1

Bug fixes

  • Prevent mutating cached return value

10.1.0

Features

  • Add TypeScript types

10.0.0

... (truncated)

Commits
  • d8fb6ec Release 11.3.0
  • 42f349b Improve tree-shaking support
  • ce0b608 Upgrade fetch-node-website 7.2.0 -> 7.3.0
  • bedbc4e Upgrade @​ehmicky/dev-tasks 1.0.101 -> 1.0.102
  • 9456634 Upgrade @​ehmicky/dev-tasks 1.0.100 -> 1.0.101
  • cb5e4bd Upgrade @​ehmicky/dev-tasks 1.0.99 -> 1.0.100
  • 0fe4c3d Improve type tests
  • ed0500f Upgrade test-each 5.4.2 -> 5.5.0
  • 83b4d0e Upgrade test-each 5.4.1 -> 5.4.2
  • c8633e9 Update README
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [cacheable-request](https://github.com/jaredwray/cacheable-request) to 10.2.7 and updates ancestor dependency [all-node-versions](https://github.com/ehmicky/all-node-versions). These dependencies need to be updated together.


Updates `cacheable-request` from 7.0.2 to 10.2.7
- [Release notes](https://github.com/jaredwray/cacheable-request/releases)
- [Commits](https://github.com/jaredwray/cacheable-request/commits)

Updates `all-node-versions` from 8.0.0 to 11.3.0
- [Release notes](https://github.com/ehmicky/all-node-versions/releases)
- [Changelog](https://github.com/ehmicky/all-node-versions/blob/main/CHANGELOG.md)
- [Commits](ehmicky/all-node-versions@8.0.0...11.3.0)

---
updated-dependencies:
- dependency-name: cacheable-request
  dependency-type: indirect
- dependency-name: all-node-versions
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Bot label; pull requests that updates a dependency file label Feb 12, 2023
@parse-github-assistant
Copy link

I will reformat the title to use the proper commit message syntax.

@parse-github-assistant parse-github-assistant bot changed the title build(deps): bump cacheable-request and all-node-versions build(deps): Bump cacheable-request and all-node-versions Feb 12, 2023
@codecov
Copy link

codecov bot commented Feb 12, 2023

Codecov Report

Base: 94.16% // Head: 94.32% // Increases project coverage by +0.15% 🎉

Coverage data is based on head (b225bcc) compared to base (f5bfe45).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##            alpha    #8430      +/-   ##
==========================================
+ Coverage   94.16%   94.32%   +0.15%     
==========================================
  Files         182      182              
  Lines       14398    14398              
==========================================
+ Hits        13558    13581      +23     
+ Misses        840      817      -23     
Impacted Files Coverage Δ
src/RestWrite.js 94.76% <0.00%> (ø)
src/Adapters/Files/GridFSBucketAdapter.js 94.20% <0.00%> (+0.72%) ⬆️
src/GraphQL/transformers/mutation.js 97.19% <0.00%> (+9.34%) ⬆️
src/GraphQL/loaders/filesMutations.js 80.64% <0.00%> (+38.70%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@mtrezza mtrezza changed the title build(deps): Bump cacheable-request and all-node-versions refactor: Bump cacheable-request and all-node-versions Feb 13, 2023
@parse-github-assistant
Copy link

Thanks for opening this pull request!

  • ❌ Please edit your post and use the provided template when creating a new pull request. This helps everyone to understand your post better and asks for essential information to quicker review the pull request.

@mtrezza mtrezza merged commit 992b3c7 into alpha Feb 13, 2023
@mtrezza mtrezza deleted the dependabot/npm_and_yarn/cacheable-request-and-all-node-versions-10.2.7 branch February 13, 2023 18:32
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 6.0.0-alpha.33

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label Feb 17, 2023
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 6.1.0-beta.1

@parseplatformorg parseplatformorg added the state:released-beta Released as beta version label Mar 2, 2023
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 6.1.0-alpha.1

@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 6.1.0

@parseplatformorg parseplatformorg added the state:released Released as stable version label May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Bot label; pull requests that updates a dependency file state:released Released as stable version state:released-alpha Released as alpha version state:released-beta Released as beta version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants