1
0
mirror of https://github.com/quay/quay.git synced 2026-01-26 06:21:37 +03:00
Commit Graph

18 Commits

Author SHA1 Message Date
Kenny Lee Sin Cheong
5e43a5f93e Revert UI package update (#1461)
* Revert "build(deps): bump angular and @types/angular (#1451)"

This reverts commit 9a1de19f97.

* Revert "build(deps): bump terser from 4.3.4 to 4.8.1 (#1452)"

This reverts commit 0c62c0ee02.
2022-07-28 12:57:52 -04:00
dependabot[bot]
9a1de19f97 build(deps): bump angular and @types/angular (#1451)
Bumps [angular](https://github.com/angular/angular.js) and [@types/angular](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/angular). These dependencies needed to be updated together.

Updates `angular` from 1.6.2 to 1.8.3
- [Release notes](https://github.com/angular/angular.js/releases)
- [Changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/angular/angular.js/compare/v1.6.2...v1.8.3)

Updates `@types/angular` from 1.6.2 to 1.8.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/angular)

---
updated-dependencies:
- dependency-name: angular
  dependency-type: direct:production
- dependency-name: "@types/angular"
  dependency-type: direct:development
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-27 09:58:02 -04:00
dependabot[bot]
4176c498f5 build(deps): bump moment from 2.17.1 to 2.29.2 (#1236)
Bumps [moment](https://github.com/moment/moment) from 2.17.1 to 2.29.2.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.17.1...2.29.2)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: direct:production
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-11 10:43:04 -04:00
Oleg Bulatov
a13f4cf624 Use final image for development (#1060) 2022-03-16 14:15:42 +01:00
dependabot[bot]
723fd59918 build(deps): bump url-parse from 1.5.8 to 1.5.9 (#1168)
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.8 to 1.5.9.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.8...1.5.9)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: direct:production
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-04 14:49:47 -05:00
dependabot[bot]
4b4f16e1b4 build(deps): bump url-parse from 1.5.6 to 1.5.8 (#1151)
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.6 to 1.5.8.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.6...1.5.8)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: direct:production
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-28 10:57:06 -05:00
dependabot[bot]
49c56aa1c5 build(deps): bump url-parse from 1.5.2 to 1.5.6 (#1125)
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.2 to 1.5.6.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.2...1.5.6)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: direct:production
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-22 11:21:27 -05:00
dependabot[bot]
663730203b build(deps): bump url-parse from 1.4.0 to 1.5.2 (#873)
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.0 to 1.5.2.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.4.0...1.5.2)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: direct:production
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-27 16:48:57 -04:00
thomasmckay
9c8e3f1f48 build: remove unused node modules (PROJQUAY-1667) (#805)
Running 'depcheck' indicates some listed node modules are unused. These can lead to false CVE being reported against the image.
2021-07-02 11:46:43 -04:00
thomasmckay
653dc021fe build: update node url-parse to 1.4.3 (PROJQUAY-1749) (#797)
Bump url-parse version to 1.4.3
2021-06-14 15:03:30 -04:00
Kenny Lee Sin Cheong
e7704d0a18 Update package.json && package-lock.json for frontend dependencies (#682) 2021-03-01 13:30:33 -05:00
Kenny Lee Sin Cheong
2553110469 Move static icons assets from S3 to git (#676) 2021-02-16 16:46:26 -05:00
Jonathan King
a9ee2dc4ec new config-tool (#566) 2020-10-07 16:17:45 -04:00
Alec Merdler
1349a4ccfc Revert "Update Frontend Dependencies (#237)" (#244)
This reverts commit 1c6edb4b10.
2020-03-02 14:39:00 -08:00
Alec Merdler
1c6edb4b10 Update Frontend Dependencies (#237)
* update AngularJS to 1.7.9

* update jQuery to 1.12.4

* update Bootstrap to 4.4.1
2020-02-28 11:05:01 -08:00
alecmerdler
0821f2f70e fix local-config-app.sh script 2020-02-21 16:50:55 -08:00
Ivan Bazulic
17e6736575 Update NodeJS version (#218)
* NodeJS 8 is no longer supported. This patch updates NodeJS to version 12. It also adds some dependencies in  file that were missing and created warnings on build.
* Fix indentation
* Fixed indentation on added packages.
2020-02-05 14:30:51 -05:00
Jimmy Zelinskie
9c0dd3b722 initial import for Open Source 🎉 2019-11-12 11:09:47 -05:00