Skip to content

Bump git-revision-webpack-plugin from 3.0.6 to 5.0.0#1542

Merged
williamjallen merged 2 commits into
masterfrom
dependabot/npm_and_yarn/git-revision-webpack-plugin-5.0.0
Jul 11, 2023
Merged

Bump git-revision-webpack-plugin from 3.0.6 to 5.0.0#1542
williamjallen merged 2 commits into
masterfrom
dependabot/npm_and_yarn/git-revision-webpack-plugin-5.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jul 1, 2023

Bumps git-revision-webpack-plugin from 3.0.6 to 5.0.0.

Release notes

Sourced from git-revision-webpack-plugin's releases.

v5.0.0

Breaking change

Fix issue "Unable to load 4.0 using require" #66 #67 by changing how we export the library to rely in named exports.

The change to consumers will be that instead of requiring via:

const GitRevisionPlugin = require('git-revision-webpack-plugin')

It should be via:

const { GitRevisionPlugin } = require('git-revision-webpack-plugin')

v4.0.1

  • Temporary fix for the default export reported in #66

v4.0.0

  • Add official support for Webpack 5 🎉
  • Migrate to TypeScript and include type definitions in the published package 🥰
Commits
  • e4358ad v5.0.0
  • a08b8ad Improve compatibility between CJS and ESM modules (#67)
  • e7310df Restore accidental removal of prepare script 🙈
  • 1152565 v4.0.1
  • 85e3997 v4.0.0
  • e21e072 Define webpack 5 as a peerDependency 👯‍♀️
  • 9c614b8 Readme tweaking 🧹
  • d793889 Updating docs 📝
  • 20281d5 Highlight that configurations are not sanitised ✋
  • ae86ee1 Fix “BREAKING CHANGE: No more changes should happen to Compilation.assets aft...
  • 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)

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/git-revision-webpack-plugin-5.0.0 branch 2 times, most recently from c3ce004 to 1b2aa3d Compare July 2, 2023 22:56
Bumps [git-revision-webpack-plugin](https://github.com/pirelenito/git-revision-webpack-plugin) from 3.0.6 to 5.0.0.
- [Release notes](https://github.com/pirelenito/git-revision-webpack-plugin/releases)
- [Commits](pirelenito/git-revision-webpack-plugin@v3.0.6...v5.0.0)

---
updated-dependencies:
- dependency-name: git-revision-webpack-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/git-revision-webpack-plugin-5.0.0 branch from 1b2aa3d to bb4c47e Compare July 11, 2023 14:58
@williamjallen williamjallen enabled auto-merge July 11, 2023 20:55
@williamjallen williamjallen added this pull request to the merge queue Jul 11, 2023
Merged via the queue into master with commit b8f014e Jul 11, 2023
@williamjallen williamjallen deleted the dependabot/npm_and_yarn/git-revision-webpack-plugin-5.0.0 branch July 11, 2023 21:33
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.

1 participant