From 5e0ce28520e9c9573263bac45866626d2dbe01a4 Mon Sep 17 00:00:00 2001 From: cdransf Date: Tue, 27 Jun 2023 22:03:08 +0000 Subject: [PATCH 1/3] Apply automatic changes --- cache/jsonfeed-to-mastodon-timestamp.json | 2 +- cache/jsonfeed-to-mastodon.json | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/cache/jsonfeed-to-mastodon-timestamp.json b/cache/jsonfeed-to-mastodon-timestamp.json index 70bb8b39..2b10bdc7 100644 --- a/cache/jsonfeed-to-mastodon-timestamp.json +++ b/cache/jsonfeed-to-mastodon-timestamp.json @@ -1,3 +1,3 @@ { - "timestamp": 1687874593562 + "timestamp": 1687903387568 } \ No newline at end of file diff --git a/cache/jsonfeed-to-mastodon.json b/cache/jsonfeed-to-mastodon.json index 3da066e3..3c70be5a 100644 --- a/cache/jsonfeed-to-mastodon.json +++ b/cache/jsonfeed-to-mastodon.json @@ -4572,5 +4572,16 @@ "https://social.lol/users/cory/statuses/110616549358389834" ], "lastTootTimestamp": 1687874593558 + }, + "https://oku.club/book/aurora-rising-by-alastair-reynolds-oEjJb": { + "id": "https://oku.club/book/aurora-rising-by-alastair-reynolds-oEjJb", + "title": "📖: Aurora Rising", + "url": "https://oku.club/book/aurora-rising-by-alastair-reynolds-oEjJb", + "content_text": "📖: Aurora Rising https://oku.club/book/aurora-rising-by-alastair-reynolds-oEjJb", + "date_published": "2023-06-27T20:42:46-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110618436404818696" + ], + "lastTootTimestamp": 1687903387564 } } \ No newline at end of file From 262d709ad64ffa42334dbd51de35d5397bcd60ea Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 27 Jun 2023 19:15:21 -0700 Subject: [PATCH 2/3] chore: refine album links and alt text --- src/_includes/now.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_includes/now.liquid b/src/_includes/now.liquid index e671a657..0cff5267 100644 --- a/src/_includes/now.liquid +++ b/src/_includes/now.liquid @@ -80,7 +80,7 @@ layout: main
{% for album in music.albums %} - +
From 0cc11d6008f97745571c432d243e500dc7c299e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 20:00:44 +0000 Subject: [PATCH 3/3] chore(deps): bump lint-staged from 13.2.2 to 13.2.3 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.2.2 to 13.2.3. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](https://github.com/okonet/lint-staged/compare/v13.2.2...v13.2.3) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3c70ede3..1a15303e 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "eslint-plugin-jsx-a11y": "^6.7.1", "husky": "^8.0.3", "ics-to-json-extended": "^1.1.4", - "lint-staged": "^13.2.2", + "lint-staged": "^13.2.3", "liquidjs": "^10.8.3", "luxon": "^3.3.0", "markdown-it": "^13.0.1", diff --git a/yarn.lock b/yarn.lock index 5ee16a06..637b1061 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3350,10 +3350,10 @@ linkify-it@^4.0.1: dependencies: uc.micro "^1.0.1" -lint-staged@^13.2.2: - version "13.2.2" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-13.2.2.tgz#5e711d3139c234f73402177be2f8dd312e6508ca" - integrity sha512-71gSwXKy649VrSU09s10uAT0rWCcY3aewhMaHyl2N84oBk4Xs9HgxvUp3AYu+bNsK4NrOYYxvSgg7FyGJ+jGcA== +lint-staged@^13.2.3: + version "13.2.3" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-13.2.3.tgz#f899aad6c093473467e9c9e316e3c2d8a28f87a7" + integrity sha512-zVVEXLuQIhr1Y7R7YAWx4TZLdvuzk7DnmrsTNL0fax6Z3jrpFcas+vKbzxhhvp6TA55m1SQuWkpzI1qbfDZbAg== dependencies: chalk "5.2.0" cli-truncate "^3.1.0"