From 41d0ae6fe2443032c0bc4c783a190465ac91870a Mon Sep 17 00:00:00 2001 From: Kamil Samigullin Date: Mon, 28 Jul 2025 22:32:38 +0300 Subject: [PATCH 1/2] fix(dotfiles): broken installation script --- dist/dotfiles | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dist/dotfiles b/dist/dotfiles index 61b04c8..30bdbab 100755 --- a/dist/dotfiles +++ b/dist/dotfiles @@ -15,7 +15,7 @@ check() { return 1 fi - retunr 0 + return 0 } install-apps() { @@ -42,7 +42,7 @@ install-dotfiles() { echo Installing dotfiles... mkdir -p "${root}" - git clone git@github.com:kamilsk/dotfiles.git "${root}" + git clone --recurse-submodules git@github.com:kamilsk/dotfiles.git "${root}" return $? } @@ -68,7 +68,6 @@ install-bundle() { echo Installing Homebrew bundle... brew update --force --quiet brew bundle --file="${root}"/toolset/Brewfile --no-upgrade -v - brew bundle --file="${root}"/toolset/Brewfile cleanup -v return $? } From 172ed55bb0142b93092901472191039bc2158472 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 07:20:57 +0000 Subject: [PATCH 2/2] feat(deps): bump @ariga/atlas from 0.17.0 to 0.36.0 in /deps Bumps [@ariga/atlas](https://github.com/ariga/atlas) from 0.17.0 to 0.36.0. - [Release notes](https://github.com/ariga/atlas/releases) - [Commits](https://github.com/ariga/atlas/compare/v0.17.0...v0.36.0) --- updated-dependencies: - dependency-name: "@ariga/atlas" dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- deps/package-lock.json | 9 +++++---- deps/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/deps/package-lock.json b/deps/package-lock.json index 815c961..926f547 100644 --- a/deps/package-lock.json +++ b/deps/package-lock.json @@ -6,7 +6,7 @@ "": { "dependencies": { "@action-validator/cli": "^0.5.4", - "@ariga/atlas": "^0.17.0", + "@ariga/atlas": "^0.36.0", "neonctl": "^1.25.2" } }, @@ -42,10 +42,11 @@ "peer": true }, "node_modules/@ariga/atlas": { - "version": "0.17.0", - "resolved": "https://registry.npmjs.org/@ariga/atlas/-/atlas-0.17.0.tgz", - "integrity": "sha512-zz2wTnf+xdMiyLT3u4recx6D7evWg0beplQRTLpS9hhVpH9kWrENTc/mSes2E0AoHn34hf4SiIfI+cUltL0TqA==", + "version": "0.36.0", + "resolved": "https://registry.npmjs.org/@ariga/atlas/-/atlas-0.36.0.tgz", + "integrity": "sha512-8QhlYCYhF4KhxrBfKKfAlCYI3ESfozzZVWllrKnVMiGCNqqL+YKArT9CUasdO3U4YwSENQuxW1o1QQNnkGecPA==", "hasInstallScript": true, + "license": "LICENSE\n This distribution of Atlas is licensed under the Ariga End User License Agreement\n available at https://ariga.io/legal/atlas/eula.\n By using this software, you accept the terms described in the license.", "dependencies": { "node-fetch": "^3.3.1" }, diff --git a/deps/package.json b/deps/package.json index af843de..925c130 100644 --- a/deps/package.json +++ b/deps/package.json @@ -2,7 +2,7 @@ "private": true, "dependencies": { "@action-validator/cli": "^0.5.4", - "@ariga/atlas": "^0.17.0", + "@ariga/atlas": "^0.36.0", "neonctl": "^1.25.2" } }