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

build(deps): bump tiny-lru from 8.0.2 to 9.0.2 #4305

Merged
merged 3 commits into from Sep 30, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 26, 2022

Bumps tiny-lru from 8.0.2 to 9.0.2.

Changelog

Sourced from tiny-lru's changelog.

9.0.2

9.0.1

21 September 2022

  • Version bump to release 54b85bf
  • Putting the type file back in root & generated from ./src instead of ./dist 214c487
  • Updating CHANGELOG.md 41a22ae

9.0.0

20 September 2022

Commits
  • c422fb9 Updating CHANGELOG.md
  • c185335 Version bump to release
  • ac60da1 Merge pull request #55 from aarne/feat_better_types
  • 517ef2d fix: More accurate types
  • 23175cb fix: Manual typings with generics
  • be34bbe Generating new CHANGELOG.md
  • 54b85bf Version bump to release
  • 214c487 Putting the type file back in root & generated from ./src instead of ./dist
  • 41a22ae Updating CHANGELOG.md
  • 1128587 Merge pull request #53 from avoidwork/update
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [tiny-lru](https://github.com/avoidwork/tiny-lru) from 8.0.2 to 9.0.2.
- [Release notes](https://github.com/avoidwork/tiny-lru/releases)
- [Changelog](https://github.com/avoidwork/tiny-lru/blob/master/CHANGELOG.md)
- [Commits](avoidwork/tiny-lru@8.0.2...9.0.2)

---
updated-dependencies:
- dependency-name: tiny-lru
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 26, 2022
@Uzlopak
Copy link
Contributor

Uzlopak commented Sep 26, 2022

@mcollina

Is the webpack patch still needed?

@mcollina
Copy link
Member

No idea. Maybe see if you can find a way to repro the old problem by digging in issues.

@climba03003
Copy link
Member

No idea.

9.0.0 only exports as named export. That means the syntax should be the same for ESM, CJS.
I believe removing the patch is the only choice.

@Uzlopak
Copy link
Contributor

Uzlopak commented Sep 27, 2022

I already removed it because test coverage was sinking when I kept it and the CI failed. So removing it is...

Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mcollina mcollina merged commit 3dd23fe into main Sep 30, 2022
@mcollina mcollina deleted the dependabot/npm_and_yarn/tiny-lru-9.0.2 branch September 30, 2022 16:24
@github-actions
Copy link

github-actions bot commented Oct 1, 2023

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants