Conversation
Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.0.3 to 3.1.2. - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](fastify/fast-uri@v3.0.3...v3.1.2) --- updated-dependencies: - dependency-name: fast-uri dependency-version: 3.1.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [qs](https://github.com/ljharb/qs) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `qs` from 6.14.0 to 6.15.2 - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.14.0...v6.15.2) Updates `express` from 4.22.1 to 4.22.2 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/v4.22.2/History.md) - [Commits](expressjs/express@v4.22.1...v4.22.2) --- updated-dependencies: - dependency-name: qs dependency-version: 6.15.2 dependency-type: indirect - dependency-name: express dependency-version: 4.22.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 5.2.2 to 5.2.4. - [Release notes](https://github.com/webpack/webpack-dev-server/releases) - [Changelog](https://github.com/webpack/webpack-dev-server/blob/main/CHANGELOG.md) - [Commits](webpack/webpack-dev-server@v5.2.2...v5.2.4) --- updated-dependencies: - dependency-name: webpack-dev-server dependency-version: 5.2.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.6 to 8.5.15. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.6...8.5.15) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.15 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@babel/plugin-transform-modules-systemjs](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-modules-systemjs) from 7.20.11 to 7.29.7. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-plugin-transform-modules-systemjs) --- updated-dependencies: - dependency-name: "@babel/plugin-transform-modules-systemjs" dependency-version: 7.29.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Removes [serialize-javascript](https://github.com/yahoo/serialize-javascript). It's no longer used after updating ancestor dependency [terser-webpack-plugin](https://github.com/webpack/minimizer-webpack-plugin). These dependencies need to be updated together. Removes `serialize-javascript` Updates `terser-webpack-plugin` from 5.3.15 to 5.6.1 - [Release notes](https://github.com/webpack/minimizer-webpack-plugin/releases) - [Changelog](https://github.com/webpack/minimizer-webpack-plugin/blob/main/CHANGELOG.md) - [Commits](webpack/minimizer-webpack-plugin@v5.3.15...v5.6.1) --- updated-dependencies: - dependency-name: serialize-javascript dependency-version: dependency-type: indirect - dependency-name: terser-webpack-plugin dependency-version: 5.6.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
…ack-search/multi-1a088c7599 chore(deps): bump serialize-javascript and terser-webpack-plugin in /attack-search
…ack-search/babel/plugin-transform-modules-systemjs-7.29.7 chore(deps-dev): bump @babel/plugin-transform-modules-systemjs from 7.20.11 to 7.29.7 in /attack-search
…ack-search/multi-f792d6d6d9 chore(deps): bump qs and express in /attack-search
…ack-search/webpack-dev-server-5.2.4 chore(deps-dev): bump webpack-dev-server from 5.2.2 to 5.2.4 in /attack-search
…ack-style/postcss-8.5.15 chore(deps): bump postcss from 8.5.6 to 8.5.15 in /attack-style
…ack-style/fast-uri-3.1.2 chore(deps): bump fast-uri from 3.0.3 to 3.1.2 in /attack-style
|
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 pull request introduces several improvements to the dependency management and documentation for both the
attack-searchandattack-stylepackages. The most significant changes include enhanced Dependabot configuration for better update control, the addition of comprehensive style documentation for theattack-stylepackage, and minor dependency updates.Dependency management improvements:
.github/dependabot.yml: Refactored and expanded Dependabot configuration to use absolute paths, add a new entry forattack-style, set update schedules, group minor and patch updates, and ignore major version bumps for bothattack-searchandattack-style.attack-search/package.json: Updatedterser-webpack-pluginandwebpack-dev-serverto newer versions for improved security and compatibility.attack-style/package.json: Removedsassdocand the relateddocscript, simplifying dependencies and scripts. [1] [2]Documentation enhancements:
attack-style/README.md: Added a section describing the new Markdown-based style documentation system, with guidance for maintaining documentation alongside SCSS changes.attack-style/abstracts/README.md,attack-style/base/README.md,attack-style/layout/README.md,attack-style/components/README.md,attack-style/themes/README.md: Introduced detailed documentation for each major style folder, outlining their purpose, file structure, usage guidelines, and conventions.