Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: rollup, and @rollup/pluginutils, version ranges update. #113

Merged
merged 1 commit into from
Mar 5, 2023

Conversation

elycruz
Copy link
Owner

@elycruz elycruz commented Mar 5, 2023

Fixes issue #112 .

Changes

  • Updated 'rollup', and '@rollup/pluginutils', version ranges to allow an matching version of '@rollup/pluginutils' to be installed alongside 'rollup' v3.
  • Removed '@types/rollup', and '@types/sass', from dev-deps due to these not being used in development, since they're just 'stub' packages (their implementation packages export/contain their own typings), and are deprecated, they are safe to removed.
  • scripts - Updated 'clean-and-run-downlevel-dts' script, to ignore 'directory not found' warning, when attempting to delete the './ts*' directory, before genating it's new content, since removing the directory, before content generation, is what we're trying to do there.
  • gh-actions - Removed unrequired 'github packages' action - We're only publishing to 'npm' for now.

…s to allow an matching version of '@rollup/pluginutils' to be installed alongside 'rollup' v3.

- Removed '@types/rollup', and '@types/sass', from dev-deps due to these not being used in development, since they're just 'stub' packages (their implementation packages export/contain their own typings), and are deprecated, they are safe to removed.
- scripts - Updated 'clean-and-run-downlevel-dts' script, to ignore 'directory not found' warning, when attempting to delete the './ts*' directory, before genating it's new content, since removing the directory, before content generation, is what we're trying to do there.
- gh-actions - Removed unrequired 'github packages' action - We're only publishing to 'npm' for now.
@elycruz elycruz self-assigned this Mar 5, 2023
@elycruz elycruz changed the base branch from master to dev March 5, 2023 17:18
Copy link
Owner Author

@elycruz elycruz left a comment

Choose a reason for hiding this comment

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

LG.

@elycruz elycruz merged commit bbdfcfc into dev Mar 5, 2023
@elycruz elycruz deleted the bugfix/rollup_version_range-#112 branch March 5, 2023 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant