mini-create-react-context
mini-create-react-context copied to clipboard
Bump rollup from 2.44.0 to 2.60.0
Bumps rollup from 2.44.0 to 2.60.0.
Release notes
Sourced from rollup's releases.
v2.59.0
2021-11-01
Features
- Support static class initialization blocks (#4249)
Bug Fixes
- Fix an issue with the CommonJS plugin when module.exports has inherited properties (#4256)
Pull Requests
- #4236: typescript bug class field initialization order (
@dnalborczyk)- #4249: Support for class static initialization block (
@dnalborczykand@lukastaegert)- #4256: Skip inherited properties in synthetic namespaces (
@lukastaegert)v2.58.1
2021-10-25
Bug Fixes
- Fix an issue with the CommonJS plugin when module.exports is falsy (#4247)
Pull Requests
- #4247: Handle falsy synthetic namespaces (
@lukastaegert)v2.58.0
2021-10-01
Features
- Add a flag to more reliably identify entry points in the
resolveIdhook (#4230)Pull Requests
- #4230: Add isEntry flag to resolveId and this.resolve (
@lukastaegert)- #4233: Remove unused rollup-plugin-typescript ambient module types (
@dnalborczyk)- #4235: Update dependencies (
@lukastaegert)v2.57.0
2021-09-22
Features
... (truncated)
Changelog
Sourced from rollup's changelog.
2.60.0
2021-11-11
Features
- Add
this.loadcontext function to load, transform and parse modules without adding them to the graph (#4234)- Sanitize non-url-safe characters in generated chunk names by default (#4262)
- Support ESM plugins via command line (#4265)
Pull Requests
- #4234: Plugin context function for pre-loading modules (
@lukastaegert)- #4262: exclude invalid URL chars (
@danielroe)- #4265: support loading ESM plugins from the CLI via --plugin (
@kzc)2.59.0
2021-11-01
Features
- Support static class initialization blocks (#4249)
Bug Fixes
- Fix an issue with the CommonJS plugin when module.exports has inherited properties (#4256)
Pull Requests
- #4236: typescript bug class field initialization order (
@dnalborczyk)- #4249: Support for class static initialization block (
@dnalborczykand@lukastaegert)- #4256: Skip inherited properties in synthetic namespaces (
@lukastaegert)2.58.3
2021-10-25
Bug Fixes
- Republish 2.58.1 with npm 6 as files were missing
2.58.2
2021-10-25
Bug Fixes
- Republish 2.58.1 as files were missing
... (truncated)
Commits
8d983412.60.03ddd3e3Update changelogaeb1eddPlugin context function for pre-loading modules (#4234)2d85884support loading ESM plugins from the CLI (#4265)2810269fix(utils): exclude invalid URL chars (#4262)66b31392.59.0f7f4e2eUpdate changelog2feb494Skip inherited properties in synthetic namespaces (#4256)73c10cdtypescript bug class field initialization order (#4236)ce3de49Support for class static initialization block (#4249)- 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 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)