Skip to content

Bump the all-dependencies group with 9 updates #1027

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2023

Bumps the all-dependencies group with 9 updates:

Package Update
@rollup/plugin-typescript 11.1.1 to 11.1.2
@typescript-eslint/eslint-plugin 5.60.0 to 5.60.1
eslint 8.43.0 to 8.44.0
rollup 3.25.2 to 3.26.0
tslib 2.5.3 to 2.6.0
typescript 5.1.3 to 5.1.6
@rmenke/css-tokenizer-tests 1.0.10 to 1.0.11
puppeteer 20.7.3 to 20.7.4
@webref/css 6.5.9 to 6.6.0

Updates @rollup/plugin-typescript from 11.1.1 to 11.1.2

Changelog

Sourced from @​rollup/plugin-typescript's changelog.

v11.1.2

2023-06-28

Bugfixes

  • fix: change the value of isExternalLibraryImport to false if the resolvedModule should be compiled #1521
Commits
  • 1f02ab2 chore(release): typescript v11.1.2
  • 6b134ed fix(typescript): change the value of isExternalLibraryImport to false if the ...
  • 5d477ec chore(release): typescript v11.1.1
  • See full diff in compare view

Updates @typescript-eslint/eslint-plugin from 5.60.0 to 5.60.1

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v5.60.1

5.60.1 (2023-06-26)

Note: Version bump only for package @​typescript-eslint/typescript-eslint

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

5.60.1 (2023-06-26)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

Commits

Updates eslint from 8.43.0 to 8.44.0

Release notes

Sourced from eslint's releases.

v8.44.0

Features

  • 1766771 feat: add es2023 and es2024 environments (#17328) (Milos Djermanovic)
  • 4c50400 feat: add ecmaVersion: 2024, regexp v flag parsing (#17324) (Milos Djermanovic)
  • 4d411e4 feat: add ternaryOperandBinaryExpressions option to no-extra-parens rule (#17270) (Percy Ma)
  • c8b1f4d feat: Move parserServices to SourceCode (#17311) (Milos Djermanovic)
  • ef6e24e feat: treat unknown nodes as having the lowest precedence (#17302) (Brad Zacher)
  • 1866e1d feat: allow flat config files to export a Promise (#17301) (Milos Djermanovic)

Bug Fixes

  • a36bcb6 fix: no-unused-vars false positive with logical assignment operators (#17320) (Gweesin Chan)
  • 7620b89 fix: Remove no-unused-labels autofix before potential directives (#17314) (Francesco Trotta)
  • 391ed38 fix: Remove no-extra-semi autofix before potential directives (#17297) (Francesco Trotta)

Documentation

  • 526e911 docs: resubmit pr 17115 doc changes (#17291) (唯然)
  • e1314bf docs: Integration section and tutorial (#17132) (Ben Perlmutter)
  • 19a8c5d docs: Update README (GitHub Actions Bot)

Chores

  • 49e46ed chore: upgrade @​eslint/js@​8.44.0 (#17329) (Milos Djermanovic)
  • a1cb642 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 840a264 test: More test cases for no-case-declarations (#17315) (Elian Cordoba)
  • e6e74f9 chore: package.json update for eslint-config-eslint release (ESLint Jenkins)
  • eb3d794 chore: upgrade semver@7.5.3 (#17323) (Ziyad El Abid)
  • cf88439 chore: upgrade optionator@0.9.3 (#17319) (Milos Djermanovic)
  • 9718a97 refactor: remove unnecessary code in flat-eslint.js (#17308) (Milos Djermanovic)
  • f82e56e perf: various performance improvements (#17135) (moonlightaria)
  • da81e66 chore: update eslint-plugin-jsdoc to 46.2.5 (#17245) (唯然)
  • b991640 chore: switch eslint-config-eslint to the flat format (#17247) (唯然)
Changelog

Sourced from eslint's changelog.

v8.44.0 - June 30, 2023

  • 49e46ed chore: upgrade @​eslint/js@​8.44.0 (#17329) (Milos Djermanovic)
  • a1cb642 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 1766771 feat: add es2023 and es2024 environments (#17328) (Milos Djermanovic)
  • 4c50400 feat: add ecmaVersion: 2024, regexp v flag parsing (#17324) (Milos Djermanovic)
  • 4d411e4 feat: add ternaryOperandBinaryExpressions option to no-extra-parens rule (#17270) (Percy Ma)
  • 840a264 test: More test cases for no-case-declarations (#17315) (Elian Cordoba)
  • e6e74f9 chore: package.json update for eslint-config-eslint release (ESLint Jenkins)
  • eb3d794 chore: upgrade semver@7.5.3 (#17323) (Ziyad El Abid)
  • a36bcb6 fix: no-unused-vars false positive with logical assignment operators (#17320) (Gweesin Chan)
  • c8b1f4d feat: Move parserServices to SourceCode (#17311) (Milos Djermanovic)
  • cf88439 chore: upgrade optionator@0.9.3 (#17319) (Milos Djermanovic)
  • 7620b89 fix: Remove no-unused-labels autofix before potential directives (#17314) (Francesco Trotta)
  • ef6e24e feat: treat unknown nodes as having the lowest precedence (#17302) (Brad Zacher)
  • 9718a97 refactor: remove unnecessary code in flat-eslint.js (#17308) (Milos Djermanovic)
  • 1866e1d feat: allow flat config files to export a Promise (#17301) (Milos Djermanovic)
  • f82e56e perf: various performance improvements (#17135) (moonlightaria)
  • da81e66 chore: update eslint-plugin-jsdoc to 46.2.5 (#17245) (唯然)
  • 526e911 docs: resubmit pr 17115 doc changes (#17291) (唯然)
  • b991640 chore: switch eslint-config-eslint to the flat format (#17247) (唯然)
  • 391ed38 fix: Remove no-extra-semi autofix before potential directives (#17297) (Francesco Trotta)
  • e1314bf docs: Integration section and tutorial (#17132) (Ben Perlmutter)
  • 19a8c5d docs: Update README (GitHub Actions Bot)
Commits
  • 8c1ec65 8.44.0
  • 849933b Build: changelog update for 8.44.0
  • 49e46ed chore: upgrade @​eslint/js@​8.44.0 (#17329)
  • a1cb642 chore: package.json update for @​eslint/js release
  • 1766771 feat: add es2023 and es2024 environments (#17328)
  • 4c50400 feat: add ecmaVersion: 2024, regexp v flag parsing (#17324)
  • 4d411e4 feat: add ternaryOperandBinaryExpressions option to no-extra-parens rule (#17...
  • 840a264 test: More test cases for no-case-declarations (#17315)
  • e6e74f9 chore: package.json update for eslint-config-eslint release
  • eb3d794 chore: upgrade semver@7.5.3 (#17323)
  • Additional commits viewable in compare view

Updates rollup from 3.25.2 to 3.26.0

Release notes

Sourced from rollup's releases.

v3.26.0

3.26.0

2023-06-30

Features

  • Add --filterLogs CLI flag and ROLLUP_FILTER_LOGS environment variable for log filtering (#5035)

Pull Requests

v3.25.3

3.25.3

2023-06-26

Bug Fixes

  • Fix error when inlining dynamic imports that contain unused reexported variables (#5047)

Pull Requests

Changelog

Sourced from rollup's changelog.

3.26.0

2023-06-30

Features

  • Add --filterLogs CLI flag and ROLLUP_FILTER_LOGS environment variable for log filtering (#5035)

Pull Requests

3.25.3

2023-06-26

Bug Fixes

  • Fix error when inlining dynamic imports that contain unused reexported variables (#5047)

Pull Requests

Commits
  • 1b62c33 3.26.0
  • 5365e5e Add ability to filter logs via CLI option or environment variable (#5035)
  • e7197b2 chore(deps): lock file maintenance minor/patch updates (#5049)
  • ce45350 3.25.3
  • 83d21a4 Do not add tree-shaken variables to namespaces when inlining dynamic imports ...
  • See full diff in compare view

Updates tslib from 2.5.3 to 2.6.0

Release notes

Sourced from tslib's releases.

tslib 2.6.0

What's Changed

Full Changelog: microsoft/tslib@v2.5.3...2.6.0

Commits

Updates typescript from 5.1.3 to 5.1.6

Release notes

Sourced from typescript's releases.

TypeScript 5.1.5

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits

Updates @rmenke/css-tokenizer-tests from 1.0.10 to 1.0.11

Updates puppeteer from 20.7.3 to 20.7.4

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v20.7.4

20.7.4 (2023-06-29)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 1.4.2 to 1.4.3

puppeteer: v20.7.4

20.7.4 (2023-06-29)

Miscellaneous Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 20.7.3 to 20.7.4
      • @​puppeteer/browsers bumped from 1.4.2 to 1.4.3
Commits

Updates @webref/css from 6.5.9 to 6.6.0

Commits
  • 6dd3dd6 Publish curated data from 5f315d9a56a67b3b14e912df5e5d2d1cadf57aa1
  • 88e354e Publish curated data from 2bc109603251d4294678ad420e1c93583790d41d
  • 3c8d8ec Publish curated data from 01fa178fd8778065e6217d2a07ad16376158ffa8
  • 86bde51 Publish curated data from 095037fb1553a10df9673818530d20aa4cc1b50e
  • 71dbaf2 Publish curated data from c36c15057f214b3b33ac1023e52d0106cd0f5732
  • e759599 Publish curated data from fd89c58efff98bea2c6395c430250eec70a47251
  • d5289e7 Publish curated data from 45ead7be4fb25c924ff943a1eec1646a9c9e43de
  • e055f23 Publish curated data from 9da0521c213220f06210d12397d2b11085c5cb08
  • df9b0fe Publish curated data from 9143e39ebdc11320bcd78c4d0e89451b030eeb3c
  • e7e56c1 Publish curated data from 561f25f3157a20cee9c94d88da5c7b8ba10a730f
  • Additional commits viewable in compare view

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

Bumps the all-dependencies group with 9 updates:

| Package | Update |
| --- | --- |
| [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) | 11.1.1 to 11.1.2 |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | 5.60.0 to 5.60.1 |
| [eslint](https://github.com/eslint/eslint) | 8.43.0 to 8.44.0 |
| [rollup](https://github.com/rollup/rollup) | 3.25.2 to 3.26.0 |
| [tslib](https://github.com/Microsoft/tslib) | 2.5.3 to 2.6.0 |
| [typescript](https://github.com/Microsoft/TypeScript) | 5.1.3 to 5.1.6 |
| @rmenke/css-tokenizer-tests | 1.0.10 to 1.0.11 |
| [puppeteer](https://github.com/puppeteer/puppeteer) | 20.7.3 to 20.7.4 |
| [@webref/css](https://github.com/w3c/webref) | 6.5.9 to 6.6.0 |


Updates `@rollup/plugin-typescript` from 11.1.1 to 11.1.2
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/typescript-v11.1.2/packages/typescript)

Updates `@typescript-eslint/eslint-plugin` from 5.60.0 to 5.60.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.60.1/packages/eslint-plugin)

Updates `eslint` from 8.43.0 to 8.44.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.43.0...v8.44.0)

Updates `rollup` from 3.25.2 to 3.26.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v3.25.2...v3.26.0)

Updates `tslib` from 2.5.3 to 2.6.0
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](microsoft/tslib@v2.5.3...2.6.0)

Updates `typescript` from 5.1.3 to 5.1.6
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

Updates `@rmenke/css-tokenizer-tests` from 1.0.10 to 1.0.11

Updates `puppeteer` from 20.7.3 to 20.7.4
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](puppeteer/puppeteer@puppeteer-v20.7.3...puppeteer-v20.7.4)

Updates `@webref/css` from 6.5.9 to 6.6.0
- [Commits](https://github.com/w3c/webref/compare/@webref/css@6.5.9...@webref/css@6.6.0)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: tslib
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@rmenke/css-tokenizer-tests"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@webref/css"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@romainmenke romainmenke merged commit aaf8807 into main Jul 1, 2023
@romainmenke romainmenke deleted the dependabot/npm_and_yarn/all-dependencies-ae8c3298fd branch July 1, 2023 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant