From f74aa11ee3b4bfc289d303c364746fd82a9aaebd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 05:47:58 +0000 Subject: [PATCH 1/5] build(deps): bump inter-ui from 4.1.0 to 4.1.1 Bumps [inter-ui](https://github.com/philipbelesky/inter-ui) from 4.1.0 to 4.1.1. - [Changelog](https://github.com/philipbelesky/inter-ui/blob/main/CHANGELOG.md) - [Commits](https://github.com/philipbelesky/inter-ui/commits/v4.1.1) --- updated-dependencies: - dependency-name: inter-ui dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 514becb..a3bd0e9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -16,7 +16,7 @@ importers: version: 12.1.1 inter-ui: specifier: ^4.0.2 - version: 4.1.0 + version: 4.1.1 non.geist: specifier: ^1.0.3 version: 1.0.4 @@ -1046,8 +1046,8 @@ packages: resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} engines: {node: '>=0.8.19'} - inter-ui@4.1.0: - resolution: {integrity: sha512-lUJ5YLtpj7jWsrhTbN5w32MLOqISGFGOTMRNn+IGhLrbt67z5yvmBRoqpLCWLVlJ+l7kqnH6su4meEqvLMfAAA==} + inter-ui@4.1.1: + resolution: {integrity: sha512-451h0J29HyOmA+JXgSi/6M12tL7ZCZ8arYKZUXiOXTJpJbAKqJvFh3k5SiV3x7tKe0C0KyrKUUiQIvvZ2PQDcA==} engines: {node: '>=16.0.0'} is-extglob@2.1.1: @@ -2392,7 +2392,7 @@ snapshots: imurmurhash@0.1.4: {} - inter-ui@4.1.0: {} + inter-ui@4.1.1: {} is-extglob@2.1.1: {} From a6be085b5ecf48f0afec3acbc029c4053d329fd0 Mon Sep 17 00:00:00 2001 From: Gabriel Cozma Date: Thu, 3 Jul 2025 23:54:17 +0300 Subject: [PATCH 2/5] cleanup: add #229 in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c03fe4..c7002ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -131,7 +131,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bump `non.geist` from 1.0.3 to 1.0.4 (https://github.com/aplosdev/aplos/pull/85) -- Bump `inter-ui` from 4.0.2 to 4.1.0 (https://github.com/aplosdev/aplos/pull/127) +- Bump `inter-ui` from 4.0.2 to 4.1.1 (https://github.com/aplosdev/aplos/pull/127, https://github.com/aplosdev/aplos/pull/129, https://github.com/aplosdev/aplos/pull/229) - Bump `prettier` from 3.3.3 to 3.5.3 (https://github.com/aplosdev/aplos/pull/128, https://github.com/aplosdev/aplos/pull/150, https://github.com/aplosdev/aplos/pull/161) From 93e2242a409771644dae13604b83503df0de3682 Mon Sep 17 00:00:00 2001 From: Gabriel Cozma Date: Thu, 3 Jul 2025 23:54:29 +0300 Subject: [PATCH 3/5] cleanup: update inter-ui --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7002ec..99ebbf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -131,7 +131,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bump `non.geist` from 1.0.3 to 1.0.4 (https://github.com/aplosdev/aplos/pull/85) -- Bump `inter-ui` from 4.0.2 to 4.1.1 (https://github.com/aplosdev/aplos/pull/127, https://github.com/aplosdev/aplos/pull/129, https://github.com/aplosdev/aplos/pull/229) +- Bump `inter-ui` from 4.0.2 to 4.11 (https://github.com/aplosdev/aplos/pull/127, https://github.com/aplosdev/aplos/pull/129, https://github.com/aplosdev/aplos/pull/229) - Bump `prettier` from 3.3.3 to 3.5.3 (https://github.com/aplosdev/aplos/pull/128, https://github.com/aplosdev/aplos/pull/150, https://github.com/aplosdev/aplos/pull/161) From 3f772ae654f9057b11e8e4e9e34076ce0d18bbeb Mon Sep 17 00:00:00 2001 From: Gabriel Cozma Date: Thu, 3 Jul 2025 23:54:40 +0300 Subject: [PATCH 4/5] fix: inter ui version in change log --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99ebbf0..c7002ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -131,7 +131,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bump `non.geist` from 1.0.3 to 1.0.4 (https://github.com/aplosdev/aplos/pull/85) -- Bump `inter-ui` from 4.0.2 to 4.11 (https://github.com/aplosdev/aplos/pull/127, https://github.com/aplosdev/aplos/pull/129, https://github.com/aplosdev/aplos/pull/229) +- Bump `inter-ui` from 4.0.2 to 4.1.1 (https://github.com/aplosdev/aplos/pull/127, https://github.com/aplosdev/aplos/pull/129, https://github.com/aplosdev/aplos/pull/229) - Bump `prettier` from 3.3.3 to 3.5.3 (https://github.com/aplosdev/aplos/pull/128, https://github.com/aplosdev/aplos/pull/150, https://github.com/aplosdev/aplos/pull/161) From 16da9b7cc49434cd8452aef6ee51b42351ddcbdc Mon Sep 17 00:00:00 2001 From: Gabriel Cozma Date: Thu, 3 Jul 2025 23:55:09 +0300 Subject: [PATCH 5/5] cleanup: remove white space --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7002ec..321675e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -131,7 +131,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bump `non.geist` from 1.0.3 to 1.0.4 (https://github.com/aplosdev/aplos/pull/85) -- Bump `inter-ui` from 4.0.2 to 4.1.1 (https://github.com/aplosdev/aplos/pull/127, https://github.com/aplosdev/aplos/pull/129, https://github.com/aplosdev/aplos/pull/229) +- Bump `inter-ui` from 4.0.2 to 4.1.1 (https://github.com/aplosdev/aplos/pull/127, https://github.com/aplosdev/aplos/pull/129, https://github.com/aplosdev/aplos/pull/229) - Bump `prettier` from 3.3.3 to 3.5.3 (https://github.com/aplosdev/aplos/pull/128, https://github.com/aplosdev/aplos/pull/150, https://github.com/aplosdev/aplos/pull/161)