svelte-jsx
svelte-jsx copied to clipboard
chore(deps-dev): bump rollup-plugin-svelte from 5.2.3 to 7.1.0
Bumps rollup-plugin-svelte from 5.2.3 to 7.1.0.
Changelog
Sourced from rollup-plugin-svelte's changelog.
7.1.0
- Preprocessor sourcemap support (#157)
7.0.0
- New minimum version requirements (#138, #142):
- Rollup 2+
- Svelte 3.5+ (Svelte 2 is no longer supported)
- Node 10+
- Breaking: Offload CSS handling to Rollup — you will now need an external plugin like
rollup-plugin-css-onlyto extract your styles to.cssfiles as demonstrated in the template (#147)- Breaking: Options to be passed directly to the Svelte compiler must now go under a
compilerOptionskey in the plugin configuration object (#145)- Extend
CompileOptionsinterface directly (#126)- Pass relative
filenameto svelte compiler (#131)- Link
sourcemapwith source correctly (#140)- Respect
sourcemapExcludeSourcesRollup config (#93)- Keep all sourcemaps from chunk (#44)
6.1.1
- Use
require('svelte/compiler')rather thanrequire('svelte/compiler.js')to work with new Svelte exports map6.1.0
- feat: allow custom Svelte compilers via new
svelteoption: (#124)- fix: use native
fs.existsSyncmethod: (50e03e5)- chore: Power CI via GitHub Action (
61ead9a..23e83a4)6.0.2
- Added default value to CssWriter.write map option (#135)
- Do not warn about missing unused css selectors if both css and emitCss are false (#127)
6.0.1
- Fix types to allow
css: false(#125)6.0.0
- Breaking changes:
- Rollup 1.19.2+ is now required
- The path passed to
css.write()is now relative to the destination directory.- Other changes:
Commits
1b33c76-> v7.1.0b5f9c82Avoid destructuring plugin methods in tests (#161)447b84fupdate changelogb79050bFix typo (#173)9130193Fix a typo (duplicate word "keep") (#168)e1c2aa6Minor cleanup from typescript linting (#158)7503febAdd preprocessor sourcemap (#157)b0357c3Remove unused code from type definitions (#156)a8d394aUpdate README with new compilerOptionse41767aHighlight breaking changes and give migration tips- 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)
Pull Request Test Coverage Report for Build 508536781
- 0 of 0 changed or added relevant lines in 0 files are covered.
- No unchanged relevant lines lost coverage.
- Overall coverage remained the same at 100.0%
| Totals | |
|---|---|
| Change from base Build 225991913: | 0.0% |
| Covered Lines: | 11 |
| Relevant Lines: | 11 |