Skip to content

Commit

Permalink
Automated Package Update (#115)
Browse files Browse the repository at this point in the history
* Update velocitas package versions

* Update NOTICE-3RD-PARTY-CONTENT.md

---------

Co-authored-by: BjoernAtBosch <[email protected]>
Co-authored-by: BjoernAtBosch <[email protected]>
  • Loading branch information
3 people authored Sep 12, 2024
1 parent 782cd03 commit d6ca39c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
9 changes: 6 additions & 3 deletions .devcontainer/scripts/onCreateCommand.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,18 @@
# SPDX-License-Identifier: Apache-2.0

sudo chmod +x .devcontainer/scripts/*.sh
sudo chown -R $(whoami) $HOME

.devcontainer/scripts/setup-git.sh

if [[ -z "${VELOCITAS_OFFLINE}" ]]; then
.devcontainer/scripts/configure-codespaces.sh
.devcontainer/scripts/upgrade-cli.sh
elif [[ -x .devcontainer/scripts/local-setup.sh ]]; then
.devcontainer/scripts/local-setup.sh
fi

# Call user initialization hook if present
ON_CREATE_USER_HOOK_PATH=.devcontainer/scripts/onCreateUserHook.sh
if [[ -x $ON_CREATE_USER_HOOK_PATH ]]; then
$ON_CREATE_USER_HOOK_PATH
fi

echo "#######################################################"
Expand Down
6 changes: 6 additions & 0 deletions .devcontainer/scripts/postStartCommand.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@
# SPDX-License-Identifier: Apache-2.0

.devcontainer/scripts/upgrade-cli.sh

# Call user initialization hook if present
POST_START_USER_HOOK_PATH=.devcontainer/scripts/onPostStartUserHook.sh
if [[ -x $POST_START_USER_HOOK_PATH ]]; then
$POST_START_USER_HOOK_PATH
fi
2 changes: 1 addition & 1 deletion .velocitas-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"devenv-runtimes": "v4.0.6",
"devenv-github-workflows": "v6.1.3",
"devenv-github-templates": "v1.0.5",
"devenv-devcontainer-setup": "v2.5.1"
"devenv-devcontainer-setup": "v2.5.2"
}
}
2 changes: 1 addition & 1 deletion .velocitas.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"devenv-runtimes": "v4.0.6",
"devenv-github-workflows": "v6.1.3",
"devenv-github-templates": "v1.0.5",
"devenv-devcontainer-setup": "v2.5.1"
"devenv-devcontainer-setup": "v2.5.2"
},
"components": [
"runtime-local",
Expand Down
6 changes: 3 additions & 3 deletions NOTICE-3RD-PARTY-CONTENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
|distlib|0.3.8|Python Software Foundation License|
|distro|1.8.0|Apache 2.0|
|fasteners|0.19|Apache 2.0|
|filelock|3.15.4|The Unlicense (Unlicense)|
|filelock|3.16.0|The Unlicense (Unlicense)|
|gcovr|5.2|BSD|
|identify|2.6.0|MIT|
|idna|3.8|BSD|
Expand All @@ -23,7 +23,7 @@
|node-semver|0.6.1|MIT|
|nodeenv|1.9.1|BSD|
|patch-ng|1.17.4|MIT|
|platformdirs|4.2.2|MIT|
|platformdirs|4.3.2|MIT|
|pluginbase|1.0.1|BSD|
|pre-commit|3.5.0|MIT|
|pygments|2.18.0|Simplified BSD|
Expand All @@ -34,7 +34,7 @@
|six|1.16.0|MIT|
|tqdm|4.66.5|MIT<br/>Mozilla Public License 2.0 (MPL 2.0)|
|urllib3|1.26.20|MIT|
|virtualenv|20.26.3|MIT|
|virtualenv|20.26.4|MIT|
## Workflows
| Dependency | Version | License |
|:-----------|:-------:|--------:|
Expand Down

0 comments on commit d6ca39c

Please sign in to comment.