csnx
csnx copied to clipboard
Monorepo for Guardian UIs
## What are you changing? adding pipeline dirs to `tsconfig#exclude` settings ## Why? make sure ts is not looking at things it should ignore
## What are you changing? - updated package jsons to use workspace versions of packages in repo - Fixed some issues with TS and tests from updating to use workspace...
## What are you changing? Moving storybook configs and deps to `configs/storybook` ## Why? To keep the root clean and match the `rollup` setup.
our old plugin enforced fields in published `package.json`s. now that we only have the one's on disk in the package dirs, make sure they have everything we want e.g. -...
Bumps the devdependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) | `0.5.6` |...
Bumps the swc group with 1 update in the / directory: [@swc/core](https://github.com/swc-project/swc). Updates `@swc/core` from 1.4.0 to 1.5.7 Changelog Sourced from @swc/core's changelog. [1.5.7] - 2024-05-14 Documentation (es/typescript) Fix example...
Bumps the storybook group with 10 updates: | Package | From | To | | --- | --- | --- | | [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y) | `8.0.5` | `8.1.1` | | [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/docs)...
Bumps the eslint group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.21.0` |...
## What are you changing? - Use the common `Space` type in components that accept spacing values as props. - Fixes a bug where spacing styles are not applied if...