dependabot[bot]
e342381e6b
Bump @rollup/plugin-commonjs from 28.0.6 to 28.0.7
...
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs ) from 28.0.6 to 28.0.7.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v28.0.7/packages/commonjs )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
dependency-version: 28.0.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-14 23:06:24 +00:00
Alex Janousek
3a39d910b3
Feat/webpack ( #2998 )
...
* First commit
* Removed govuk for webpack. Modernized javascript importing. Removed dead js
* Fixed tests, a few styling bugs
* Fixed some table errors and regenerated backstop ref images
* Updated tests for coverage
* Changes from carlo suggestions
2025-10-14 13:20:58 -04:00
dependabot[bot]
3b3191b337
Bump @rollup/plugin-node-resolve from 16.0.2 to 16.0.3 ( #3001 )
...
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve ) from 16.0.2 to 16.0.3.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v16.0.3/packages/node-resolve )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-node-resolve"
dependency-version: 16.0.3
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>
2025-10-14 09:26:15 -04:00
Beverly Nguyen
705952cc30
Remove Socket.IO dependencies and Socket infrastructure
...
- Remove socket.io-client npm package
- Remove Socket.IO from gulpfile.js
- Remove API_PUBLIC_WS_URL config variable from all environments
- Remove Socket CSP directives (cdn.socket.io, wss:// URLs)
- Remove unused data-host attribute from job template
- Update test_headers.py to remove Socket.IO assertions
- Update deployment configs (manifest.yml, deploy-config/*.yml, .github/workflows/*.yml)
2025-10-07 10:44:45 -07:00
dependabot[bot]
b0527c1fd8
Bump @rollup/plugin-node-resolve from 16.0.1 to 16.0.2 ( #2978 )
...
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve ) from 16.0.1 to 16.0.2.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md )
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v16.0.2/packages/node-resolve )
---
updated-dependencies:
- dependency-name: "@rollup/plugin-node-resolve"
dependency-version: 16.0.2
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>
2025-10-07 10:32:21 -04:00
dependabot[bot]
149b6d81a6
Bump playwright from 1.55.1 to 1.56.0 ( #2979 )
...
Bumps [playwright](https://github.com/microsoft/playwright ) from 1.55.1 to 1.56.0.
- [Release notes](https://github.com/microsoft/playwright/releases )
- [Commits](https://github.com/microsoft/playwright/compare/v1.55.1...v1.56.0 )
---
updated-dependencies:
- dependency-name: playwright
dependency-version: 1.56.0
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>
2025-10-07 10:29:16 -04:00
dependabot[bot]
6dd2b94955
Bump rollup from 4.52.3 to 4.52.4 ( #2973 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.52.3 to 4.52.4.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v4.52.3...v4.52.4 )
---
updated-dependencies:
- dependency-name: rollup
dependency-version: 4.52.4
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>
2025-10-06 12:06:04 -04:00
Alex Janousek
6f5750f095
Removed all govuk css ( #2814 )
...
* Removed all govuk css
* Updated reference files
* Removing govuk js
* Fixed casing for modules, removed unused page
* Got more reference images
* Updated template page
* Removed govuk padding util
* Updated hint to uswds hint
* More govuk cleanup
* Commiting backstopjs ref files
* Fixed all unit tests that broke due to brittleness around govuk styling
* Added new ref images
* Final removal of govuk
* Officially removed all govuk references
* Updated reference file
* Updated link to button
* UI modernization
* Cleanup
* removed govuk escaping tests since they are no longer needed
* Fix CodeQL security issue in escapeElementName function
- Escape backslashes first before other special characters
- Prevents potential double-escaping vulnerability
- Addresses CodeQL alert about improper string escaping
* Found more govuk removal. Fixed unit tests
* Add missing pipeline check to pre-commit
* updated test
* Updated e2e test
* More update to e2e test
* Fixed another e2e test
* Simple PR comments addressed
* More updates
* Updated backstop ref files
* Refactored folder selection for non-admins
* Updated redundant line
* Updated tests to include correct mocks
* Added more ref files
* Addressing carlos comments
* Addressing Carlo comments, cleanup of window initing
* More cleanup and addressing carlo comments
* Fixing a11 scan
* Fixed a few issues with javascript
* Fixed for pr
* Fixing e2e tests
* Tweaking e2e test
* Added more ref files and cleaned up urls.js
* Fixed bug with creating new template
* Removed brittle test - addressed code ql comment
* e2e race condition fix
* More e2e test fixes
* Updated e2e tests to not wait for text sent
* Updated test to not wait for button click response
* Made tear down more resilent if staging is down
* reverted e2e test to what was working before main merge
* Updated backstopRef images
* Updated gulp to include job-polling differently
2025-10-06 09:38:54 -04:00
dependabot[bot]
873299146a
Bump rollup from 4.52.2 to 4.52.3 ( #2954 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.52.2 to 4.52.3.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v4.52.2...v4.52.3 )
---
updated-dependencies:
- dependency-name: rollup
dependency-version: 4.52.3
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>
2025-10-01 16:05:45 +00:00
dependabot[bot]
e2024d0535
Bump jest-environment-jsdom from 30.1.2 to 30.2.0 ( #2957 )
...
Bumps [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom ) from 30.1.2 to 30.2.0.
- [Release notes](https://github.com/jestjs/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jestjs/jest/commits/v30.2.0/packages/jest-environment-jsdom )
---
updated-dependencies:
- dependency-name: jest-environment-jsdom
dependency-version: 30.2.0
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>
2025-10-01 11:57:18 -04:00
dependabot[bot]
ee067e152e
Bump jest from 30.1.3 to 30.2.0 ( #2959 )
...
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest ) from 30.1.3 to 30.2.0.
- [Release notes](https://github.com/jestjs/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jestjs/jest/commits/v30.2.0/packages/jest )
---
updated-dependencies:
- dependency-name: jest
dependency-version: 30.2.0
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>
2025-10-01 11:56:07 -04:00
dependabot[bot]
7310028b2e
Bump playwright from 1.55.0 to 1.55.1 ( #2937 )
...
Bumps [playwright](https://github.com/microsoft/playwright ) from 1.55.0 to 1.55.1.
- [Release notes](https://github.com/microsoft/playwright/releases )
- [Commits](https://github.com/microsoft/playwright/compare/v1.55.0...v1.55.1 )
---
updated-dependencies:
- dependency-name: playwright
dependency-version: 1.55.1
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>
2025-09-24 14:13:58 +00:00
dependabot[bot]
f15528673f
Bump sass-embedded from 1.93.1 to 1.93.2 ( #2939 )
...
Bumps [sass-embedded](https://github.com/sass/embedded-host-node ) from 1.93.1 to 1.93.2.
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/embedded-host-node/compare/1.93.1...1.93.2 )
---
updated-dependencies:
- dependency-name: sass-embedded
dependency-version: 1.93.2
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>
2025-09-24 09:57:51 -04:00
dependabot[bot]
d798de9a5d
Bump rollup from 4.52.0 to 4.52.2 ( #2940 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.52.0 to 4.52.2.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v4.52.0...v4.52.2 )
---
updated-dependencies:
- dependency-name: rollup
dependency-version: 4.52.2
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>
2025-09-24 09:55:46 -04:00
dependabot[bot]
2dc6cbca01
Bump rollup from 4.50.2 to 4.52.0 ( #2927 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.50.2 to 4.52.0.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v4.50.2...v4.52.0 )
---
updated-dependencies:
- dependency-name: rollup
dependency-version: 4.52.0
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>
2025-09-23 15:59:39 -04:00
dependabot[bot]
e151f5c79c
Bump sass-embedded from 1.92.1 to 1.93.1 ( #2933 )
...
Bumps [sass-embedded](https://github.com/sass/embedded-host-node ) from 1.92.1 to 1.93.1.
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/embedded-host-node/compare/1.92.1...1.93.1 )
---
updated-dependencies:
- dependency-name: sass-embedded
dependency-version: 1.93.1
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>
2025-09-23 15:47:13 -04:00
ccostino
8b4f30874b
Merge pull request #2910 from GSA/2627-debugging-socketio
...
Improve polling performance and remove unused updateContent module
2025-09-17 13:24:42 -04:00
dependabot[bot]
8a2516b423
Bump rollup from 4.50.1 to 4.50.2 ( #2911 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.50.1 to 4.50.2.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v4.50.1...v4.50.2 )
---
updated-dependencies:
- dependency-name: rollup
dependency-version: 4.50.2
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>
2025-09-16 09:54:52 -04:00
Beverly Nguyen
f765f19c3b
improve polling performance and remove unused updateContent module
2025-09-15 13:16:13 -07:00
ccostino
d098d11b9e
Merge pull request #2904 from GSA/dependabot/npm_and_yarn/rollup-4.50.1
...
Bump rollup from 4.50.0 to 4.50.1
2025-09-11 11:08:55 -04:00
dependabot[bot]
c916b9e752
Bump rollup from 4.50.0 to 4.50.1
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.50.0 to 4.50.1.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v4.50.0...v4.50.1 )
---
updated-dependencies:
- dependency-name: rollup
dependency-version: 4.50.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-08 23:08:31 +00:00
dependabot[bot]
f5f6a95937
Bump sass-embedded from 1.92.0 to 1.92.1
...
Bumps [sass-embedded](https://github.com/sass/embedded-host-node ) from 1.92.0 to 1.92.1.
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/embedded-host-node/compare/1.92.0...1.92.1 )
---
updated-dependencies:
- dependency-name: sass-embedded
dependency-version: 1.92.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-08 23:08:14 +00:00
dependabot[bot]
f1b87f56ca
Bump @babel/core from 7.28.3 to 7.28.4 ( #2900 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.28.3 to 7.28.4.
- [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.28.4/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-version: 7.28.4
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>
2025-09-08 08:45:53 -04:00
dependabot[bot]
181ab3c4c9
Bump jest from 30.1.1 to 30.1.3
...
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest ) from 30.1.1 to 30.1.3.
- [Release notes](https://github.com/jestjs/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jestjs/jest/commits/v30.1.3/packages/jest )
---
updated-dependencies:
- dependency-name: jest
dependency-version: 30.1.3
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-04 18:28:43 +00:00
ccostino
497017769d
Merge pull request #2890 from GSA/dependabot/npm_and_yarn/sass-embedded-1.92.0
...
Bump sass-embedded from 1.91.0 to 1.92.0
2025-09-03 16:59:24 -04:00
dependabot[bot]
6de72191bc
Bump sass-embedded from 1.91.0 to 1.92.0
...
Bumps [sass-embedded](https://github.com/sass/embedded-host-node ) from 1.91.0 to 1.92.0.
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/embedded-host-node/compare/1.91.0...1.92.0 )
---
updated-dependencies:
- dependency-name: sass-embedded
dependency-version: 1.92.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-03 19:00:27 +00:00
dependabot[bot]
92a684e9a0
Bump rollup from 4.49.0 to 4.50.0
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.49.0 to 4.50.0.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v4.49.0...v4.50.0 )
---
updated-dependencies:
- dependency-name: rollup
dependency-version: 4.50.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-03 15:58:09 +00:00
dependabot[bot]
810509711d
Bump jest-environment-jsdom from 30.1.1 to 30.1.2
...
Bumps [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom ) from 30.1.1 to 30.1.2.
- [Release notes](https://github.com/jestjs/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jestjs/jest/commits/HEAD/packages/jest-environment-jsdom )
---
updated-dependencies:
- dependency-name: jest-environment-jsdom
dependency-version: 30.1.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-03 15:10:57 +00:00
dependabot[bot]
d94f324b82
Bump jest from 30.1.1 to 30.1.2
...
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest ) from 30.1.1 to 30.1.2.
- [Release notes](https://github.com/jestjs/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jestjs/jest/commits/HEAD/packages/jest )
---
updated-dependencies:
- dependency-name: jest
dependency-version: 30.1.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-02 16:58:04 +00:00
dependabot[bot]
f1b0a60899
Bump jest from 30.0.5 to 30.1.1 ( #2873 )
...
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest ) from 30.0.5 to 30.1.1.
- [Release notes](https://github.com/jestjs/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jestjs/jest/commits/v30.1.1/packages/jest )
---
updated-dependencies:
- dependency-name: jest
dependency-version: 30.1.1
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>
2025-08-28 11:57:55 +00:00
dependabot[bot]
e906512d27
Bump rollup from 4.48.1 to 4.49.0 ( #2871 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.48.1 to 4.49.0.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v4.48.1...v4.49.0 )
---
updated-dependencies:
- dependency-name: rollup
dependency-version: 4.49.0
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>
2025-08-28 11:48:51 +00:00
dependabot[bot]
8b64c0dff0
Bump jest-each from 30.0.5 to 30.1.0 ( #2872 )
...
Bumps [jest-each](https://github.com/jestjs/jest/tree/HEAD/packages/jest-each ) from 30.0.5 to 30.1.0.
- [Release notes](https://github.com/jestjs/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jestjs/jest/commits/v30.1.0/packages/jest-each )
---
updated-dependencies:
- dependency-name: jest-each
dependency-version: 30.1.0
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>
2025-08-28 11:47:23 +00:00
dependabot[bot]
910af35b59
Bump jest-environment-jsdom from 30.0.5 to 30.1.1 ( #2874 )
...
Bumps [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom ) from 30.0.5 to 30.1.1.
- [Release notes](https://github.com/jestjs/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jestjs/jest/commits/v30.1.1/packages/jest-environment-jsdom )
---
updated-dependencies:
- dependency-name: jest-environment-jsdom
dependency-version: 30.1.1
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>
2025-08-28 07:40:10 -04:00
ccostino
8f37e7e618
Merge pull request #2869 from GSA/dependabot/npm_and_yarn/rollup-4.48.1
...
Bump rollup from 4.47.1 to 4.48.1
2025-08-27 09:10:23 -04:00
dependabot[bot]
258452dcbe
Bump rollup from 4.47.1 to 4.48.1
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.47.1 to 4.48.1.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v4.47.1...v4.48.1 )
---
updated-dependencies:
- dependency-name: rollup
dependency-version: 4.48.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-26 18:10:56 +00:00
dependabot[bot]
fe33285e9d
Bump sass-embedded from 1.90.0 to 1.91.0 ( #2863 )
...
Bumps [sass-embedded](https://github.com/sass/embedded-host-node ) from 1.90.0 to 1.91.0.
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/embedded-host-node/compare/1.90.0...1.91.0 )
---
updated-dependencies:
- dependency-name: sass-embedded
dependency-version: 1.91.0
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>
2025-08-26 12:10:56 -04:00
dependabot[bot]
37a86ecb31
Bump rollup from 4.46.4 to 4.47.1 ( #2860 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.46.4 to 4.47.1.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v4.46.4...v4.47.1 )
---
updated-dependencies:
- dependency-name: rollup
dependency-version: 4.47.1
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>
2025-08-25 11:25:28 -04:00
dependabot[bot]
63befd58f9
Bump playwright from 1.54.2 to 1.55.0 ( #2851 )
...
Bumps [playwright](https://github.com/microsoft/playwright ) from 1.54.2 to 1.55.0.
- [Release notes](https://github.com/microsoft/playwright/releases )
- [Commits](https://github.com/microsoft/playwright/compare/v1.54.2...v1.55.0 )
---
updated-dependencies:
- dependency-name: playwright
dependency-version: 1.55.0
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>
2025-08-21 10:33:21 -04:00
dependabot[bot]
6d9d147438
Bump rollup from 4.46.3 to 4.46.4 ( #2852 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.46.3 to 4.46.4.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v4.46.3...v4.46.4 )
---
updated-dependencies:
- dependency-name: rollup
dependency-version: 4.46.4
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>
2025-08-21 10:31:45 -04:00
dependabot[bot]
b1727e5742
Bump rollup from 4.46.2 to 4.46.3 ( #2844 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.46.2 to 4.46.3.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v4.46.2...v4.46.3 )
---
updated-dependencies:
- dependency-name: rollup
dependency-version: 4.46.3
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>
2025-08-19 08:23:18 -04:00
dependabot[bot]
0cb1060659
Bump @babel/preset-env from 7.28.0 to 7.28.3 ( #2836 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.28.0 to 7.28.3.
- [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.28.3/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-version: 7.28.3
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>
2025-08-15 19:11:00 +00:00
dependabot[bot]
fd90394dcd
Bump @babel/core from 7.28.0 to 7.28.3 ( #2837 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.28.0 to 7.28.3.
- [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.28.3/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-version: 7.28.3
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>
2025-08-15 15:03:31 -04:00
dependabot[bot]
12cd3d711e
Bump sass-embedded from 1.89.2 to 1.90.0 ( #2808 )
...
Bumps [sass-embedded](https://github.com/sass/embedded-host-node ) from 1.89.2 to 1.90.0.
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/embedded-host-node/compare/1.89.2...1.90.0 )
---
updated-dependencies:
- dependency-name: sass-embedded
dependency-version: 1.90.0
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>
2025-08-05 20:32:04 -04:00
dependabot[bot]
281c1e7e3a
Bump playwright from 1.54.1 to 1.54.2
...
Bumps [playwright](https://github.com/microsoft/playwright ) from 1.54.1 to 1.54.2.
- [Release notes](https://github.com/microsoft/playwright/releases )
- [Commits](https://github.com/microsoft/playwright/compare/v1.54.1...v1.54.2 )
---
updated-dependencies:
- dependency-name: playwright
dependency-version: 1.54.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-01 23:07:58 +00:00
alexjanousekGSA
611ada696f
Security scan updates
2025-07-31 12:47:40 -04:00
Alex Janousek
59f6cccbed
Merge pull request #2791 from GSA/dependabot/npm_and_yarn/rollup-4.46.2
...
Bump rollup from 4.45.1 to 4.46.2
2025-07-31 08:04:33 -04:00
dependabot[bot]
7e789b1b55
Bump morphdom from 2.7.5 to 2.7.7
...
Bumps [morphdom](https://github.com/patrick-steele-idem/morphdom ) from 2.7.5 to 2.7.7.
- [Changelog](https://github.com/patrick-steele-idem/morphdom/blob/master/CHANGELOG.md )
- [Commits](https://github.com/patrick-steele-idem/morphdom/compare/v2.7.5...v2.7.7 )
---
updated-dependencies:
- dependency-name: morphdom
dependency-version: 2.7.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-29 23:24:01 +00:00
dependabot[bot]
a8dd322b82
Bump rollup from 4.45.1 to 4.46.2
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.45.1 to 4.46.2.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v4.45.1...v4.46.2 )
---
updated-dependencies:
- dependency-name: rollup
dependency-version: 4.46.2
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-29 23:23:53 +00:00
dependabot[bot]
206e76a417
Bump jest-environment-jsdom from 30.0.4 to 30.0.5
...
Bumps [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom ) from 30.0.4 to 30.0.5.
- [Release notes](https://github.com/jestjs/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jestjs/jest/commits/v30.0.5/packages/jest-environment-jsdom )
---
updated-dependencies:
- dependency-name: jest-environment-jsdom
dependency-version: 30.0.5
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-23 21:29:49 +00:00
dependabot[bot]
32f8a31685
Bump jest from 30.0.4 to 30.0.5
...
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest ) from 30.0.4 to 30.0.5.
- [Release notes](https://github.com/jestjs/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jestjs/jest/commits/v30.0.5/packages/jest )
---
updated-dependencies:
- dependency-name: jest
dependency-version: 30.0.5
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-22 23:07:41 +00:00