react-a11y-dialog
react-a11y-dialog copied to clipboard
chore(deps-dev): bump rollup from 4.9.2 to 4.9.4
Bumps rollup from 4.9.2 to 4.9.4.
Release notes
Sourced from rollup's releases.
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
2024-01-05
Bug Fixes
- Support
__proto__as export/import name (#5313)- Use ESTree AST type over custom type in user-facing types (#5323)
Pull Requests
- #5313: Correctly handling proto export as module object key (
@LongTengDao)- #5323: fix: Add estree.Program type to rollup.d.ts (
@TrickyPi)- #5326: docs: fix grammar (
@gigabites19)- #5329: chore(deps): update dependency
@vue/eslint-config-prettierto v9 (@renovate[bot])- #5330: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])
Changelog
Sourced from rollup's changelog.
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
- Support
__proto__as export/import name (#5313)- Use ESTree AST type over custom type in user-facing types (#5323)
Pull Requests
- #5313: Correctly handling proto export as module object key (
@LongTengDao)- #5323: fix: Add estree.Program type to rollup.d.ts (
@TrickyPi)- #5326: docs: fix grammar (
@gigabites19)- #5329: chore(deps): update dependency
@vue/eslint-config-prettierto v9 (@renovate[bot])- #5330: chore(deps): lock file maintenance minor/patch updates (
@renovate[bot])
Commits
18372034.9.447e9bd1Correctly handling number key (#5328)c249413Handle pure annotations that are separated by a comment (#5332)4ab3ad34.9.32fe215dchore(deps): lock file maintenance minor/patch updates (#5330)97562cachore(deps): update dependency@vue/eslint-config-prettierto v9 (#5329)94f112cdocs: fix grammar (#5326)75bb7faCorrectly handling proto export as module object key (#5313)8520c55fix: Add estree.Program type to rollup.d.ts (#5323)- See full diff 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)