cec63464fe
Update dependencies
2023-11-05 11:47:59 +00:00
2f98598ab9
restore $selectedToken store
2023-11-05 11:47:59 +00:00
c85c823812
switch to swr
2023-11-05 11:47:58 +00:00
3234d574cd
lint-staged setup tweak
2023-11-05 11:47:58 +00:00
d8e22cdece
persist slectedToken
2023-11-05 11:47:58 +00:00
74afc8552b
reorg
2023-11-05 11:47:57 +00:00
ea9ed0382e
new token select ui
2023-11-05 11:47:57 +00:00
d809f982f0
setup lint-staged
2023-11-05 11:47:56 +00:00
0379c175ee
package updates
2023-10-25 01:23:32 +01:00
3b25ae2282
Location fetching ( #843 )
...
* location component
* fetching with @nanostores/query
* layouts reorg
* typescript plugins cleanup
* location component unit test cases
* fetch only when visible
2023-10-04 14:45:54 +01:00
0657af254f
lint task glob fix
2023-10-04 10:41:31 +00:00
7ed6830df0
linting tweaks
2023-10-04 01:54:41 +01:00
ab582a5093
add husky
2023-10-03 22:31:58 +01:00
6b792212ed
package updates
2023-10-03 21:17:24 +01:00
a65b7ff201
test update
2023-10-03 19:18:29 +01:00
dependabot[bot]
404ca76133
Bump astro from 3.1.0 to 3.2.2 ( #841 )
...
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro ) from 3.1.0 to 3.2.2.
- [Release notes](https://github.com/withastro/astro/releases )
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md )
- [Commits](https://github.com/withastro/astro/commits/astro@3.2.2/packages/astro )
---
updated-dependencies:
- dependency-name: astro
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-03 18:48:21 +01:00
f50ddf60a1
bump astro-redirect-from
2023-09-24 13:34:51 +01:00
6dcc662ca9
test fixes
2023-09-24 01:10:43 +01:00
83c53f13c8
bump astro-redirect-from, fresh package-lock
2023-09-23 22:25:24 +01:00
c123dd9d68
Switch to astro-redirect-from ( #830 )
...
* astro-redirect-from prototype
* move out plugin
* switch to astro-redirect-from
* fixes
* new post: astro-redirect-from
* fix dependency
* test fixes
* downgrade and lock astro
* until fix for https://github.com/withastro/astro/issues/8649 has been released
* mention debug json file
* fix e2e test
2023-09-23 21:32:18 +01:00
299084de93
Gatsby → Astro ( #829 )
...
* basic astro setup, kick out all gatsby configs
* move content folder
* src/pages setup
* more file reorg
* more config updates
* more reorgs
* refactor
* refactor
* bump astro
* refactor
* svg icon build system, theme switch
* remark plugin for lead paragraph, more refactor
* make images work
* post meta
* custom Picture component
* Pagination, More component, 404 fixes
* linking fixes
* add table of contents
* post actions fixes
* tag fixes
* content changes
* content changes: move media files to their posts
* more content moving, remove media folder
* refactor remark-lead-paragraph
* link css file when defined in post frontmatter
* move content up again
* kbd post update
* allow js
* downloads solution
* add astro check
* redirect_from solution
* githubLink solution
* reorg
* exif solution as prebuild step
* exif solution on each post during build
* isolate lead paragraph extraction to articles
* restore Exif components
* deploy script update
* fix redirects
* xml & json feeds
* build fix
* fix exif readout in production
* head and seo tweaks, add feeds
* tweak image display
* archive pages with single layout
* restore tags archive
* sitemap setup
* restore thanks page functionality
* reorg
* cleanup
* parallel scripts during prebuild
* restore jest setup
* remove jest, switch to vitest as test runner
* adapt CI
* test refactor
* typescript tweaks
* avatar fixes
* typings
* restore search functionality
* theme switch with nanostores
* fixes
* test fixes
* restore changelog functionality
* umami script
* border color tweak
* related posts with fuse.js
* plawright e2e testing setup
* search tweaks
* simplify typekit loading
* photo fix
* e2e tests
* related posts fix
* fix tags archive
* tweaks
* tweaks
* linux snapshots
* fix header test
* new symlink tactic
* fix dev server in codespaces
* fix yaml
* ci fixes
* changelog loading tweaks
* e2e against dev server on ci
* changelog tweaks
* ci tweaks
* ci tweaks
* ci tweaks
* docs updates
* ci tweaks
* refactor photo creation script
* package updates
* refactor search
* ci tweak
* ci tweaks
* test tweaks, more unit tests
* more unit tests
* post creation script tweaks
* refactor new scripts, test them for real life
* more tests
* refactor
* codeclimate-action update
* uses update
* limit ci runs
* fix theme toggle, test it
* more tests
* favicon files cleanup
* icon components location change
* type checking through ci
* command fixes
* ci fix
* search tweaks
* ci tweaks
* revised favicons, write post draft about it
* drafts filtering fix
* lint fix, favicon fixes
* copy changes
* fix related search images
* content updates
* new codeblock styles, copy tweaks, fixes
* package updates
* typing fixes
* lint fix
* content updates
* restore link posts
* faster theme switching
* split up astro utils
* related posts fixes
* fix
* refactor
* fixes
* copy tweaks
* fixes
* picture tweaks
* image fixes
* feed fixes, adapt for json feed v1.1
* e2e test updates
* layout tweaks
* update snaphots
* migrate to createMarkdownProcessor
* ci cache tweaks
* activate more browsers for e2e testing
* switch to macos-13 images
* build caching tweaks
* markdown fix
* set image quality
* remove avif generation
* picture tweaks
* head fixes
* add og:image:alt
* create-icons test
* new post: Favicon Generation with Astro
2023-09-18 02:16:53 +01:00
8f7f30920b
package updates
2023-08-29 16:07:13 +01:00
c20c7a1fc1
package updates, SVG fixes
2023-08-17 12:43:32 +01:00
dependabot[bot]
571f4c8cd3
Bump gatsby-redirect-from from 1.0.1 to 1.0.3 ( #787 )
...
Bumps [gatsby-redirect-from](https://github.com/kremalicious/gatsby-redirect-from ) from 1.0.1 to 1.0.3.
- [Release notes](https://github.com/kremalicious/gatsby-redirect-from/releases )
- [Changelog](https://github.com/kremalicious/gatsby-redirect-from/blob/main/CHANGELOG.md )
- [Commits](https://github.com/kremalicious/gatsby-redirect-from/compare/v1.0.1...v1.0.3 )
---
updated-dependencies:
- dependency-name: gatsby-redirect-from
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-01 01:16:05 +01:00
6802bc9e16
bump web3 packages
2023-04-01 15:33:04 +01:00
308546a34d
bump svgr
2023-04-01 15:29:31 +01:00
f0166cb84b
bump test tools
2023-04-01 15:27:55 +01:00
93e4e90508
gatsby updates
2023-04-01 15:25:09 +01:00
faefe832dc
typescript updates
2023-04-01 15:20:39 +01:00
a1acf6fd44
eslint updates
2023-04-01 15:17:31 +01:00
e59cc911e5
stylelint updates
2023-04-01 15:15:56 +01:00
9f340958b6
put back polar theme file
2023-03-31 23:48:48 +01:00
3cf866f865
package updates
2023-02-28 17:50:51 +00:00
dependabot[bot]
4b2f339093
Bump framer-motion from 8.5.4 to 8.5.5 ( #763 )
...
Bumps [framer-motion](https://github.com/framer/motion ) from 8.5.4 to 8.5.5.
- [Release notes](https://github.com/framer/motion/releases )
- [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md )
- [Commits](https://github.com/framer/motion/compare/v8.5.4...v8.5.5 )
---
updated-dependencies:
- dependency-name: framer-motion
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-09 09:48:04 +00:00
dependabot[bot]
dd72f2f3da
Bump @sideway/formula from 3.0.0 to 3.0.1 ( #766 )
...
Bumps [@sideway/formula](https://github.com/sideway/formula ) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/sideway/formula/releases )
- [Commits](https://github.com/sideway/formula/compare/v3.0.0...v3.0.1 )
---
updated-dependencies:
- dependency-name: "@sideway/formula"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-09 09:47:54 +00:00
dependabot[bot]
e3ec3ac16c
Bump http-cache-semantics from 4.1.0 to 4.1.1 ( #765 )
...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases )
- [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1 )
---
updated-dependencies:
- dependency-name: http-cache-semantics
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-02 22:46:24 +00:00
dependabot[bot]
f5f294feee
Bump @typescript-eslint/parser from 5.49.0 to 5.50.0 ( #762 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.49.0 to 5.50.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.50.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-02 22:46:14 +00:00
dependabot[bot]
5cd9b27836
Bump typescript from 4.9.4 to 4.9.5 ( #760 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.9.4 to 4.9.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.4...v4.9.5 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-02 21:04:35 +00:00
dependabot[bot]
4a30c10b50
Bump @typescript-eslint/eslint-plugin from 5.49.0 to 5.50.0 ( #764 )
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.49.0 to 5.50.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.50.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-02 21:04:19 +00:00
dependabot[bot]
09b7b55deb
Bump axios from 1.2.6 to 1.3.0 ( #761 )
...
Bumps [axios](https://github.com/axios/axios ) from 1.2.6 to 1.3.0.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.2.6...v1.3.0 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-02 21:03:59 +00:00
5b5e1e902a
package updates
2023-01-29 22:19:47 +00:00
2a21ac3228
add prettier-plugin-sort-imports
2023-01-29 21:58:19 +00:00
dependabot[bot]
f27bef686b
Bump @types/jest from 29.2.5 to 29.2.6 ( #759 )
...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 29.2.5 to 29.2.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
---
updated-dependencies:
- dependency-name: "@types/jest"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-24 09:44:03 +00:00
dependabot[bot]
fe2836fa6e
Bump @types/jest from 29.2.4 to 29.2.5 ( #748 )
...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 29.2.4 to 29.2.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
---
updated-dependencies:
- dependency-name: "@types/jest"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-23 18:09:21 +00:00
dependabot[bot]
031afd4774
Bump @types/node from 18.11.9 to 18.11.18 ( #755 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.11.9 to 18.11.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-23 18:09:11 +00:00
dependabot[bot]
d5cd2b657f
Bump @types/react-dom from 18.0.9 to 18.0.10 ( #750 )
...
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom ) from 18.0.9 to 18.0.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom )
---
updated-dependencies:
- dependency-name: "@types/react-dom"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-23 18:09:01 +00:00
dependabot[bot]
5087d8ebbd
Bump stylelint from 14.16.0 to 14.16.1 ( #752 )
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 14.16.0 to 14.16.1.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/14.16.0...14.16.1 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-23 18:08:47 +00:00
dependabot[bot]
fccb4e6448
Bump wagmi from 0.9.5 to 0.9.6 ( #747 )
...
Bumps [wagmi](https://github.com/wagmi-dev/wagmi/tree/HEAD/packages/react ) from 0.9.5 to 0.9.6.
- [Release notes](https://github.com/wagmi-dev/wagmi/releases )
- [Changelog](https://github.com/wagmi-dev/wagmi/blob/main/packages/react/CHANGELOG.md )
- [Commits](https://github.com/wagmi-dev/wagmi/commits/wagmi@0.9.6/packages/react )
---
updated-dependencies:
- dependency-name: wagmi
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-23 14:15:49 +00:00
dependabot[bot]
c3e172a8af
Bump @typescript-eslint/eslint-plugin from 5.47.0 to 5.48.2 ( #756 )
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.47.0 to 5.48.2.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.48.2/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-23 14:14:46 +00:00
dependabot[bot]
f51d730cf1
Bump @typescript-eslint/parser from 5.47.0 to 5.48.2 ( #757 )
2023-01-23 05:24:00 +00:00