chore#258
Merged
Merged
Conversation
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 17.0.5 to 17.0.7. - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v17.0.5...v17.0.7) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 17.0.7 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.1 to 4.2.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/commits) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 5.5.5 to 5.5.6. - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-plugin-prettier@v5.5.5...v5.5.6) --- updated-dependencies: - dependency-name: eslint-plugin-prettier dependency-version: 5.5.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@storybook/addon-themes](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/themes) from 10.4.1 to 10.4.2. - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v10.4.2/code/addons/themes) --- updated-dependencies: - dependency-name: "@storybook/addon-themes" dependency-version: 10.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…aml-4.2.0 chore(deps): bump js-yaml from 4.1.1 to 4.2.0
…nt-plugin-prettier-5.5.6 chore(deps): bump eslint-plugin-prettier from 5.5.5 to 5.5.6
…-staged-17.0.7 chore(deps-dev): bump lint-staged from 17.0.5 to 17.0.7
…ybook/addon-themes-10.4.2 chore(deps): bump @storybook/addon-themes from 10.4.1 to 10.4.2
fix: create a proper asset reference path for storybook-build
chore: fix eslint warnings without changing features or functionality
Contributor
|
🎉 This PR is included in version 4.0.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR does the following:
developchanges tomain.assetsand compileddist/assetsfiles from/assets.distfiles from/dist..out/storybook-assets.@emulsify/coreis linked locally or installed fromnode_modules.axe-coreas an explicit dependency of the shared Storybook preview configuration.Related Issue(s)
Related PR(s)
Notes:
/assetsremain unchanged..out/assetsto.out/storybook-assets.dist/assetsare now available under/distinstead of at the Storybook output root.Functional Testing:
npm run lint.npm run test.npm run fixtures:release.npm run storybook-buildin a consuming project..out/storybook-assets.assetsanddist/assetsresolve under/assets.distresolve under/dist.Security
No new user-input handling or external execution paths are introduced. The ESLint changes disable noisy static-analysis heuristics for intentional build-tooling patterns; the remaining recommended security rules stay enabled.
Accessibility
No rendered markup, styles, or interactive behavior are changed. Adding
axe-coreas a direct dependency formalizes the existing dependency used by the shared Storybook accessibility configuration.