Commit Graph

11 Commits

Author SHA1 Message Date
dependabot[bot] c34bba4508
Merge pull request #199 from colymba/dependabot/npm_and_yarn/jquery-3.5.0 2021-08-05 06:31:32 +00:00
dependabot[bot] b265fb622b
Bump node-sass from 4.9.2 to 4.14.1
Bumps [node-sass](https://github.com/sass/node-sass) from 4.9.2 to 4.14.1.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.9.2...v4.14.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-05 06:31:06 +00:00
dependabot[bot] 7825986aba
Merge pull request #210 from colymba/dependabot/npm_and_yarn/elliptic-6.5.4 2021-08-05 06:29:40 +00:00
dependabot[bot] 1027fc319e
Merge pull request #211 from colymba/dependabot/npm_and_yarn/y18n-3.2.2 2021-08-05 06:29:27 +00:00
dependabot[bot] 0438493a97
Merge pull request #213 from colymba/dependabot/npm_and_yarn/merge-1.2.1 2021-08-05 06:22:58 +00:00
dependabot[bot] b99a6da26d
Bump elliptic from 6.4.0 to 6.5.4
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.0 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.4.0...v6.5.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-05 02:08:02 +00:00
dependabot[bot] d756579486
Bump tar from 2.2.1 to 2.2.2
Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v2.2.1...v2.2.2)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-03 21:49:32 +00:00
dependabot[bot] 94f21a958d
Bump merge from 1.2.0 to 1.2.1
Bumps [merge](https://github.com/yeikos/js.merge) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/yeikos/js.merge/releases)
- [Commits](https://github.com/yeikos/js.merge/compare/v1.2.0...v1.2.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-12 01:00:23 +00:00
dependabot[bot] b4816ab02c
Bump y18n from 3.2.1 to 3.2.2
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-30 16:57:29 +00:00
dependabot[bot] d8f33e0c98
Bump jquery from 3.3.1 to 3.5.0
Bumps [jquery](https://github.com/jquery/jquery) from 3.3.1 to 3.5.0.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.3.1...3.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-30 01:57:29 +00:00
Robbie Averill 148d5efcea Update webpack implementation and refactor JS to remove lint warnings (#179)
* Update webpack-config to more closely align with SilverStripe core modules

* Automated linting

* Remove all JS linting errors, use let/const for assignment, do not reassign callback arguments

* Rebuild dist files, remove yarn lock from build command, remove source map files
2018-08-16 15:45:17 +03:00