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

Update angular2 to the latest version 🚀 #4007

Merged
merged 3 commits into from
Jul 3, 2019

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Jul 2, 2019

There have been updates to the angular2 monorepo:

These versions are not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

This monorepo update includes releases of one or more dependencies which all belong to the angular2 group definition.


Find out more about this release.

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@k8s-ci-robot k8s-ci-robot added the do-not-merge/invalid-commit-message Indicates that a PR should not merge because it has an invalid commit message. label Jul 2, 2019
@k8s-ci-robot
Copy link
Contributor

Keywords which can automatically close issues and at(@) mentions are not allowed in commit messages.

The list of commits with invalid commit messages:

  • b50bf21 fix(package): update @angular/material to version 8.0.2
  • a82bd0e fix(package): update @angular/cdk to version 8.0.2

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@k8s-ci-robot
Copy link
Contributor

Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA.

It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.


Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@k8s-ci-robot k8s-ci-robot added cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jul 2, 2019
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: greenkeeper[bot]
To complete the pull request process, please assign rf232
You can assign the PR to them by writing /assign @rf232 in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@codecov
Copy link

codecov bot commented Jul 3, 2019

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #4007   +/-   ##
=======================================
  Coverage   47.28%   47.28%           
=======================================
  Files         182      182           
  Lines        8400     8400           
  Branches       71       71           
=======================================
  Hits         3972     3972           
  Misses       4183     4183           
  Partials      245      245

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 2ea302e...ad1cb84. Read the comment docs.

@maciaszczykm maciaszczykm merged commit 45e0a80 into master Jul 3, 2019
@cblecker cblecker deleted the greenkeeper/monorepo.angular2-20190702214823 branch July 15, 2019 15:47
maciaszczykm pushed a commit that referenced this pull request Aug 26, 2019
* Update node-gyp to the latest version 🚀 (#4010)

* chore(package): update node-gyp to version 5.0.2

* chore(package): update lockfile package-lock.json

* Update angular2 to the latest version 🚀 (#4007)

* fix(package): update @angular/material to version 8.0.2

* fix(package): update @angular/cdk to version 8.0.2

* chore(package): update lockfile package-lock.json

* Update @angular/cli to the latest version 🚀 (#4005)

* chore(package): update @angular/cli to version 8.1.0

* chore(package): update lockfile package-lock.json

* Update del to the latest version 🚀 (#4004)

* chore(package): update del to version 5.0.0

* chore(package): update lockfile package-lock.json

* Update lint-staged to the latest version 🚀 (#4011)

* chore(package): update lint-staged to version 9.0.2

* chore(package): update lockfile package-lock.json

* Update @types/node to the latest version 🚀 (#4016)

* chore(package): update @types/node to version 12.0.11

* chore(package): update lockfile package-lock.json

* Add xliffmerge to update translated files (#3991)

To apply differences of `i18n/messages.xlf` into treanslated files,
i.e. `messages.[locale].xlf` like `messages.fr.xlf` and `messages.ja.xlf`,
introduce `xliffmerge` and run it after `ng xi18n`.

* Add workload statuses to workloads view (#3989)

* Reorganize `docs/` (#4009)

To migrate wiki contents into `docs/`, prepare directory and file structures.
Contents of each pages would be added as latest in subsequent PRs.

* CRD Support - Backend (#3843)

* Installed k8s.io/apiextensions-apiserver

* implement crd list - GetCustomResourceDefinitionList

* add method to fetch API extensions client to client manager

* implement verber for custom resource definitions

* update fakeClient with new client manager methods

* add tests for APIExtensionsClient

* add events source file

* add events test source file

* implement objects list endpoint

* replace '.Raw' with '.Into' in objects list

* implement getCustomResourceObjectDetail

* replace kdErrors with errors

* fix conflicts

* implement get crd detail

* implement get events for custom resource object

* add version to CustomResourceDefinition type

* add (failing) test for detail fetch

* add tests for cr objects events

* remove unused import

* update dependencies

* rename customresourcedefinition to crd

* removed vendor dir

* update deps, remove object tests

* order imports

* Fix the wording on settings page (#4020)

* Fix the wording on settings page

* Add messages.new.xlf to .gitignore

* Update deploy files (#4019)

* Update deploy files

* Update image versions

* Update build pipeline

* Cleanup travis

* Restore build before push

* Release v2.0.0-beta1 (#4018)

* add scraper to recommended. remove amd64 tag (we have manifests now)

* Update version to v2.0.0-beta1

* Regenerate package-lock.json

* Fix release stage

* Fix deploy files

* Update c3 to the latest version 🚀 (#4025)

* fix(package): update c3 to version 0.7.2

* chore(package): update lockfile package-lock.json

* Update lint-staged to the latest version 🚀 (#4026)

* chore(package): update lint-staged to version 9.1.0

* chore(package): update lockfile package-lock.json

* Update @types/node to the latest version 🚀 (#4031)

* chore(package): update @types/node to version 12.6.0

* chore(package): update lockfile package-lock.json

* Update documentations for development guide (#4012)

* Getting started
* Code conventions
* Text conventions
* Internationalization

* Update lodash to the latest version 🚀 (#4035)

* chore(package): update lodash to version 4.17.12

* chore(package): update lockfile package-lock.json

* Update @types/lodash to the latest version 🚀 (#4032)

* chore(package): update @types/lodash to version 4.14.136

* chore(package): update lockfile package-lock.json

* Update @types/node to the latest version 🚀 (#4036)

* chore(package): update @types/node to version 12.6.2

* chore(package): update lockfile package-lock.json

* Update xterm to the latest version 🚀 (#4041)

* fix(package): update xterm to version 3.14.5

* chore(package): update lockfile package-lock.json

* Update @angular-devkit/build-angular to the latest version 🚀 (#4040)

* chore(package): update @angular-devkit/build-angular to version 0.801.1

* chore(package): update lockfile package-lock.json

* Fix shell and npm dep vulnerability (#4045)

* Fix and refactor workload statuses (#4047)

* Fix and refactor workload statuses

* Fix tests

* Update dependencies to support Kubernetes v15.0.0 (#4048)

* Update client-go to v12.0.0
Update api and apimachinery to support Kubernetes v15.0.0

* Remove apimachinery override

* Remove debug leftover

* Remove rf232 from maintainers (#4050)

I'm not involved in dashboard anymore, and haven't been for a long time.

* Fix skip button on login view (#4051)

* Redesign chips (#4049)

* Redesign chips

* Format the code

* Migrate some of the docs (#4052)

* Add architecture doc
Move images to the new dir

* Add deps managment doc

* Update some of the docs

* Update link to the docs

* Add links to the wiki

* Update 1.6.x-and-below.md

* Update 1.7.x-and-above.md

* Update architecture.md

* Update karma to the latest version 🚀 (#4057)

* chore(package): update karma to version 4.2.0

* chore(package): update lockfile package-lock.json

* Plugin controller to manage plugin source from dashboard backend (#4017)

* add CRD for Plugin kind

* add api types and test plugin yaml file

* prepare for codegen

* generate code from update-codegen

* add pluginclientset.Interface to clientManager and PluginClient method to ClientManager interface

* map v1alpha1.PluginList to plugin.PluginList

* serve plugin code from configmap data based on spec from Plugin CRD

* move plugin specific routes to handler.go in plugin package

* move plugin-crd.yml to test-resources

* add comments to files

* add content type header and remove file extension properly

* add tests for plugin package

* fix license header errors

* Update angular2 to the latest version 🚀 (#4061)

* fix(package): update @angular/material to version 8.1.0

* fix(package): update @angular/cdk to version 8.1.0

* chore(package): update lockfile package-lock.json

* Migrate docs for `Labels` (#4062)

* Fix ingress endpoint resolution (#4033)

* init Chinese translation (#4063)

* add Simplified Chinese translation

* Update package.json

* Update angular2 to the latest version 🚀 (#4065)

* fix(package): update @angular/material to version 8.1.1

* fix(package): update @angular/cdk to version 8.1.1

* chore(package): update lockfile package-lock.json

* Update @types/c3 to the latest version 🚀 (#4066)

* fix(package): update @types/c3 to version 0.7.1

* chore(package): update lockfile package-lock.json

* Update @types/node to the latest version 🚀 (#4067)

* chore(package): update @types/node to version 12.6.6

* chore(package): update lockfile package-lock.json

* Update node-gyp to the latest version 🚀 (#4068)

* chore(package): update node-gyp to version 5.0.3

* chore(package): update lockfile package-lock.json

* Update @angular/cli to the latest version 🚀 (#4076)

* chore(package): update @angular/cli to version 8.1.2

* chore(package): update lockfile package-lock.json

* Correct typo in markdown formatting (#4074)

* Update @types/node to the latest version 🚀 (#4072)

* chore(package): update @types/node to version 12.6.7

* chore(package): update lockfile package-lock.json

* Restore history service and add auto-refresh (#4080)

* Restore history service, add simple auto-refresh, fix view change after delete

* Revert lost translations

* Update logic

* Support dashboard-metrics-scraper on development container (#4046)

Deploy `dashboard-metrics-scraper` on `kind` cluster.
Then pass `--sidecar-host` to dashboard via `npm` or `gulp`.
Also, cleanup handlings of `kubeconfig` for `kind`.

* impersonation support for the dashboard (#4082)

* Added user impersonation and username to ui

* groups working

* Added unit tests, extras for impersonation

* added docs

* fixed formatting to be consistent

* updates per pr review

* ran npm frontend:fix per travis ci

* Reenable namespace change dialog (#4081)

* Add namespace change dialog

* Apply changes

* Make deployment files consistent (#4083)

* Bump version to v2.0.0-beta2 (#4084)

* add tmp-volume to metrics-scraper (#4087)

* add tmp-volume to metrics-scraper

* the test resource has slightly different indenting

* more indenting differences

* Bump gts to 1.0.0 (#4034)

Fixed typescript format due to introducing `prettier`.
Also, drop `clang-format` in favor of `prettier`.

* Update husky to the latest version 🚀 (#4089)

* chore(package): update husky to version 3.0.1

* chore(package): update lockfile package-lock.json

* Update karma-coverage-istanbul-reporter to the latest version 🚀 (#4099)

* chore(package): update karma-coverage-istanbul-reporter to version 2.0.6

* chore(package): update lockfile package-lock.json

* make resource information card title consistent (#4103)

* [bugfix] Change golang tag (#4106)

* [bugfix] Change golang tag

`golang:1.12` can't install  `openjdk-8-jre`,it's apt source only have 'openjdk-11' so we need change golang's tag for `openjdk-8`.
I chenge it to `golang:1.10`, then build mirror successfully in my machine.

* Update Dockerfile

Restore golang tag, delete openjdk-8-jre dependency

* Update semver to the latest version 🚀 (#4107)

* chore(package): update semver to version 6.3.0

* chore(package): update lockfile package-lock.json

* Update errors.ts (#4109)

Fixed grammatical mistake in error msg

* Update karma-coverage-istanbul-reporter to the latest version 🚀 (#4111)

* chore(package): update karma-coverage-istanbul-reporter to version 2.1.0

* chore(package): update lockfile package-lock.json

* Re-install git in development container and suppress download from `golangci-lint` (#4113)

husky-3.0 requires git>=2.13.2, but golang:1.12 container image
based on devian 9 (stretch) does not satisfy the requirement.
So re-install specified version of git from source code.

Also, added setting `modules-download-mode: readonly` in `.golangci.yml`
to suppress download in running `golangci-lint`.

* use KUBECONFIG or default to npmrc (#3593)

* Update lint-staged to the latest version 🚀 (#4114)

* chore(package): update lint-staged to version 9.2.1

* chore(package): update lockfile package-lock.json

* Remove auth cookies when forced logged out (#4119)

* Remove auth cookies when forced logged out

* Regenerate lockfile

* Fix GID on development container (#4120)

Run `groupadd` in `gosu-command.sh` when group that has `$LOCAL_GID` does not exist.

* Fix chips styling (#4118)

* Fix text input (#4122)

* Fix exec (#4124)

* Fix exec

* Remove debug logs

* Update @types/jasmine to the latest version 🚀 (#4131)

* chore(package): update @types/jasmine to version 3.3.16

* chore(package): update lockfile package-lock.json

* Update c3 to the latest version 🚀 (#4133)

* fix(package): update c3 to version 0.7.3

* chore(package): update lockfile package-lock.json

* Update husky to the latest version 🚀 (#4135)

* chore(package): update husky to version 3.0.2

* chore(package): update lockfile package-lock.json

* Update @angular/cli to the latest version 🚀 (#4136)

* chore(package): update @angular/cli to version 8.1.3

* chore(package): update lockfile package-lock.json

* Update angular2 to the latest version 🚀 (#4140)

* fix(package): update @angular/material to version 8.1.2

* fix(package): update @angular/cdk to version 8.1.2

* chore(package): update lockfile package-lock.json

* Update gts to the latest version 🚀 (#4144)

* chore(package): update gts to version 1.1.0

* chore(package): update lockfile package-lock.json

* add metrics-provider's no check metrics option (#4143)

* Update @angular/cli to the latest version 🚀 (#4148)

* chore(package): update @angular/cli to version 8.2.0

* chore(package): update lockfile package-lock.json

* CRD Support - Frontend (#4030)

* add crd to sidenav

* add crd routing

* add crd module

* fix headers

* add divider to sidebar

* implement crd list

* add crd detail interface

* add more columns to table

* update crd detail fetch

* show crd conditions in crd detail page

* added types for crd objects

* implement crd objects list

* add crd information card and accepted names

* add versions table to crd detail

* update version table

* lint files

* add actionbar buttons to crd detail

* add status icon

* lint fix

* update crd object route

* wip

* update crdobject api

* crd object extending resourcelistbase

* update objects list

* extend verber to support raw crd objects

* enable action bar buttons on object detail page

* implement raw data display for CRD object

* fix failing test

* add code section to crdobject

* add syntax highlighting

* fix issue in i18n file

* fix html formatting

* Add context menus in list views for cluster resources (#4130)

* Migrate e2e tests to Cypress (#4002)

* installed cypress and added sample test

* readd aot compilation

* Prepare for v2.0.0-beta3 (#4152)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. do-not-merge/invalid-commit-message Indicates that a PR should not merge because it has an invalid commit message. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants