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

build(deps-dev): bump the theoretically-non-breaking group with 13 updates #4165

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 22, 2024

Bumps the theoretically-non-breaking group with 13 updates:

Package From To
@typescript-eslint/eslint-plugin 7.6.0 7.7.0
@typescript-eslint/parser 7.6.0 7.7.0
magic-string 0.30.9 0.30.10
nx 18.2.4 18.3.3
rollup 4.14.3 4.16.1
terser 5.30.3 5.30.4
@wdio/cli 8.36.0 8.36.1
@wdio/local-runner 8.36.0 8.36.1
@wdio/mocha-framework 8.36.0 8.36.1
@wdio/sauce-service 8.36.0 8.36.1
@wdio/spec-reporter 8.36.0 8.36.1
@wdio/static-server-service 8.36.0 8.36.1
webdriverio 8.36.0 8.36.1

Updates @typescript-eslint/eslint-plugin from 7.6.0 to 7.7.0

Release notes

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

v7.7.0

7.7.0 (2024-04-15)

🚀 Features

  • eslint-plugin: replace no-new-symbol with no-new-native-nonconstructor (#8895)
  • typescript-estree: add defaultProject for project service (#8815)

❤️ Thank You

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

Changelog

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

7.7.0 (2024-04-15)

🚀 Features

  • eslint-plugin: replace no-new-symbol with no-new-native-nonconstructor

❤️ Thank You

  • Dave
  • Josh Goldberg ✨

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

Commits
  • e44a1a2 chore(release): publish 7.7.0
  • fda5704 feat(eslint-plugin): replace no-new-symbol with `no-new-native-nonconstruct...
  • See full diff in compare view

Updates @typescript-eslint/parser from 7.6.0 to 7.7.0

Release notes

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

v7.7.0

7.7.0 (2024-04-15)

🚀 Features

  • eslint-plugin: replace no-new-symbol with no-new-native-nonconstructor (#8895)
  • typescript-estree: add defaultProject for project service (#8815)

❤️ Thank You

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

Changelog

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

7.7.0 (2024-04-15)

This was a version bump only for parser to align it with other projects, there were no code changes.

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

Commits

Updates magic-string from 0.30.9 to 0.30.10

Changelog

Sourced from magic-string's changelog.

0.30.10 (2024-04-17)

Bug Fixes

Commits

Updates nx from 18.2.4 to 18.3.3

Release notes

Sourced from nx's releases.

18.3.3 (2024-04-20)

🩹 Fixes

  • angular: fix loading postcss configuration in ng-packagr executors (#22900)
  • core: group command exit listeners to avoid warning (#22892)
  • core: handle plugin errors from isolation correctly (#22890)
  • core: disable pty on windows until stable (#22910)
  • core: fix cursor being hidden and process shutdown for ctrl c (#22895)
  • misc: add --verbose support to nx graph (#22889)
  • misc: mark migration for escaping env vars as skipped in nx repair (#22916)
  • misc: don't clear node_modules require cache (#22907)
  • testing: bust require cache in jest plugin so configs reload (#22893)
  • vue: do not add verbatimImportSyntax to tsconfig (#22905)

❤️ Thank You

18.3.2 (2024-04-18)

🚀 Features

  • core: load native files from tmp location instead of node_modules (#22648)

🩹 Fixes

  • bundling: handle circular dependencies in @​nx/esbuild getExtraDependencies (#22644)
  • core: load config util supports absolute paths on windows (#22837)
  • core: keep plugin workers until main process shutdown (#22860)
  • core: handle schema validation errors running commands directly (#22864)
  • core: forward args provided to the nx add command to the invoked init generator (#22855)
  • core: fix hashing of external dependencies (#22865)
  • nx-cloud: ensure root .env files are loaded during dte (#22859)
  • testing: fix jest ci target names (#22858)

❤️ Thank You

... (truncated)

Commits
  • 581ede1 fix(core): fix cursor being hidden and process shutdown for ctrl c (#22895)
  • 39f8713 fix(misc): mark migration for escaping env vars as skipped in nx repair (#22916)
  • 645e2d8 fix(core): disable pty on windows until stable (#22910)
  • fdfa18b fix(core): handle plugin errors from isolation correctly (#22890)
  • 9e32083 fix(misc): add --verbose support to nx graph (#22889)
  • 6ab9ae3 fix(core): group command exit listeners to avoid warning (#22892)
  • becd93d fix(core): fix hashing of external dependencies (#22865)
  • d21fd01 feat(core): load native files from tmp location instead of node_modules (#22648)
  • 7ac5ca5 fix(core): forward args provided to the nx add command to the invoked init ge...
  • ed39d8c fix(core): handle schema validation errors running commands directly (#22864)
  • Additional commits viewable in compare view

Updates rollup from 4.14.3 to 4.16.1

Release notes

Sourced from rollup's releases.

v4.16.1

4.16.1

2024-04-21

Bug Fixes

  • Fix crash when rendering logical or conditional expressions (#5481)

Pull Requests

  • #5481: fix: conditional/logical expression should request a new tree-shaking (@​liuly0322)

v4.16.0

4.16.0

2024-04-21

Features

  • Track function call arguments to optimize functions only called once or with the same literal values (#5443)

Pull Requests

v4.15.0

4.15.0

2024-04-20

Features

  • Add output.importAttributesKey option to select whether to use "with" or "assert" for import attributes (#5474)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.16.1

2024-04-21

Bug Fixes

  • Fix crash when rendering logical or conditional expressions (#5481)

Pull Requests

  • #5481: fix: conditional/logical expression should request a new tree-shaking (@​liuly0322)

4.16.0

2024-04-21

Features

  • Track function call arguments to optimize functions only called once or with the same literal values (#5443)

Pull Requests

4.15.0

2024-04-20

Features

  • Add output.importAttributesKey option to select whether to use "with" or "assert" for import attributes (#5474)

Pull Requests

Commits

Updates terser from 5.30.3 to 5.30.4

Changelog

Sourced from terser's changelog.

v5.30.4

  • Fix parsing #private in ... when next to other operators
Commits

Updates @wdio/cli from 8.36.0 to 8.36.1

Release notes

Sourced from @​wdio/cli's releases.

v8.36.1 (2024-04-20)

🐛 Bug Fix

💅 Polish

📝 Documentation

Committers: 13

Changelog

Sourced from @​wdio/cli's changelog.

v8.36.1 (2024-04-20)

🐛 Bug Fix

💅 Polish

📝 Documentation

Committers: 13

Commits

Updates @wdio/local-runner from 8.36.0 to 8.36.1

Release notes

Sourced from @​wdio/local-runner's releases.

v8.36.1 (2024-04-20)

🐛 Bug Fix

💅 Polish

📝 Documentation

Committers: 13

Changelog

Sourced from @​wdio/local-runner's changelog.

v8.36.1 (2024-04-20)

🐛 Bug Fix

💅 Polish

📝 Documentation

Committers: 13

Commits

Updates @wdio/mocha-framework from 8.36.0 to 8.36.1

Release notes

Sourced from @​wdio/mocha-framework's releases.

v8.36.1 (2024-04-20)

🐛 Bug Fix

💅 Polish

📝 Documentation

Committers: 13

Changelog

Sourced from @​wdio/mocha-framework's changelog.

v8.36.1 (2024-04-20)

🐛 Bug Fix

💅 Polish

📝 Documentation

Committers: 13

Commits

Updates @wdio/sauce-service from 8.36.0 to 8.36.1

Release notes

Sourced from @​wdio/sauce-service's releases.

v8.36.1 (2024-04-20)

🐛 Bug Fix

💅 Polish

📝 Documentation

Committers: 13

Changelog

Sourced from @​wdio/sauce-service's changelog.

v8.36.1 (2024-04-20)

🐛 Bug Fix

…dates

Bumps the theoretically-non-breaking group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.6.0` | `7.7.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.6.0` | `7.7.0` |
| [magic-string](https://github.com/rich-harris/magic-string) | `0.30.9` | `0.30.10` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `18.2.4` | `18.3.3` |
| [rollup](https://github.com/rollup/rollup) | `4.14.3` | `4.16.1` |
| [terser](https://github.com/terser/terser) | `5.30.3` | `5.30.4` |
| [@wdio/cli](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-cli) | `8.36.0` | `8.36.1` |
| [@wdio/local-runner](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-local-runner) | `8.36.0` | `8.36.1` |
| [@wdio/mocha-framework](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-mocha-framework) | `8.36.0` | `8.36.1` |
| [@wdio/sauce-service](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-sauce-service) | `8.36.0` | `8.36.1` |
| [@wdio/spec-reporter](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-spec-reporter) | `8.36.0` | `8.36.1` |
| [@wdio/static-server-service](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-static-server-service) | `8.36.0` | `8.36.1` |
| [webdriverio](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio) | `8.36.0` | `8.36.1` |


Updates `@typescript-eslint/eslint-plugin` from 7.6.0 to 7.7.0
- [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/v7.7.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.6.0 to 7.7.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.7.0/packages/parser)

Updates `magic-string` from 0.30.9 to 0.30.10
- [Changelog](https://github.com/Rich-Harris/magic-string/blob/master/CHANGELOG.md)
- [Commits](Rich-Harris/magic-string@v0.30.9...v0.30.10)

Updates `nx` from 18.2.4 to 18.3.3
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/18.3.3/packages/nx)

Updates `rollup` from 4.14.3 to 4.16.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.14.3...v4.16.1)

Updates `terser` from 5.30.3 to 5.30.4
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](terser/terser@v5.30.3...v5.30.4)

Updates `@wdio/cli` from 8.36.0 to 8.36.1
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/v8.36.1/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v8.36.1/packages/wdio-cli)

Updates `@wdio/local-runner` from 8.36.0 to 8.36.1
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/v8.36.1/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v8.36.1/packages/wdio-local-runner)

Updates `@wdio/mocha-framework` from 8.36.0 to 8.36.1
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/v8.36.1/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v8.36.1/packages/wdio-mocha-framework)

Updates `@wdio/sauce-service` from 8.36.0 to 8.36.1
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/v8.36.1/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v8.36.1/packages/wdio-sauce-service)

Updates `@wdio/spec-reporter` from 8.36.0 to 8.36.1
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/v8.36.1/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v8.36.1/packages/wdio-spec-reporter)

Updates `@wdio/static-server-service` from 8.36.0 to 8.36.1
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/v8.36.1/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v8.36.1/packages/wdio-static-server-service)

Updates `webdriverio` from 8.36.0 to 8.36.1
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/v8.36.1/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v8.36.1/packages/webdriverio)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: magic-string
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: nx
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: terser
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: "@wdio/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: "@wdio/local-runner"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: "@wdio/mocha-framework"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: "@wdio/sauce-service"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: "@wdio/spec-reporter"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: "@wdio/static-server-service"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: webdriverio
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner April 22, 2024 14:45
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 22, 2024
@ravijayaramappa ravijayaramappa merged commit 2022ca9 into master Apr 22, 2024
10 checks passed
@ravijayaramappa ravijayaramappa deleted the dependabot/npm_and_yarn/theoretically-non-breaking-f832ac1e8e branch April 22, 2024 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant