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

Bump @types/browserslist from 4.8.0 to 4.15.0 #5118

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2021

Bumps @types/browserslist from 4.8.0 to 4.15.0.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the pr: dependencies relates to dependencies label Feb 1, 2021
@jeddy3
Copy link
Member

jeddy3 commented Feb 1, 2021

Failing on:

Error: types/autoprefixer/index.d.ts(2,27): error TS7016: Could not find a declaration file for module 'browserslist'. '/home/runner/work/stylelint/stylelint/node_modules/browserslist/index.js' implicitly has an 'any' type.
  Try `npm i --save-dev @types/browserslist` if it exists or add a new declaration (.d.ts) file containing `declare module 'browserslist';`
Error: types/autoprefixer/index.d.ts(60,24): error TS7016: Could not find a declaration file for module 'browserslist'. '/home/runner/work/stylelint/stylelint/node_modules/browserslist/index.js' implicitly has an 'any' type.
  Try `npm i --save-dev @types/browserslist` if it exists or add a new declaration (.d.ts) file containing `declare module 'browserslist';`

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/types/browserslist-4.15.0 branch from e1d4624 to 4414761 Compare February 15, 2021 11:04
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/types/browserslist-4.15.0 branch from 4414761 to 27d847b Compare February 15, 2021 11:05
ybiquitous added a commit that referenced this pull request Mar 3, 2021
`@types/browserslist@4.15.0` has been deprecated because `browserslist@4.16.3` provides its own type definitions.
So, this change removes `@types/browserslist` and updates `browserslist` to the latest version.

I execute the following commands to update `package.json` and `package-lock.json`:

```shell
npm rm @types/browserslist
npm up browserslist
```

See below:
- https://www.npmjs.com/package/@types/browserslist/v/4.15.0
- https://github.com/browserslist/browserslist/blob/4.16.3/index.d.ts

Close #5118
@ybiquitous
Copy link
Member

I've created PR #5182 to resolve these errors.

@m-allanson
Copy link
Member

Closing in favour of #5182

@m-allanson m-allanson closed this Mar 3, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 3, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@m-allanson m-allanson deleted the dependabot/npm_and_yarn/types/browserslist-4.15.0 branch March 3, 2021 10:48
jeddy3 pushed a commit that referenced this pull request Mar 3, 2021
`@types/browserslist@4.15.0` has been deprecated because `browserslist@4.16.3` provides its own type definitions.
So, this change removes `@types/browserslist` and updates `browserslist` to the latest version.

I execute the following commands to update `package.json` and `package-lock.json`:

```shell
npm rm @types/browserslist
npm up browserslist
```

See below:
- https://www.npmjs.com/package/@types/browserslist/v/4.15.0
- https://github.com/browserslist/browserslist/blob/4.16.3/index.d.ts

Close #5118
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: dependencies relates to dependencies
Development

Successfully merging this pull request may close these issues.

None yet

3 participants