File tree Expand file tree Collapse file tree 9 files changed +2847
-2750
lines changed Expand file tree Collapse file tree 9 files changed +2847
-2750
lines changed Original file line number Diff line number Diff line change 1
1
# Need to add :latest, otherwise old versions (e.g. of node) are installed
2
- FROM gitpod/workspace-full:latest
2
+ FROM gitpod/workspace-full-vnc :latest
3
3
4
4
RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
5
5
RUN sudo apt-get install git-lfs
6
6
RUN git lfs install
7
7
8
8
# https://www.gitpod.io/docs/languages/javascript
9
- RUN bash -c 'VERSION="20" && source $HOME/.nvm/nvm.sh && nvm install $VERSION && nvm use $VERSION && nvm alias default $VERSION'
9
+ # https://github.com/gitpod-io/gitpod/issues/945
10
+ RUN bash -c 'source $HOME/.nvm/nvm.sh && nvm install 20'
11
+ RUN echo "nvm use default &>/dev/null" >> ~/.bashrc.d/51-nvm-fix
10
12
11
13
RUN echo "\n export PATH=$(yarn global bin):\$ PATH" >> /home/gitpod/.bashrc
12
14
Original file line number Diff line number Diff line change 6
6
PUPPETEER_CACHE_DIR=/workspace/nuxt-route-meta/node_modules/.cache/puppeteer"
7
7
>> /home/gitpod/.bashrc
8
8
9
- gitpod-env-per-project >> /home/gitpod/.bashrc && source /home/gitpod/.bashrc
9
+ gitpod-env-per-project >> /home/gitpod/.bashrc && source
10
+ /home/gitpod/.bashrc
10
11
init: |-
11
12
git config --global user.name "Sebastian Landwehr"
12
13
git config diff.lfs.textconv cat
Original file line number Diff line number Diff line change 3
3
" :semanticCommits" ,
4
4
" :semanticPrefixFix"
5
5
],
6
+ "gitIgnoredAuthors" : [
7
+ " actions@github.com"
8
+ ],
6
9
"github-actions" : {
7
10
"enabled" : false
8
11
},
Original file line number Diff line number Diff line change 2
2
"editor.tabSize" : 2 ,
3
3
"files.autoSave" : " off" ,
4
4
"files.exclude" : {
5
- ".babelrc.json" : true ,
6
5
".commitlintrc.json" : true ,
7
6
".cz.json" : true ,
8
7
".devcontainer" : true ,
20
19
".vscode" : true ,
21
20
"CHANGELOG.md" : true ,
22
21
"LICENSE.md" : true ,
22
+ "babel.config.json" : true ,
23
23
"coverage" : true ,
24
24
"dist" : true ,
25
25
"node_modules" : true ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Copyright © Sebastian Landwehr <info@sebastianlandwehr.com>
6
6
7
7
and licensed under:
8
8
9
- [ MIT License] ( https://opensource.org/licenses/MIT )
9
+ [ MIT License] ( https://opensource.org/license/mit/ )
10
10
11
11
## MIT License
12
12
Original file line number Diff line number Diff line change @@ -193,5 +193,5 @@ Thanks a lot for your support! ❤️
193
193
194
194
## License
195
195
196
- [ MIT License] ( https://opensource.org/licenses/MIT ) © [ Sebastian Landwehr] ( https://sebastianlandwehr.com )
196
+ [ MIT License] ( https://opensource.org/license/mit/ ) © [ Sebastian Landwehr] ( https://sebastianlandwehr.com )
197
197
<!-- /LICENSE -->
File renamed without changes.
Original file line number Diff line number Diff line change 47
47
"dependencies" : {
48
48
"@babel/core" : " ^7.11.1" ,
49
49
"@babel/traverse" : " ^7.13.13" ,
50
- "@dword-design/functions" : " ^5 .0.22 " ,
50
+ "@dword-design/functions" : " ^6 .0.0 " ,
51
51
"@vue/compiler-sfc" : " ^3.3.4" ,
52
52
"ast-to-literal" : " ^0.0.5" ,
53
53
"deepmerge" : " ^4.3.1" ,
54
54
"depcheck-package-name" : " ^3.0.1" ,
55
55
"fs-extra" : " ^11.1.0" ,
56
56
"lodash-es" : " ^4.17.21" ,
57
- "ts-ast-to-literal" : " ^3 .0.10 "
57
+ "ts-ast-to-literal" : " ^4 .0.0 "
58
58
},
59
59
"devDependencies" : {
60
60
"@babel/plugin-proposal-pipeline-operator" : " ^7.22.5" ,
69
69
"typescript" : " ^5.3.3"
70
70
},
71
71
"optionalDependencies" : {
72
- "typescript" : " * "
72
+ "typescript" : " ^5.3.3 "
73
73
},
74
74
"engines" : {
75
75
"node" : " >=18"
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments