From 838b9ca129cc58eed5dbb134d44dfd8ecbb4d658 Mon Sep 17 00:00:00 2001 From: Yomi Colledge Date: Mon, 24 Nov 2025 17:56:39 +0000 Subject: [PATCH 1/2] chore(sesh): Update config Make sure that we're able to load our note sessions Signed-off-by: Yomi Colledge --- .config/sesh/sesh.toml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.config/sesh/sesh.toml b/.config/sesh/sesh.toml index 52216054..86612cb7 100644 --- a/.config/sesh/sesh.toml +++ b/.config/sesh/sesh.toml @@ -56,16 +56,16 @@ startup_command = "tmux rename-window 'Remote Session 🌐'" [[session]] name = "Note Taking 📝" path = "~/vaults/baphled" -windows = ["Colledge Vault", "n-vyro.io Vault", "Boodah", "Book Of YoNix"] +windows = ["Colledge 📝", "n-vyro.io 📝", "Boodah 📝", "Book Of YoNix 📝", "Boodah Cooks 📝"] startup_command = "tmux rename-window 'baphled Vault' && clear && nvim" [[window]] -name = "Colledge 📝" +name = "Colledge 📝" path = "~/vaults/Colledge" startup_command = "nvim" [[window]] -name = "Boodah 📝" +name = "Boodah 📝" path = "~/vaults/Boodah" startup_command = "nvim" @@ -79,6 +79,11 @@ name = "Book Of YoNix 📝" path = "~/vaults/Book Of YoNix" startup_command = "nvim" +[[window]] +name = "Boodah Cooks 📝" +path = "~/vaults/Boodah Cooks" +startup_command = "nvim" + # n-vyro.io [[session]] From 0c41fec4815338faef2eaf976048328d34e54196 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 20:19:28 +0000 Subject: [PATCH 2/2] build(deps): Bump js-yaml Bumps and [js-yaml](https://github.com/nodeca/js-yaml). These dependencies needed to be updated together. Updates `js-yaml` from 3.14.1 to 3.14.2 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.14.1...3.14.2) Updates `js-yaml` from 4.1.0 to 4.1.1 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.14.1...3.14.2) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 3.14.2 dependency-type: indirect - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3dfd0e69..ba33f9da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -846,9 +846,9 @@ } }, "node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", - "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "version": "3.14.2", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.2.tgz", + "integrity": "sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==", "license": "MIT", "dependencies": { "argparse": "^1.0.7", @@ -3804,7 +3804,9 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "4.1.0", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", "dev": true, "license": "MIT", "dependencies": {