Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Added babel loader. Targeting only ansi-regex and strip-ansi packages in node_modules #221

Merged
merged 3 commits into from
Feb 24, 2020

Conversation

Blackbaud-BobbyEarl
Copy link

Addresses #220

@codecov
Copy link

codecov bot commented Feb 21, 2020

Codecov Report

Merging #221 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #221   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          60     60           
  Lines        1782   1782           
  Branches      256    256           
=====================================
  Hits         1782   1782
Flag Coverage Δ
#builder 100% <ø> (ø) ⬆️
#runtime 100% <ø> (ø) ⬆️
#srcapp 100% <ø> (ø) ⬆️
Impacted Files Coverage Δ
config/webpack/serve.webpack.config.js 100% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 46ae66e...861cc2a. Read the comment docs.

@Blackbaud-BobbyEarl Blackbaud-BobbyEarl changed the title Added babel loader. Targeting specifically for ansi-regex package in node_modules Added babel loader. Targeting only ansi-regex package in node_modules Feb 21, 2020
@Blackbaud-BobbyEarl Blackbaud-BobbyEarl changed the title Added babel loader. Targeting only ansi-regex package in node_modules Added babel loader. Targeting only ansi-regex and strip-ansi packages in node_modules Feb 24, 2020
@Blackbaud-BobbyEarl Blackbaud-BobbyEarl merged commit 56068bd into master Feb 24, 2020
@Blackbaud-BobbyEarl Blackbaud-BobbyEarl deleted the ansi-regex-babel-loader branch February 24, 2020 19:48
Blackbaud-SteveBrush added a commit that referenced this pull request Feb 26, 2020
* [rc] Upgrade dependencies

* Added babel loader.  Targeting only ansi-regex and strip-ansi packages in node_modules (#221)

* Added babel loader.  Targeting specifically for ansi-regex package in node_modules.

* Added test.

* Added `strip-ansi` to known packages.

* Updated for 3.15.2 (#223)

* Updated for 3.15.2

* Incorporated feedback

* Wording tweak

Co-authored-by: John Lyons <John.Lyons@blackbaud.com>

Co-authored-by: Bobby Earl <bobby.earl@blackbaud.com>
Co-authored-by: John Lyons <John.Lyons@blackbaud.com>
Blackbaud-SteveBrush added a commit that referenced this pull request May 15, 2020
* Added babel loader.  Targeting only ansi-regex and strip-ansi packages in node_modules (#221)

* Added babel loader.  Targeting specifically for ansi-regex package in node_modules.

* Added test.

* Added `strip-ansi` to known packages.

* Updated for 3.15.2 (#223)

* Updated for 3.15.2

* Incorporated feedback

* Wording tweak

Co-authored-by: John Lyons <John.Lyons@blackbaud.com>

* Add viewport margin top for viewkeeper when omnibar enabled (#227)

* Updated CHANGELOG and package.json for 3.16.0 release (#228)

* Updated CHANGELOG and package.json for 3.16.0 release

* Tweaked CHANGELOG entry

* Setting pathMatch property on redirects. (#230)

* Updated CHANGELOG and package files for 3.16.1. (#231)

* Updated CHANGELOG and package files for 3.16.1.

* Incorporated feedback.

* Updated babel. (#234)

* Updated files for 3.16.2. (#235)

* Bump minimist from 1.2.0 to 1.2.2 (#232)

Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.2.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update license (#241)

Updated license date to address blackbaud/skyux2-docs#894

* Added theming support (#242)

Co-authored-by: Steve Brush <steve.brush@blackbaud.com>

* Updated CHANGELOG and package.json for 3.17.0 release (#243)

* [rc] Upgrade dependencies; merge master

* Fix test

* Fix peers

* Upgrade auth-client

Co-authored-by: Bobby Earl <bobby.earl@blackbaud.com>
Co-authored-by: John Lyons <John.Lyons@blackbaud.com>
Co-authored-by: Paul Crowder <paul.crowder@blackbaud.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Denise Pena <Denise.Pena@blackbaud.me>
Blackbaud-SteveBrush added a commit that referenced this pull request Jun 10, 2020
* [rc] Merge master (#180)

* [rc] Upgrade karma and jasmine dependencies (#152)

* [rc] Use `dart-sass` instead of `node-sass` (#157)

## Breaking changes:
- Any usage of `/deep/` will fail to compile; should be replaced with the proprietary `:ng-deep`.

* [rc] Added support for `ng-packagr` (#201)

* [rc] Added support for Angular 9, TypeScript ~3.6 (#181)

* Update package.json/changelog for 4.0.0-rc.0 release (#211)

* [rc] Update `@skyux/config`; style sheet injection (#212)

* Update changelog/package.json for 4.0.0-rc.1 release (#213)

* Update changelog/package.json for 4.0.0-rc.1 release

* Doc tweaks

Co-authored-by: John Lyons <John.Lyons@blackbaud.com>

* Rc 4.0.0 latest master 2020 02 20 (#217)

* [rc] Enable Ivy; drop RxJS 5 (#218)

* [rc] Update changelog/package.json for 4.0.0-rc.2 release (#219)

* Update changelog/package.json for 4.0.0-rc.2 release

* Updated changelog

* [rc] Upgrade dependencies; merge master (#222)

* [rc] Upgrade dependencies

* Added babel loader.  Targeting only ansi-regex and strip-ansi packages in node_modules (#221)

* Added babel loader.  Targeting specifically for ansi-regex package in node_modules.

* Added test.

* Added `strip-ansi` to known packages.

* Updated for 3.15.2 (#223)

* Updated for 3.15.2

* Incorporated feedback

* Wording tweak

Co-authored-by: John Lyons <John.Lyons@blackbaud.com>

Co-authored-by: Bobby Earl <bobby.earl@blackbaud.com>
Co-authored-by: John Lyons <John.Lyons@blackbaud.com>

* Updated changelog/package.json for 4.0.0-rc.3 release

* [rc] Make `@skyux-sdk/pact` optional (#224)

* [rc] Upgraded dependencies; merged master (#236)

* Updated changelog/package.json for 4.0.0-rc.4 release

* [rc] Upgraded dependencies (#238)

* Updated changelog/package.json for 4.0.0-rc.5 release

* [rc] Merge master, upgrade dependencies (#244)

* Updated changelog/package.json for 4.0.0-rc.6 release

* [rc] Use `public_api.ts` for libraries (#248)

* [rc] Update changelog/package.json for 4.0.0-rc.7 release (#250)

* Fixed test warning

* [rc] Upgrade dependencies (#253)

* Updated changelog/package.json for 4.0.0-rc.8 release

* [rc] Upgraded help-client; dependencies (#254)

* [rc] Upgrade dependencies

* Upgrade packages

* Fix dependencies

* Updated changelog/package.json for 4.0.0-rc.9 release

* Initialize theme service with theme mapped to current service ID (#255)

* [rc] Upgraded dependencies (#257)

* Added babel loader.  Targeting only ansi-regex and strip-ansi packages in node_modules (#221)

* Added babel loader.  Targeting specifically for ansi-regex package in node_modules.

* Added test.

* Added `strip-ansi` to known packages.

* Updated for 3.15.2 (#223)

* Updated for 3.15.2

* Incorporated feedback

* Wording tweak

Co-authored-by: John Lyons <John.Lyons@blackbaud.com>

* Add viewport margin top for viewkeeper when omnibar enabled (#227)

* Updated CHANGELOG and package.json for 3.16.0 release (#228)

* Updated CHANGELOG and package.json for 3.16.0 release

* Tweaked CHANGELOG entry

* Setting pathMatch property on redirects. (#230)

* Updated CHANGELOG and package files for 3.16.1. (#231)

* Updated CHANGELOG and package files for 3.16.1.

* Incorporated feedback.

* Updated babel. (#234)

* Updated files for 3.16.2. (#235)

* Bump minimist from 1.2.0 to 1.2.2 (#232)

Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.2.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update license (#241)

Updated license date to address blackbaud/skyux2-docs#894

* Added theming support (#242)

Co-authored-by: Steve Brush <steve.brush@blackbaud.com>

* Updated CHANGELOG and package.json for 3.17.0 release (#243)

* [rc] Upgrade dependencies; merge master

* Fix test

* Fix peers

* Upgrade auth-client

Co-authored-by: Bobby Earl <bobby.earl@blackbaud.com>
Co-authored-by: John Lyons <John.Lyons@blackbaud.com>
Co-authored-by: Paul Crowder <paul.crowder@blackbaud.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Denise Pena <Denise.Pena@blackbaud.me>

* Updated changelog/package.json for 4.0.0-rc.10 release

* [rc] Improve AoT bundle size (#258)

* Updated changelog/package.json for 4.0.0-rc.11 release

* [rc] Merge master; upgrade dependencies (#263)

* [rc] Merge master

* Upgrade packages

* Upgrade testing lib

* Updated changelog/package.json for 4.0.0-rc.12 release

* [rc] Upgrade Protractor (#264)

* [rc] Merge master (#266)

* Updated changelog/package.json for 4.0.0-rc.13 release

* Updated changelog/package.json for 4.0.0-rc.14 release

* [rc] Upgraded dependencies (#271)

* Updated changelog/package.json for 4.0.0-rc.15 release

* [rc] Upgraded dependencies (#273)

* Added `no-unused-variable` to `tslint.json` (#277)

* Updated changelog/package.json for 4.0.0-rc.16 release

* Adjustments

* Change date

* Wording tweak

* Fix typo

* Wording tweak

* Add missing articles

* Fix changelog

Co-authored-by: Erika McVey <50454925+Blackbaud-ErikaMcVey@users.noreply.github.com>
Co-authored-by: John Lyons <John.Lyons@blackbaud.com>
Co-authored-by: Bobby Earl <bobby.earl@blackbaud.com>
Co-authored-by: Paul Crowder <paul.crowder@blackbaud.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Denise Pena <Denise.Pena@blackbaud.me>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ansi-regex and strip-ansi used bywebpack-dev-server does not support ES5
2 participants