Skip to content

Commit

Permalink
Update dependency rollup-plugin-dts to v6 (#739)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Caleb Eby <[email protected]>
  • Loading branch information
renovate[bot] and calebeby authored Aug 24, 2023
1 parent f5c0518 commit c51bbcb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"remark-lint-no-dead-urls": "1.1.0",
"remark-validate-links": "12.1.1",
"resolve.exports": "2.0.2",
"rollup-plugin-dts": "5.3.0",
"rollup-plugin-dts": "6.0.0",
"rollup-plugin-svelte": "7.1.5",
"rollup-plugin-vue": "6.0.0",
"sass": "1.62.1",
Expand Down
5 changes: 4 additions & 1 deletion src/module-server/rollup-plugin-container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ import { Parser } from 'acorn';
import type {
LoadResult,
ResolveIdResult,
PluginContext as RollupPluginContext,
TransformPluginContext as RollupPluginContext,
} from 'rollup';

import { combineSourceMaps } from './combine-source-maps.js';
Expand Down Expand Up @@ -103,6 +103,9 @@ type PluginContext = Omit<
| 'moduleIds'
| 'resolveId'
| 'load'
| 'debug'
| 'getCombinedSourcemap'
| 'info'
>;

export const createPluginContainer = (plugins: Plugin[]) => {
Expand Down

0 comments on commit c51bbcb

Please sign in to comment.