Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Version bump for Dev Dependencies#202

Open
awhitford wants to merge 3 commits into
sveltejs:masterfrom
awhitford:devDepBump
Open

Version bump for Dev Dependencies#202
awhitford wants to merge 3 commits into
sveltejs:masterfrom
awhitford:devDepBump

Conversation

@awhitford

Copy link
Copy Markdown
  • @rollup/plugin-commonjs and @rollup/plugin-node-resolve has major versions released
  • @rollup/plugin-typescript was 2 major versions behind, and typescript bumped to 4

@antony antony left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit

Comment thread scripts/setupTypeScript.js Outdated

<script lang="ts">
export let name: string;
export let name: string;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The style guide for Svelte is to use tabs, not spaces.

@awhitford awhitford Jan 7, 2021

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't mind reverting this -- this is just Format on Save. However, where is that Svelte Style Guide documented? (I couldn't find anything.) And would that apply to this js script (since it isn't a .svelte file)? And it is commented out, so this is actually just a comment.

Comment thread package.json
"rollup": "^2.3.4",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"rollup": "^2.35.1",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there's no need to change this. ^2.3.4 will get you the latest 2.x version

@benmccann

Copy link
Copy Markdown
Member

I didn't see this PR and merged #210 which had some of the same changes. If you drop the package.json changes from this PR I can merge the changes to scripts/setupTypeScript.js

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants