geofire-js
geofire-js copied to clipboard
Bump braces and rollup-plugin-typescript2 in /packages/geofire
Removes braces. It's no longer used after updating ancestor dependency rollup-plugin-typescript2. These dependencies need to be updated together.
Removes braces
Updates rollup-plugin-typescript2 from 0.19.3 to 0.36.0
Release notes
Sourced from rollup-plugin-typescript2's releases.
0.36.0
Features/bugfixes
- support newer
moduleResolutionkinds, update build to TS 5.x by@ezolenkoin ezolenko/rollup-plugin-typescript2#453- fix: hardcode declaration extension check by
@agilgur5in ezolenko/rollup-plugin-typescript2#456Internal (testing, refactors)
- github: mark
dist/*as generated code by@agilgur5in ezolenko/rollup-plugin-typescript2#457- deps: auto-update
semvervianpm audit fixby@agilgur5in ezolenko/rollup-plugin-typescript2#459- switching from tslint (deprecated) to eslint by
@ezolenkoin ezolenko/rollup-plugin-typescript2#463Full Changelog: https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.35.0...0.36.0
0.35.0
Features
- Support
module: "ES2022"by@ezolenkoin ezolenko/rollup-plugin-typescript2#450- Support cts/mts file types by
@ezolenkoin ezolenko/rollup-plugin-typescript2#451Bugfixes
- Disable cache in watch mode by
@ezolenkoin ezolenko/rollup-plugin-typescript2#452Full Changelog: https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.34.1...0.35.0
0.34.1
Bugfixes
- fix: don't error out while catching a
buildStarterror by@agilgur5in ezolenko/rollup-plugin-typescript2#422
- This fixes an initialization regression in
0.34.0where users sawTypeError: Cannot read property 'done' of undefinedinstead of their actual initialization error, such as atsconfigissue (such as with ezolenko/rollup-plugin-typescript2#421)- fix: add compatibility checks w/
semverby@agilgur5in ezolenko/rollup-plugin-typescript2#424
0.34.0introduced a type-only fix that relied on Rollup 2.60.0+ and would (accidentally) error out on older versions of Rollup. This fix handles it gracefully with a clear warning message instead and skips that check when using an older version of Rollup (i.e. partly backward-compatible).- This also adds an error if
peerDependenciesminimum versions have not been met- fix: don't resolve
filtered files by@agilgur5in ezolenko/rollup-plugin-typescript2#428
- This fixes a regression from
0.33.0that could cause rpt2 to (accidentally) resolve files that should have been filtered out by the plugininclude/exclude(such as with ezolenko/rollup-plugin-typescript2#427)Internal (testing, refactors)
- clean(deps): remove unused
@types/resolveby@agilgur5in ezolenko/rollup-plugin-typescript2#423- test: increase
no-errorsintegration timeout to 20s by@agilgur5in ezolenko/rollup-plugin-typescript2#425Full Changelog: https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.34.0...0.34.1
0.34.0
Bugfixes
- fix: handle all type-only imports by piping TS imports by
@agilgur5in #406
- If you have ever had issues with some files not being type-checked or not generating declarations, this should conclusively fix all such issues. This type of issue used to occur if you had a type-only / interface-only / emit-less file, i.e. a file with only TS
types andinterfaces that would produce no JS.- NOTE: This requires Rollup version
2.60.0+ as it requires the use ofthis.load
... (truncated)
Commits
e9ede1d- build592ed5cswitching from tslint (deprecated) to eslint (#463)fc85376- build versionce2038dsupport newermoduleResolutionkindsb43001edeps: auto-updatesemvervianpm audit fix(#459)976dadbfix: hardcode declaration extension check (#456)61c7392github: markdist/*as generated code (#457)68017aeAdding node 20.x to unit test environments31f61f7- build for 0.35.0bb78363- fix for unittest- 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 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) You can disable automated security fix PRs for this repo from the Security Alerts page.