Skip to content

Commit

Permalink
feat!: migrate to @helia/http (#419)
Browse files Browse the repository at this point in the history
* feat: migrate to @helia/http

* chore: deps and storybook fixes

* deps: more dep cleanup

* deps: eslint-config-ipfs

* deps: babel

* deps: filesize update

* deps: ipfs-unixfs update

* deps: rollup update

* deps: cytoscape update

* deps: i18next update

* deps: @types/* update

* deps: @ipld deps update

* deps: @multiformats/sha3 update

* test: test consumers

* test: ensure test is ran in CI

* test: remove consumer test for now

webui windows is failing, see ipfs/ipfs-webui#2184
  • Loading branch information
SgtPooki authored Feb 13, 2024
1 parent f9d4cdd commit 0a4f6ad
Show file tree
Hide file tree
Showing 11 changed files with 22,414 additions and 15,127 deletions.
40 changes: 40 additions & 0 deletions .aegir.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
/** @type {import('aegir').PartialOptions} */
module.exports = {
dependencyCheck: {
ignore: [
// .jsx files aren't checked properly.
'cytoscape',
'cytoscape-dagre',
'filesize',
'react-inspector',
'react-joyride',

// storybook deps
'@storybook/addon-actions',
'@storybook/addon-essentials',
'@storybook/addon-interactions',
'@storybook/addon-links',
'@storybook/channels',
'@storybook/core-common',
'@storybook/core-events',
'@storybook/csf-plugin',
'@storybook/csf-tools',
'@storybook/docs-tools',
'@storybook/node-logger',
'@storybook/react-dom-shim',
'@storybook/types',

// problem with deps
'@typescript-eslint/eslint-plugin'
],
productionIgnorePatterns: [
'.aegir.js',
'.eslintrc.js',
'vite.config.ts',
'vitest.config.js',
'/test',
'.storybook',
'dist-vite'
]
}
}
Loading

0 comments on commit 0a4f6ad

Please sign in to comment.