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): bump tapable and @types/tapable #14148

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 10, 2023

Bumps tapable and @types/tapable. These dependencies needed to be updated together.
Updates tapable from 1.1.3 to 2.2.1

Release notes

Sourced from tapable's releases.

v2.2.1

Developer Experience

  • fix some incorrect typings

v2.2.0

Features

  • add basic support for in browser usage
    • avoid arrow functions in favor of normal functions

Performance

  • flag functions in good path for eager parsing

v2.1.1

Bugfix

  • add workaround for jsdoc-style typescript bug

v2.1.0

Features

  • allow custom options for taps

Bugfixes

  • fix types for interceptor.register

v2.0.0

Features

  • Ship with typings
  • add name argument to give a Hook a name
  • add done, result and error intercept points to the intercept API

Bugfixes

  • Avoid stack overflow while series hook compilation
  • Exclude tests from npm package
  • remove duplicate semicolon in generated code
  • fixes a stack overflow when adding too many plugins to a sync hook

Performance

  • refactor hooks to reduce number of hidden maps in methods

Deprecations

  • remove deprecated Tapable class

... (truncated)

Commits
  • a0a7b26 2.2.1
  • 5ce6d8c Merge pull request #161 from chengcyber/feat-hook-type
  • 3288a62 add taps type to hook class
  • acd0a66 Merge pull request #157 from iguessitsokay/types-withoptions
  • 0ab826b omit promise field and fix linting
  • 1055c84 fix: set withConfig return type to include correct properties
  • 413fa78 2.2.0
  • 549db33 Merge pull request #151 from webpack/feature/browser-support
  • eee843a flag function in good path for eager parsing
  • d677b60 allow to use tapable in browser
  • Additional commits viewable in compare view

Updates @types/tapable from 1.0.8 to 2.2.3

Commits

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 10, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tapable-and-types/tapable-2.2.1 branch from 8c0f783 to 5febf76 Compare July 17, 2023 03:01
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tapable-and-types/tapable-2.2.1 branch 5 times, most recently from 01297a9 to 8089bdd Compare July 28, 2023 09:22
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tapable-and-types/tapable-2.2.1 branch from 8089bdd to 7635f6d Compare August 1, 2023 09:34
Bumps [tapable](https://github.com/webpack/tapable) and [@types/tapable](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tapable). These dependencies needed to be updated together.

Updates `tapable` from 1.1.3 to 2.2.1
- [Release notes](https://github.com/webpack/tapable/releases)
- [Commits](webpack/tapable@v1.1.3...v2.2.1)

Updates `@types/tapable` from 1.0.8 to 2.2.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/tapable)

---
updated-dependencies:
- dependency-name: tapable
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/tapable"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tapable-and-types/tapable-2.2.1 branch from 7635f6d to 57351b9 Compare August 6, 2023 14:21
@koppthe koppthe closed this May 6, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 6, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tapable-and-types/tapable-2.2.1 branch May 6, 2024 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.

1 participant