chartjs-chart-matrix
chartjs-chart-matrix copied to clipboard
Bump rollup from 3.10.1 to 4.9.6
Bumps rollup from 3.10.1 to 4.9.6.
Release notes
Sourced from rollup's releases.
v4.9.6
4.9.6
2024-01-21
Bug Fixes
- Detect side effects when an element that was pushed into an array is modified via the array (#5352)
Pull Requests
- #5337: Generate AST transformers from config (
@lukastaegert
)- #5340: Also type-check d.ts files (
@lukastaegert
)- #5348: chore(deps): lock file maintenance minor/patch updates (
@renovate
[bot])- #5351: chore(deps): update dependency vite to v5.0.12 [security] (
@renovate
[bot])- #5352: Track mutations of elements pushed into arrays (
@lukastaegert
)v4.9.5
4.9.5
2024-01-12
Bug Fixes
- Fix issue where on Windows, Rollup would not load due to problems with the MSVC executable (#5335)
Pull Requests
- #5334: Fix typo in commondir.ts (
@akiomik
)- #5335: build: static link msvc runtime on Windows x64 platform (
@Brooooooklyn
)- #5338: chore(deps): lock file maintenance minor/patch updates (
@renovate
[bot])v4.9.4
4.9.4
2024-01-06
Bug Fixes
- Use quotes for keys in namespaces that are only numbers but are not valid integers (#5328)
- Allow to have comments between pure annotations and the annoted node (#5332)
Pull Requests
- #5328: Correctly handling number key (
@LongTengDao
)- #5332: Handle pure annotations that are separated by a comment (
@lukastaegert
)v4.9.3
4.9.3
... (truncated)
Changelog
Sourced from rollup's changelog.
4.9.6
2024-01-21
Bug Fixes
- Detect side effects when an element that was pushed into an array is modified via the array (#5352)
Pull Requests
- #5337: Generate AST transformers from config (
@lukastaegert
)- #5340: Also type-check d.ts files (
@lukastaegert
)- #5348: chore(deps): lock file maintenance minor/patch updates (
@renovate
[bot])- #5351: chore(deps): update dependency vite to v5.0.12 [security] (
@renovate
[bot])- #5352: Track mutations of elements pushed into arrays (
@lukastaegert
)4.9.5
2024-01-12
Bug Fixes
- Fix issue where on Windows, Rollup would not load due to problems with the MSVC executable (#5335)
Pull Requests
- #5334: Fix typo in commondir.ts (
@akiomik
)- #5335: build: static link msvc runtime on Windows x64 platform (
@Brooooooklyn
)- #5338: chore(deps): lock file maintenance minor/patch updates (
@renovate
[bot])4.9.4
2024-01-06
Bug Fixes
- Use quotes for keys in namespaces that are only numbers but are not valid integers (#5328)
- Allow to have comments between pure annotations and the annoted node (#5332)
Pull Requests
- #5328: Correctly handling number key (
@LongTengDao
)- #5332: Handle pure annotations that are separated by a comment (
@lukastaegert
)4.9.3
2024-01-05
Bug Fixes
... (truncated)
Commits
ecb6b0a
4.9.6f2ed658
Track mutations of elements pushed into arrays (#5352)c4ba8eb
chore(deps): update dependency vite to v5.0.12 [security] (#5351)328e7d2
chore(deps): lock file maintenance minor/patch updates (#5348)11734c1
Also type-check d.ts files (#5340)3ba1511
Generate AST transformers from config (#5337)7fa474c
4.9.5d546732
chore(deps): lock file maintenance minor/patch updates (#5338)e37b05c
build: static link msvc runtime on Windows x64 platform (#5335)6b31fea
Fix typo in commondir.ts (#5334)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Superseded by #145.