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

Update Brotli size package #260

Closed
wants to merge 1 commit into from
Closed

Update Brotli size package #260

wants to merge 1 commit into from

Conversation

roopakv
Copy link

@roopakv roopakv commented Nov 1, 2018

Description

Update the brotli-size package to make bundlesize suport node 10

Motivation and Context

We depend on bundlesize and are looking to move to node 10. bundlesize use brotli-size which uses iltorb. The current version of iltorb that comes with bundlesize doesnt work with node 10.

This PR simply updates the dependency so that we are unblocked from updating node to 10 (and so are others)

I noticed #220 to make brotli-size optional and that seems like a bigger effort. However, this is a simple upgrade and would love if we could get this in and out to unblock node 10 support

Screenshots (if appropriate):

NA

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Checklist:

  • My code follows the code style of this project.
  • If my change requires a change to the documentation I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I created an issue for the Pull Request

Fixes #261

@roopakv
Copy link
Author

roopakv commented Nov 5, 2018

friendly ping

@roopakv
Copy link
Author

roopakv commented Nov 14, 2018

hi, @siddharthkp any chance you could take a look at this soon :)

@nikolaik
Copy link

Any chance of this getting merged? This would save building iltorb on every bundlesize install.

@stefee
Copy link

stefee commented Feb 12, 2019

@nikolaik
We are using our own fork for now which includes this change (no guarantee of future support): https://www.npmjs.com/package/@condenast/bundlesize
https://github.com/conde-nast-international/bundlesize

@nikolaik
Copy link

✨ Nice! @srilq Is the NPM package intentionally private?

@stefee
Copy link

stefee commented Feb 12, 2019

@nikolaik
Oops, it's public now

@XhmikosR
Copy link
Contributor

XhmikosR commented Mar 3, 2019

@siddharthkp: can this be merged until #220 is done? We are stuck with an old version due to missing Node.js >=10 support.

benjamn added a commit to apollographql/apollo-client that referenced this pull request Mar 5, 2019
benjamn added a commit to apollographql/apollo-client that referenced this pull request Mar 6, 2019
@palashmon
Copy link
Collaborator

This is fixed now in 0.17.2 release.

@palashmon palashmon closed this May 21, 2019
benjamn added a commit to apollographql/apollo-client that referenced this pull request Sep 11, 2019
This reverts my previous PR #4538, now that
siddharthkp/bundlesize#260 has been merged and
published to npm.
StephenBarlow pushed a commit to apollographql/apollo-client that referenced this pull request Oct 1, 2019
This reverts my previous PR #4538, now that
siddharthkp/bundlesize#260 has been merged and
published to npm.
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.

Allow support for node 10
5 participants