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

feat: migrate honeybadger-webpack to monorepo #869

Merged
merged 79 commits into from
Sep 13, 2022
Merged

Conversation

subzero10
Copy link
Member

@subzero10 subzero10 commented Sep 9, 2022

Status

READY

Description

Fixes: #868

Todos

  • Cleanup - remove any devDeps that are only necessary to the monorepo (i.e. commitlint)
  • Make sure that package runs all tests with npm test
  • Make sure that package builds with npm build
  • Modify release steps to use lerna version and publish
  • Modify [CHANGELOG.md](http://CHANGELOG.md) skeleton to match other changelogs in the monorepo OR if CHANGELOG.md does not exist, commit an empty (which will be auto completed by lerna)
  • Modify CI
  • Add package to the monorepo README.md
  • Remove unnecessary information from package's README.md such as licence and contributing
  • Add badges for ci, version, download per month and total downloads in package’s README.md
  • Create PR with commit type feat (should not be breaking - nothing should change for users)

Todos after approval

  • Release new versions after PR is merged
  • Merge this PR
  • Archive this repository
  • Move open issues to this repository

monde and others added 30 commits November 21, 2017 16:27
Bump request from 2.83.0 to 2.85.0 (#9)

Bumps [request](https://github.com/request/request) from 2.83.0 to 2.85.0.
- [Release notes](https://github.com/request/request/releases)
- [Changelog](https://github.com/request/request/blob/master/CHANGELOG.md)
- [Commits](request/request@v2.83.0...v2.85.0)

Bump eslint-plugin-promise from 3.6.0 to 3.7.0 (#11)

Bumps [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise) from 3.6.0 to 3.7.0.
- [Release notes](https://github.com/xjamundx/eslint-plugin-promise/releases)
- [Changelog](https://github.com/xjamundx/eslint-plugin-promise/blob/master/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-promise@v3.6.0...v3.7.0)

Bump eslint from 3.19.0 to 4.19.1

Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 4.19.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](eslint/eslint@v3.19.0...v4.19.1)

Bump mocha from 3.5.3 to 5.1.1 (#13)

Bumps [mocha](https://github.com/mochajs/mocha) from 3.5.3 to 5.1.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](mochajs/mocha@v3.5.3...v5.1.1)

Bump nock from 9.0.28 to 9.2.5 (#14)

Bumps [nock](https://github.com/node-nock/nock) from 9.0.28 to 9.2.5.
- [Release notes](https://github.com/node-nock/nock/releases)
- [Commits](nock/nock@v9.0.28...v9.2.5)

Bump eslint-plugin-import from 2.8.0 to 2.11.0 (#16)

Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.8.0 to 2.11.0.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases)
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.8.0...v2.11.0)

Bump eslint-config-airbnb-base from 11.3.2 to 12.1.0 (#17)

Bumps [eslint-config-airbnb-base](https://github.com/airbnb/javascript) from 11.3.2 to 12.1.0.
- [Release notes](https://github.com/airbnb/javascript/releases)
- [Commits](airbnb/javascript@eslint-config-airbnb-base-v11.3.2...eslint-config-airbnb-base-v12.1.0)

Bump nyc from 11.2.1 to 11.7.1

Bumps [nyc](https://github.com/istanbuljs/nyc) from 11.2.1 to 11.7.1.
- [Release notes](https://github.com/istanbuljs/nyc/releases)
- [Changelog](https://github.com/istanbuljs/nyc/blob/master/CHANGELOG.md)
- [Commits](istanbuljs/nyc@v11.2.1...v11.7.1)

Bump cross-env from 5.1.1 to 5.1.4

Bumps [cross-env](https://github.com/kentcdodds/cross-env) from 5.1.1 to 5.1.4.
- [Release notes](https://github.com/kentcdodds/cross-env/releases)
- [Changelog](https://github.com/kentcdodds/cross-env/blob/master/CHANGELOG.md)
- [Commits](kentcdodds/cross-env@v5.1.1...v5.1.4)

Bump eslint-config-standard from 10.2.1 to 11.0.0

Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard) from 10.2.1 to 11.0.0.
- [Release notes](https://github.com/standard/eslint-config-standard/releases)
- [Changelog](https://github.com/standard/eslint-config-standard/blob/master/CHANGELOG.md)
- [Commits](standard/eslint-config-standard@v10.2.1...v11.0.0)

Bump codecov from 2.3.1 to 3.0.1

Bumps [codecov](https://github.com/codecov/codecov-node) from 2.3.1 to 3.0.1.
- [Release notes](https://github.com/codecov/codecov-node/releases)
- [Commits](codecov/codecov-node@v2.3.1...v3.0.1)

Bump eslint-plugin-standard from 3.0.1 to 3.1.0

Bumps [eslint-plugin-standard](https://github.com/xjamundx/eslint-plugin-standard) from 3.0.1 to 3.1.0.
- [Release notes](https://github.com/xjamundx/eslint-plugin-standard/releases)
- [Commits](standard/eslint-plugin-standard@v3.0.1...v3.1.0)
Bumps [nyc](https://github.com/istanbuljs/nyc) from 11.7.1 to 11.7.2.
- [Release notes](https://github.com/istanbuljs/nyc/releases)
- [Changelog](https://github.com/istanbuljs/nyc/blob/master/CHANGELOG.md)
- [Commits](istanbuljs/nyc@v11.7.1...v11.7.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [nyc](https://github.com/istanbuljs/nyc) from 11.7.2 to 11.7.3.
- [Release notes](https://github.com/istanbuljs/nyc/releases)
- [Changelog](https://github.com/istanbuljs/nyc/blob/master/CHANGELOG.md)
- [Commits](istanbuljs/nyc@v11.7.2...v11.7.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [nock](https://github.com/node-nock/nock) from 9.2.5 to 9.2.6.
- [Release notes](https://github.com/node-nock/nock/releases)
- [Commits](nock/nock@v9.2.5...v9.2.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [nyc](https://github.com/istanbuljs/nyc) from 11.7.3 to 11.8.0.
- [Release notes](https://github.com/istanbuljs/nyc/releases)
- [Changelog](https://github.com/istanbuljs/nyc/blob/master/CHANGELOG.md)
- [Commits](istanbuljs/nyc@v11.7.3...v11.8.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [async](https://github.com/caolan/async) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md)
- [Commits](caolan/async@v2.6.0...v2.6.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [request](https://github.com/request/request) from 2.85.0 to 2.87.0.
- [Release notes](https://github.com/request/request/releases)
- [Changelog](https://github.com/request/request/blob/master/CHANGELOG.md)
- [Commits](request/request@v2.85.0...v2.87.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [mocha](https://github.com/mochajs/mocha) from 5.1.1 to 5.2.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](mochajs/mocha@v5.1.1...v5.2.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [nyc](https://github.com/istanbuljs/nyc) from 11.8.0 to 12.0.2.
- [Release notes](https://github.com/istanbuljs/nyc/releases)
- [Changelog](https://github.com/istanbuljs/nyc/blob/master/CHANGELOG.md)
- [Commits](istanbuljs/nyc@v11.8.0...v12.0.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [nock](https://github.com/node-nock/nock) from 9.2.6 to 9.3.3.
- [Release notes](https://github.com/node-nock/nock/releases)
- [Commits](nock/nock@v9.2.6...v9.3.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [nock](https://github.com/nock/nock) from 9.3.3 to 9.4.0.
- [Release notes](https://github.com/nock/nock/releases)
- [Commits](nock/nock@v9.3.3...v9.4.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [nock](https://github.com/nock/nock) from 9.4.0 to 9.4.1.
- [Release notes](https://github.com/nock/nock/releases)
- [Commits](nock/nock@v9.4.0...v9.4.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [nock](https://github.com/nock/nock) from 9.4.1 to 9.4.2.
- [Release notes](https://github.com/nock/nock/releases)
- [Commits](nock/nock@v9.4.1...v9.4.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [nock](https://github.com/nock/nock) from 9.4.2 to 9.6.0.
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/master/CHANGELOG.md)
- [Commits](nock/nock@v9.4.2...v9.6.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@subzero10 subzero10 self-assigned this Sep 9, 2022
packages/webpack/LICENSE Outdated Show resolved Hide resolved
@subzero10 subzero10 changed the title feat: migrate @honeybadger-webpack to monorepo feat: migrate honeybadger-webpack to monorepo Sep 9, 2022
shalvah
shalvah previously approved these changes Sep 9, 2022
packages/webpack/src/HoneybadgerSourceMapPlugin.js Outdated Show resolved Hide resolved
joshuap
joshuap previously approved these changes Sep 12, 2022
@joshuap
Copy link
Member

joshuap commented Sep 12, 2022

This will be a squash and merge, right? :)

@subzero10 subzero10 dismissed stale reviews from joshuap and shalvah via 543f8ac September 13, 2022 16:39
@subzero10 subzero10 merged commit 0c31c1a into master Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move honeybadger-webpack to the monorepo
10 participants