chore(deps-dev): bump jsdom from 26.1.0 to 29.0.1 in /autobot-frontend#2506
Conversation
|
Deferred — 3 major version jump requires local testing. jsdom 26.x → 29.x spans 3 major releases with breaking changes:
Need to run |
|
| Metric | Count |
|---|---|
| Total Violations | 2 |
| SSOT Violations (high priority) | 1 |
| Other Violations | 1 |
⚠️ 1 values have SSOT config equivalents!
These should be replaced with SSOT config imports:
Python:
from src.config.ssot_config import config
# Use: config.vm.main, config.port.backend, config.backend_urlTypeScript:
import config from '@/config/ssot-config'
// Use: config.vm.main, config.port.backend, config.backendUrl📖 See SSOT_CONFIG_GUIDE.md for documentation.
ee51e38 to
0d3cb91
Compare
Bumps [jsdom](https://github.com/jsdom/jsdom) from 26.1.0 to 29.0.1. - [Release notes](https://github.com/jsdom/jsdom/releases) - [Commits](jsdom/jsdom@v26.1.0...v29.0.1) --- updated-dependencies: - dependency-name: jsdom dependency-version: 29.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
0d3cb91 to
c70b0bd
Compare
|
Closing as superseded — PR #2603 already includes jsdom upgrade along with all other frontend dependency updates. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps jsdom from 26.1.0 to 29.0.1.
Release notes
Sourced from jsdom's releases.
... (truncated)
Commits
34c7d6e29.0.18ffc811Add benchmark for computed style property access5f2434cUpdate dependencies and dev dependencies1e8a7ffHandle global keywords in CSS shorthand property handlers0b79509Wrap getComputedStyle return value for proper indexed accessd589a8eFix border shorthand parsinge528859Modernize release infrastructure00522ceVersion 29.0.0a217975Use undici's request() API for XHR dispatchingf29722dConvert CSSStyleDeclaration to webidl2jsMaintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for jsdom since your current version.
Install script changes
This version modifies
preparescript that runs during installation. Review the package contents before updating.