mixpanel / mixpanel-js

Official Mixpanel JavaScript Client Library
https://mixpanel.com/help/reference/javascript
Other
867 stars 309 forks source link

Bump lodash and babelify in /examples/es2015-babelify #395

Open dependabot[bot] opened 7 months ago

dependabot[bot] commented 7 months ago

Removes lodash. It's no longer used after updating ancestor dependency babelify. These dependencies need to be updated together.

Removes lodash

Updates babelify from 6.4.0 to 10.0.0

Release notes

Sourced from babelify's releases.

v10.0.0

No changes from v10.0.0-beta.1, just re-releasing as stable.

v10.0.0-beta.1

  • Revert one change to sources in generated sourcemaps that landed between 9.0.0 and 10.0.0-beta.0 since it was not needed.

v10.0.0-beta.0

  • #267 - Fix handling for ignoreed files from Babel
  • #262 - Fix README examples that were wrong
  • #273 - More updates for Babel 7.x
  • A bunch more fixes to make things work well

v9.0.0

  • #255 - Initial upgrade to Babel 7.x
  • #264 - Use Browserify's basedir as the working directory Babel's config.

This is marked as a prerelease because it was never published as latest on npm.

v8.0.0

  • Drop Node 0.10/0.12/5 (similar to everything else in Babel 7)
  • Add a peerDep on babel-core (similar to how babel-loader works), this is because people end up using incompatible versions of plugins/presets/tools (especially as we make a new major)

https://github.com/babel/grunt-babel/releases/tag/v7.0.0 https://github.com/babel/gulp-babel/releases/tag/v7.0.0

https://github.com/babel/babelify/commit/02f97eca636be7dd02d5b519b329fdac8df57239

Commits
  • 14e6295 10.0.0
  • 93d205d 10.0.0-beta.1
  • 53707d2 Browserify handles file-relative maps fine, so using Babel's default is fine.
  • 947752b 10.0.0-beta.0
  • 201652e Fix copy-paste fail
  • 31ecb43 Run babelify in strict mode.
  • 748faa1 Consider the stream class an implementation detail, but allow instanceof checks.
  • 9b2cbd0 Respect sourceMaps:false set in config files too.
  • 588bde8 Standardize sourcemap basedir processing to get relative paths.
  • 9c2f6bb Pass correct data property through.
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by loganfsmyth, a new releaser for babelify since your current version.


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/mixpanel/mixpanel-js/network/alerts).