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): bump the theoretically-non-breaking group with 7 updates #4182

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
es-module-lexer 1.5.0 1.5.2
eslint-plugin-jest 28.2.0 28.3.0
nx 18.3.3 18.3.4
rollup 4.16.4 4.17.1
terser 5.30.4 5.31.0
acorn 8.10.0 8.11.3
immer 10.0.4 10.1.1

Updates es-module-lexer from 1.5.0 to 1.5.2

Release notes

Sourced from es-module-lexer's releases.

1.5.2

What's Changed

Full Changelog: guybedford/es-module-lexer@1.5.1...1.5.2

1.5.1

What's Changed

Full Changelog: guybedford/es-module-lexer@1.5.0...1.5.1

Commits

Updates eslint-plugin-jest from 28.2.0 to 28.3.0

Release notes

Sourced from eslint-plugin-jest's releases.

v28.3.0

28.3.0 (2024-04-27)

Features

  • prefer importing jest globals for specific types (#1568) (c464ae3)
Changelog

Sourced from eslint-plugin-jest's changelog.

28.3.0 (2024-04-27)

Features

  • prefer importing jest globals for specific types (#1568) (c464ae3)
Commits
  • bd6b918 chore(release): 28.3.0 [skip ci]
  • c464ae3 feat: prefer importing jest globals for specific types (#1568)
  • 2f21f33 refactor(expect-expect): remove unneeded array (#1571)
  • fe09d8a chore: remove eslint v9 as a dev dependency for now (#1569)
  • 20c8703 ci: test against Node 22 (#1565)
  • a63be2a ci: prioritize labelling pull requests based on their title rather than their...
  • 589c82b chore(deps): lock file maintenance
  • 08cbf8d chore: drop the tools from regenerate-docs command and remove other old r...
  • ff36ec2 test: remove some trailing whitespace (#1560)
  • 462e336 chore(deps): update dependency eslint-plugin-n to v17 (#1553)
  • Additional commits viewable in compare view

Updates nx from 18.3.3 to 18.3.4

Release notes

Sourced from nx's releases.

18.3.4 (2024-04-25)

🚀 Features

  • core: add root level forwardAllArgs (#22753)

🩹 Fixes

  • core: different commands should not be considered compatible targets (#22863)
  • core: fix pnpm install order on ci workflows (#22580)
  • core: workspace context glob respects exclude (#22939)
  • core: handle events that do not have paths (#22947)
  • core: fix exclude for empty array (#22951)
  • core: move a few api points to return root maps directly (#22949)
  • core: regression register ts transpiler for local plugin (#22964)
  • core: handle created directories when watching on linux (#22980)
  • core: ensure create nodes functions are properly parallelized (#23005)
  • gradle: change gradle command to be relative path (#22963)
  • gradle: should skip println in project report (#22862)
  • gradle: get gradlew path with projectRoot joins workspaceRoot (#22988)
  • graph: don't listen to system theme changes in console (#22938)
  • linter: do not infer lint tasks for projects without files to lint (#22944)
  • misc: fix publish script (#22981)
  • misc: perf logging shouldn't be enabled twice (#23012)
  • node: e2e target fails out of the box (#22987)
  • repo: downgrade to macos-13 in publish workflow (#22961)
  • storybook: handle inherited config correctly when identifying the framework used for inferred tasks (#22953)

❤️ Thank You

Commits
  • 76a62bd fix(core): ensure create nodes functions are properly parallelized (#23005)
  • 3771061 fix(misc): perf logging shouldn't be enabled twice (#23012)
  • dcc14e3 fix(misc): fix publish script (#22981)
  • 8398e6d fix(core): handle created directories when watching on linux (#22980)
  • afea39e fix(core): regression register ts transpiler for local plugin (#22964)
  • ccddf0e fix(core): move a few api points to return root maps directly (#22949)
  • 9b5a1cb fix(core): fix exclude for empty array (#22951)
  • f07ac05 fix(core): handle events that do not have paths (#22947)
  • 397da97 feat(core): add root level forwardAllArgs (#22753)
  • 3db58e1 fix(core): workspace context glob respects exclude (#22939)
  • Additional commits viewable in compare view

Updates rollup from 4.16.4 to 4.17.1

Release notes

Sourced from rollup's releases.

v4.17.1

4.17.1

2024-04-29

Bug Fixes

  • Prevent infinite recursions for certain constructor invocations (#5500)

Pull Requests

v4.17.0

4.17.0

2024-04-27

Features

  • Track function call arguments to optimize functions only called once or with the same literal values (re-release from 4.16.0) (#5483)

Bug Fixes

  • Reduce browser WASM size to a fraction by changing optimization settings (#5494)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.17.1

2024-04-29

Bug Fixes

  • Prevent infinite recursions for certain constructor invocations (#5500)

Pull Requests

4.17.0

2024-04-27

Features

  • Track function call arguments to optimize functions only called once or with the same literal values (re-release from 4.16.0) (#5483)

Bug Fixes

  • Reduce browser WASM size to a fraction by changing optimization settings (#5494)

Pull Requests

Commits

Updates terser from 5.30.4 to 5.31.0

Changelog

Sourced from terser's changelog.

v5.31.0

  • Sync up property mangler exceptions with current contents of Firefox and Chrome environments
  • Add more webcomponent properties to property mangler exceptions (#1525)
  • Drop non-nullish constants in ...spreads in objects (#1141)
Commits

Updates acorn from 8.10.0 to 8.11.3

Commits
  • fcb15ff Mark version 8.11.3
  • 5293bf3 Fix assignment of loc.start for new.target and import.meta
  • 500f921 Mark acorn-walk 8.3.1
  • 1d37b02 changed eslint-plugin-node package with eslint-plugin-n
  • 5906be3 Make visitors keep their "this" context
  • 494ecc8 Remove old 'Mozilla Parser API' terminology
  • c3ec702 Don't overwrite node type when parsing import.meta
  • 6369777 Add Function and Class to AggregateType
  • 31967af Mark version 8.11.2
  • 9cbe3f6 Fix regression in tokenizer regexp disambiguation
  • Additional commits viewable in compare view

Updates immer from 10.0.4 to 10.1.1

Release notes

Sourced from immer's releases.

v10.1.1

10.1.1 (2024-04-27)

Bug Fixes

v10.1.0

10.1.0 (2024-04-27)

Features

  • performance: Make non-strict mode faster for classes. Addresses #1071 (53e3203). Immer 10.x solved slow iteration for plain JS objects. This update applies the same handling to class instances. In cases this makes class instance handling 3 times faster. Note that this slightly modifies the behavior of Immer with classes in obscure corner cases, in ways that match current documentation, but do not match previous behavior. If you run into issues with this release icmw. class instances, use setUseStrictShallowCopy("class_only") to revert to the old behavior. For more details see https://immerjs.github.io/immer/complex-objects#semantics-in-detail
Commits
  • e2d222b docs: [Doc]: Update /zh-CN/ (#1067)
  • 4da2e0d fix: Make applyPatches to accept readonly Patch[] (#1094)
  • 073d634 chore: Fix typo in comment in common.ts (#1113)
  • a3a7d0c chore(deps): bump express from 4.18.2 to 4.19.2 in /website (#1112)
  • 5a8f6e7 fix: export lost types (#1116)
  • 53e3203 feat(performance): Make non-strict mode faster for classes. Addresses #1071
  • 511ccee introduce StrictMode enum
  • 85a8f7b Introduce class_only strict mode setting
  • 7f1b3b9 Merge branch 'main' into faster-unstrict-mode
  • 9713677 chore: fix git ignore with watchman
  • 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
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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

| Package | From | To |
| --- | --- | --- |
| [es-module-lexer](https://github.com/guybedford/es-module-lexer) | `1.5.0` | `1.5.2` |
| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `28.2.0` | `28.3.0` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `18.3.3` | `18.3.4` |
| [rollup](https://github.com/rollup/rollup) | `4.16.4` | `4.17.1` |
| [terser](https://github.com/terser/terser) | `5.30.4` | `5.31.0` |
| [acorn](https://github.com/acornjs/acorn) | `8.10.0` | `8.11.3` |
| [immer](https://github.com/immerjs/immer) | `10.0.4` | `10.1.1` |


Updates `es-module-lexer` from 1.5.0 to 1.5.2
- [Release notes](https://github.com/guybedford/es-module-lexer/releases)
- [Commits](guybedford/es-module-lexer@1.5.0...1.5.2)

Updates `eslint-plugin-jest` from 28.2.0 to 28.3.0
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v28.2.0...v28.3.0)

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

Updates `rollup` from 4.16.4 to 4.17.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.16.4...v4.17.1)

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

Updates `acorn` from 8.10.0 to 8.11.3
- [Commits](acornjs/acorn@8.10.0...8.11.3)

Updates `immer` from 10.0.4 to 10.1.1
- [Release notes](https://github.com/immerjs/immer/releases)
- [Commits](immerjs/immer@v10.0.4...v10.1.1)

---
updated-dependencies:
- dependency-name: es-module-lexer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: theoretically-non-breaking
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: nx
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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-minor
  dependency-group: theoretically-non-breaking
- dependency-name: acorn
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: theoretically-non-breaking
- dependency-name: immer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 29, 2024 14:53
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 29, 2024
@ekashida ekashida merged commit 407f039 into master Apr 29, 2024
10 checks passed
@ekashida ekashida deleted the dependabot/npm_and_yarn/theoretically-non-breaking-fc1a2b30da branch April 29, 2024 19:29
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