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

Version bump for Dev Dependencies #202

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

awhitford
Copy link

  • @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

Copy link
Member

@antony antony left a comment

Choose a reason for hiding this comment

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

nit

@@ -3,7 +3,7 @@
/** This script modifies the project to support TS code in .svelte files like:

<script lang="ts">
export let name: string;
export let name: string;
Copy link
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.

Copy link
Author

@awhitford awhitford Jan 7, 2021

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.

"rollup": "^2.3.4",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"rollup": "^2.35.1",
Copy link
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
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.

None yet

3 participants