mirror of
https://gitlab.com/aviortheking/code-stats-vscode.git
synced 2025-04-22 10:52:13 +00:00
Updated vulnerable deps and changed repo to gitlab
This commit is contained in:
parent
3b1bc6876e
commit
5b698eb916
@ -1,12 +1,37 @@
|
|||||||
image: node:latest
|
image: node:10-alpine
|
||||||
|
|
||||||
# This folder is cached between builds
|
before_script:
|
||||||
# http://docs.gitlab.com/ce/ci/yaml/README.html#cache
|
- npm install -g vsce
|
||||||
cache:
|
|
||||||
paths:
|
|
||||||
- node_modules/
|
|
||||||
|
|
||||||
build:
|
stages:
|
||||||
|
- prepare
|
||||||
|
- build
|
||||||
|
# - package
|
||||||
|
|
||||||
|
prepare:
|
||||||
|
stage: prepare
|
||||||
script:
|
script:
|
||||||
- npm install
|
- npm install
|
||||||
- vsce package
|
cache:
|
||||||
|
paths:
|
||||||
|
- node_modules/
|
||||||
|
|
||||||
|
transpile:
|
||||||
|
stage: build
|
||||||
|
script:
|
||||||
|
- tsc -p ./
|
||||||
|
cache:
|
||||||
|
paths:
|
||||||
|
- node_modules/
|
||||||
|
policy: pull
|
||||||
|
#package:
|
||||||
|
# stage: package
|
||||||
|
# cache:
|
||||||
|
# paths:
|
||||||
|
# - node_modules/
|
||||||
|
# policy: pull
|
||||||
|
# script:
|
||||||
|
# - vsce package
|
||||||
|
# artifacts:
|
||||||
|
# paths:
|
||||||
|
# - code-stats-vscode-*.vsix
|
||||||
|
@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
All notable changes to the "code-stats-vscode" extension will be documented in this file.
|
All notable changes to the "code-stats-vscode" extension will be documented in this file.
|
||||||
|
|
||||||
|
## [1.0.13] - 2018-11-28
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
Updated some outdated vulnerable dependency packages.
|
||||||
|
|
||||||
## [1.0.12] - 2018-07-05
|
## [1.0.12] - 2018-07-05
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
@ -24,6 +24,10 @@ This extension contributes the following settings:
|
|||||||
|
|
||||||
## Release Notes
|
## Release Notes
|
||||||
|
|
||||||
|
### 1.0.13
|
||||||
|
|
||||||
|
Updated some outdated vulnerable dependency packages. Moved the repo to Gitlab.
|
||||||
|
|
||||||
### 1.0.12
|
### 1.0.12
|
||||||
|
|
||||||
Updated some outdated dependency packages.
|
Updated some outdated dependency packages.
|
||||||
@ -83,6 +87,6 @@ Initial release of code-stats-vscode
|
|||||||
|
|
||||||
### For more information
|
### For more information
|
||||||
|
|
||||||
- [Github repository](https://github.com/riussi/code-stats-vscode)
|
- [Gitlab repository](https://gitlab.com/juha.ristolainen/code-stats-vscode)
|
||||||
|
|
||||||
**Enjoy!**
|
**Enjoy!**
|
||||||
|
@ -12,8 +12,8 @@
|
|||||||
],
|
],
|
||||||
"icon": "logo.png",
|
"icon": "logo.png",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "github",
|
"type": "gitlab",
|
||||||
"url": "https://github.com/riussi/code-stats-vscode"
|
"url": "https://gitlab.com/juha.ristolainen/code-stats-vscode"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.29.1"
|
"vscode": "^1.29.1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user