-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: merge release-v0.1.6 into main
- Loading branch information
Showing
10 changed files
with
832 additions
and
693 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,10 @@ | ||
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.202.1/containers/typescript-node/.devcontainer/base.Dockerfile | ||
|
||
ARG VARIANT="16-bullseye" | ||
FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:0-${VARIANT} | ||
|
||
ARG YQ_BINARY="yq_linux_amd64" | ||
ARG YQ_VERSION="v4.18.1" | ||
ARG VARIANT="20-bullseye" | ||
FROM mcr.microsoft.com/devcontainers/typescript-node:1-${VARIANT} | ||
|
||
RUN printf "alias cls='clear'\nalias ll='ls -l --human-readable --color=auto --group-directories-first --classify --time-style=long-iso -all'" >> /etc/bash.bashrc | ||
|
||
RUN su node -c "source /usr/local/share/nvm/nvm.sh && nvm install --lts" | ||
|
||
RUN su node -c "npm install -g jest ts-node-dev npm-check-updates npm@latest" | ||
|
||
RUN wget https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/${YQ_BINARY} -O /usr/bin/yq \ | ||
&& chmod +x /usr/bin/yq | ||
|
||
RUN mkdir $HOME/logs | ||
RUN su node -c "npm install -g jest ts-node-dev npm-check-updates npm@latest" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
### 2023-07-28 | ||
### 2023-11-17 | ||
|
||
### Chores | ||
+ dependencies updated, [3a02d59b4da990a7ac72b7ccfdf34f153c329f5f] | ||
+ create_release v0.2.0, [bb1baa5b72c7543170fb97bbe3068b7c5cf4a05e] | ||
+ GitHub workflow updated, [939880a5b55abb3738cb0dd5f71445aa57de9010] | ||
+ dependencies updated, [1b262493c78e7ea54a0c682ba3eab07df392748a], [0c5dbd9c1df32bd54ca63edaf4187eeb82342e3c], [89b41a506567ddc1a72d8ad22b6c08c1f639f063] | ||
+ .devcontainer updated, [c7a27c3b198984f91c74ee75e62cce3bca211fcb], [a32cc23b6c7e1966818d550bc11e0edfc276eb94] | ||
|
||
### Refactors | ||
+ AircraftRow watch method, [d36d84748a21b1b82a408468621595602e1611c3] | ||
|
||
see <a href='https://github.com/mrjackwills/flightbox_vue/blob/main/CHANGELOG.md'>CHANGELOG.md</a> for more details |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.