Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 8, 2024

This PR contains the following updates:

Package Change Age Confidence
@nx/cypress (source) 18.0.4 -> 18.0.8 age confidence
@nx/devkit (source) 18.0.4 -> 18.0.8 age confidence
@nx/esbuild (source) 18.0.4 -> 18.0.8 age confidence
@nx/eslint (source) 18.0.4 -> 18.0.8 age confidence
@nx/eslint-plugin (source) 18.0.4 -> 18.0.8 age confidence
@nx/jest (source) 18.0.4 -> 18.0.8 age confidence
@nx/js (source) 18.0.4 -> 18.0.8 age confidence
@nx/react (source) 18.0.4 -> 18.0.8 age confidence
@nx/storybook (source) 18.0.4 -> 18.0.8 age confidence
@nx/vite (source) 18.0.4 -> 18.0.8 age confidence
@nx/web (source) 18.0.4 -> 18.0.8 age confidence
@nx/workspace (source) 18.0.4 -> 18.0.8 age confidence
@types/node (source) ^18.16.9 -> ^18.19.4 age confidence
autoprefixer 10.4.13 -> 10.4.22 age confidence
bentocache 1.0.0-beta.7 -> 1.0.0 age confidence
clsx ^2.0.0 -> ^2.1.0 age confidence
cypress (source) ^13.6.1 -> ^13.6.2 age confidence
eslint-config-prettier ^9.0.0 -> ^9.1.0 age confidence
jotai ^2.6.0 -> ^2.6.1 age confidence
nx (source) 18.0.4 -> 18.0.8 age confidence
postcss (source) 8.4.35 -> 8.4.49 age confidence
prettier (source) ^3.0.0 -> ^3.2.4 age confidence
tailwind-merge ^2.2.0 -> ^2.2.1 age confidence
ts-pattern ^5.0.5 -> ^5.0.6 age confidence
tsx (source) ^4.6.2 -> ^4.7.0 age confidence
typia (source) ^5.3.11 -> ^5.4.1 age confidence

Release Notes

nrwl/nx (@​nx/cypress)

v18.0.8

Compare Source

18.0.8 (2024-03-08)
🩹 Fixes
  • angular: log message about unsupported ng cache command (#​22154)
  • angular: fix message logged for unsupported ng cache (#​22211)
  • angular: Module federation with Crystal enabled. (#​22224)
  • angular: install jsonc-eslint-parser only when @​nx/dependency-checks is used (#​22231)
  • core: setting up .nx inside gradle shouldn't throw (#​21957)
  • core: add outputs to nx.json for nx init in monorepo (#​22061)
  • core: fix no such file or directory, open 'package-lock.json' (#​21835)
  • core: fix terminal message alignment on errors (#​22189)
  • graph: show command property as monospace (#​21997)
  • linter: add v7 of typescript-eslint to peerDeps (#​21853)
  • misc: improve package.json scripts handling when running "nx init" and "nx add" (#​22168)
  • misc: do not add includedScripts unless really needed when running nx add (#​22180)
  • nextjs: avoid path error on dev server creation (#​21998)
  • nextjs: Surface error codes when build is interrupted by signals SIGINT, SIGTERM etc... (#​22190)
  • nx-plugin: do not print duplicated warning about derived format when generating plugin (#​22230)
  • react: pass correct argument to rspack configuration generator (#​22241)
  • release: store rawVersionSpec on versionData (#​22071)
  • testing: close cypress web server correctly on windows (#​22125)
  • testing: resolve cypress config glob pattern correctly to handle root projects (#​22165)
  • testing: fix project config might not be defined (#​22174)
  • vue: small typo in CNW description (#​21888)
❤️ Thank You

v18.0.7

Compare Source

18.0.7 (2024-03-04)
🩹 Fixes
  • core: target defaults should represent nx.json in source info (#​22080)
  • nextjs: Add spec files when creating a next app (#​22079)
  • release: skip lock file update if workspaces are not enabled (#​22055)
  • remix: ensure component-testing is exported correctly #​22091 (#​22095, #​22091)
  • storybook: handle main.js file correctly in storybook plugin (#​22081)
  • testing: calculate correct support file path in cypress e2e preset (#​22096)
❤️ Thank You

v18.0.6

Compare Source

18.0.6 (2024-02-29)
🩹 Fixes
  • core: nextjs-standalone generates package scripts consistent with create-next-app (#​21996)
  • misc: make sure to add e2e crystal plugin (#​22041)
  • misc: fix buildable libs utils calculating dependent projects from task graph (#​22015)
  • node: Increase timeout for CI (#​22003)
  • nuxt: fix storybook preview config path (#​22020)
  • nuxt: Add e2e-ci and serve-static targets (#​22056)
  • release: currentVersionResolver git-tag should prefer merged tags (#​22082)
❤️ Thank You

v18.0.5

Compare Source

18.0.5 (2024-02-24)
🩹 Fixes
  • angular: do not add target defaults for the ng-packagr-lite executor when generating non-buildable library (#​21935)
  • angular: ensure generated editor tsconfig in apps only include runtime files (#​21945)
  • core: run migrations ordered by their target version (#​21799)
  • core: Update NxWelcome connect to cloud (#​21830)
  • core: propagate verbose flag when running init generator dur… (#​21868)
  • core: ensure migrate works with yarn PnP (#​21824)
  • core: align terminal output padding and remove leading arrow (#​21809)
  • core: read all targets from package json when defining target defaults (#​21719)
  • core: include nx/nuxt in migrations (#​21885)
  • core: do not use the new pty function for older versions of windows (#​21854)
  • core: normalize migration target versions when sorting migrations (#​21967)
  • core: target defaults application shouldn't include extra scripts (#​21970)
  • core: update generated README pages with more useful instructions (#​21976)
  • devkit: respect expectComments when parsing json (#​21584)
  • graph: fix open project with / in name (#​21722)
  • js: nx release-version resolve-version-spec should normalize fetchSpec (#​21710)
  • js: swc executor should support inlining on windows (#​21801)
  • js: set moduleResolution to Node10 so it is compatible with CommonJS module (2dac233cf)
  • linter: fix eslint-plugin migration target version (#​21966)
  • misc: logs from rm-default-collection should render properly (#​21953)
  • misc: set nx property in root package.json when no replacing script in nx init (#​21974)
  • nextjs: Svg should work when svgr is true in next config (#​21761)
  • nextjs: Add missing e2e-ci target for cypress (#​21805)
  • nuxt: init generator should add @​nx/vite to dependencies (#​21911)
  • nuxt: turn on autoimport (#​21894)
  • nuxt: tsconfig types and output dir (#​21934)
  • react: generate correctly when --js is used for module federation host/remote (#​20119)
  • react: full support custom secure host for module federation (#​21777)
  • react: ensure playwright configuration is using correct port in app gen (#​21941)
  • react-native: change gradlew to absolute path (#​21725)
  • react-native: add all flag to sync-deps (#​21821)
  • release: skip prompt for publish when no version created (#​21769)
  • release: use --first-parent to support merged repos (#​21686)
  • release: move github release creation to git tasks (#​21510)
  • remix: should add remix plugin to nx.json on init correctly (#​21827)
  • remix: the output path should respect the remix.config.js in crystal (#​21842)
  • remix: adjust remix start script when building (#​21883)
  • remix: typo in tsconfig.spec.json update led to invalid tsconfig (#​21886)
  • repo: update browser tools to fix ci (#​21955)
  • testing: jest should handle root jest.preset.cjs (#​21746)
  • testing: fix cypress project targets does not exist (#​21785)
  • testing: pin cypress version to avoid issue with verifying cypress (#​21917)
  • testing: ensure baseUrl is not passed to playwright cli (#​21943)
  • testing: playwright plugin enoent error (#​21951)
  • testing: add null checks when reading targets (#​21952)
  • vite: normalize vitest cli args in executor (#​21870)
  • vite: project conversion generator (#​21646)
  • vite: update vitest and use parseCLI (#​21890)
  • vue: fixing vue and nuxt welcome templates (#​21792)
  • vue: tailwind generator ignoring styleSheet option (#​21840)
  • webpack: resolve relative path for assets inputs (#​21822)
  • webpack: correctly handle paranthesis in PostCSS in url (#​21884)
  • webpack: surface original error when remotes fail to start (#​21919)
❤️ Thank You
postcss/autoprefixer (autoprefixer)

v10.4.22

Compare Source

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.

v10.4.21

Compare Source

v10.4.20

Compare Source

  • Fixed fit-content prefix for Firefox.

v10.4.19

Compare Source

  • Removed end value has mixed support, consider using flex-end warning
    since end/start now have good support.

v10.4.18

Compare Source

  • Fixed removing -webkit-box-orient on -webkit-line-clamp (@​Goodwine).

v10.4.17

Compare Source

  • Fixed user-select: contain prefixes.

v10.4.16

Compare Source

  • Improved performance (by Romain Menke).
  • Fixed docs (by Christian Oliff).

v10.4.15

Compare Source

  • Fixed ::backdrop prefixes (by 一丝).
  • Fixed docs (by Christian Oliff).

v10.4.14

Compare Source

  • Improved startup time and reduced JS bundle size (by Kārlis Gaņģis).
lukeed/clsx (clsx)

v2.1.1

Compare Source

Patches

Chores

  • Add licenses.dev badge: 684509c
    This service recursively analyzes entire dependency graphs to ensure that a package (or your project) is using permissive licenses. For example, here's a results table for polka@next and a larger astro example.

Full Changelog: lukeed/clsx@v2.1.0...v2.1.1

cypress-io/cypress (cypress)

v13.6.6

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-6-6

v13.6.5

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-6-5

v13.6.4

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-6-4

v13.6.3

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-6-3

prettier/eslint-config-prettier (eslint-config-prettier)

v9.1.2

Compare Source

pmndrs/jotai (jotai)

v2.6.5

Compare Source

Some type improvements!

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.6.4...v2.6.5

v2.6.4

Compare Source

Performance improvement! Check it out!

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.6.3...v2.6.4

v2.6.3

Compare Source

Some improvements in core and utils 👏

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.6.2...v2.6.3

v2.6.2

Compare Source

Some improvements for atomWithStorage. Feedback is welcome.

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.6.1...v2.6.2

postcss/postcss (postcss)

v8.4.49

Compare Source

v8.4.48

Compare Source

  • Fixed position calculation in error/warnings methods (by @​romainmenke).

v8.4.47

Compare Source

  • Removed debug code.

v8.4.46

Compare Source

  • Fixed Cannot read properties of undefined (reading 'before').

v8.4.45

Compare Source

  • Removed unnecessary fix which could lead to infinite loop.

v8.4.44

Compare Source

  • Another way to fix markClean is not a function error.

v8.4.43

Compare Source

  • Fixed markClean is not a function error.

v8.4.42

Compare Source

  • Fixed CSS syntax error on long minified files (by @​varpstar).

v8.4.41

Compare Source

v8.4.40

Compare Source

  • Moved to getter/setter in nodes types to help Sass team (by @​nex3).

v8.4.39

Compare Source

v8.4.38

Compare Source

v8.4.37

Compare Source

  • Fixed original.column are not numbers error in another case.

v8.4.36

Compare Source

  • Fixed original.column are not numbers error on broken previous source map.
prettier/prettier (prettier)

v3.2.5

Compare Source

diff

Support Angular inline styles as single template literal (#​15968 by @​sosukesuzuki)

Angular v17 supports single string inline styles.

// Input
@​Component({
  template: `<div>...</div>`,
  styles: `h1 { color: blue; }`,
})
export class AppComponent {}

// Prettier 3.2.4
@&#8203;Component({
  template: `<div>...</div>`,
  styles: `h1 { color: blue; }`,
})
export class AppComponent {}

// Prettier 3.2.5
@&#8203;Component({
  template: `<div>...</div>`,
  styles: `
    h1 {
      color: blue;
    }
  `,
})
export class AppComponent {}
Unexpected embedded formatting for Angular template (#​15969 by @​JounQin)

Computed template should not be considered as Angular component template

// Input
const template = "foobar";

@&#8203;Component({
  [template]: `<h1>{{       hello }}</h1>`,
})
export class AppComponent {}

// Prettier 3.2.4
const template = "foobar";

@&#8203;Component({
  [template]: `<h1>{{ hello }}</h1>`,
})
export class AppComponent {}

// Prettier 3.2.5
const template = "foobar";

@&#8203;Component({
  [template]: `<h1>{{       hello }}</h1>`,
})
export class AppComponent {}
Use "json" parser for tsconfig.json by default (#​16012 by @​sosukesuzuki)

In v3.2.0, we introduced "jsonc" parser which adds trailing comma by default.

When adding a new parser we also define how it will be used based on the linguist-languages data.

tsconfig.json is a special file used by TypeScript, it uses .json file extension, but it actually uses the JSON with Comments syntax. However, we found that there are many third-party tools not recognize it correctly because of the confusing .json file extension.

We decide to treat it as a JSON file for now to avoid the extra configuration step.

To keep using the "jsonc" parser for your tsconfig.json files, add the following to your .prettierrc file

{
  "overrides": [
    {
      "files": ["tsconfig.json", "jsconfig.json"],
      "options": {
        "parser": "jsonc"
      }
    }
  ]
}
dcastil/tailwind-merge (tailwind-merge)

v2.2.2

Compare Source

Bug Fixes
Documentation

Full Changelog: dcastil/tailwind-merge@v2.2.1...v2.2.2

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, a private sponsor and @​jamesreaco for sponsoring tailwind-merge! ❤️

gvergnaud/ts-pattern (ts-pattern)

v5.0.8

Compare Source

The main thing

This release includes type narrowing improvement to isMatching when used in its curried form:

type Pizza = { type: 'pizza', topping: string };
type Sandwich = { type: 'sandwich', condiments: string[] }
type Food =  Pizza | Sandwich;

declare const food: Food

const isPizza = isMatching({ type: 'pizza' })

if (isPizza(food)) {
  x  // Used to  infer `food` as `Food`, no infers `Pizza`
}

This also improves type checking performance for complex patterns and fixes a small bug in the ES5 build of TS-Pattern.

What's Changed

Full Changelog: gvergnaud/ts-pattern@v5.0.6...v5.0.8

v5.0.7

Compare Source

privatenumber/tsx (tsx)

v4.7.3

Compare Source

Bug Fixes
  • support TS resolution in JS files when allowJs is set (#​535) (081853e)

This release is also available on:

v4.7.2

Compare Source

Bug Fixes

This release is also available on:

v4.7.1

Compare Source

Bug Fixes

This release is also available on:

samchon/typia (typia)

v5.4.14

Compare Source

What's Changed

Full Changelog: samchon/typia@v5.4.13...v5.4.14

v5.4.13

Compare Source

What's Changed

New Contributors

Full Changelog: samchon/typia@v5.4.12...v5.4.13

v5.4.12

Compare Source

What's Changed

Full Changelog: samchon/typia@v5.4.10...v5.4.12

v5.4.11

Compare Source

v5.4.10

Compare Source

What's Changed

New Contributors

Full Changelog: samchon/typia@v5.4.9...v5.4.10

v5.4.9

Compare Source

What's Changed

Full Changelog: samchon/typia@v5.4.8...v5.4.9

v5.4.8

Compare Source

What's Changed

Full Changelog: samchon/typia@v5.4.7...v5.4.8

v5.4.7

Compare Source

What's Changed

Full Changelog: samchon/typia@v5.4.6...v5.4.7

v5.4.6

Compare Source

What's Changed

Full Changelog: samchon/typia@v5.4.5...v5.4.6

v5.4.5

Compare Source

What's Changed

Full Changelog: samchon/typia@v5.4.4...v5.4.5

v5.4.4

Compare Source

Added more format tags like below.

export interface TypeTagFormat {
  // SPECIAL CHARACTERS
  byte: string & tags.Format<"byte">;
  password: string & tags.Format<"password">;
  regex: string & tags.Format<"regex">;
  uuid: string & tags.Format<"uuid">;

  // ADDRESSES
  email: stri

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

 **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/storm-software/acidic).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjEuMCIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

@renovate renovate bot requested a review from sullivanpj as a code owner January 8, 2024 02:43
@renovate renovate bot force-pushed the renovate/patch-patch-prod-dependencies branch from 2e6ba53 to eec54af Compare February 12, 2024 02:24
stormie-bot
stormie-bot previously approved these changes Feb 12, 2024
@stormie-bot stormie-bot enabled auto-merge (squash) February 12, 2024 02:24
@renovate renovate bot force-pushed the renovate/patch-patch-prod-dependencies branch from eec54af to 32dadfb Compare February 19, 2024 02:10
stormie-bot
stormie-bot previously approved these changes Feb 19, 2024
@renovate renovate bot force-pushed the renovate/patch-patch-prod-dependencies branch from 32dadfb to da686b0 Compare February 26, 2024 00:31
stormie-bot
stormie-bot previously approved these changes Feb 26, 2024
@renovate renovate bot force-pushed the renovate/patch-patch-prod-dependencies branch from da686b0 to 53bce3f Compare March 4, 2024 01:31
stormie-bot
stormie-bot previously approved these changes Mar 4, 2024
@renovate renovate bot force-pushed the renovate/patch-patch-prod-dependencies branch from 53bce3f to 923349d Compare March 11, 2024 00:52
stormie-bot
stormie-bot previously approved these changes Mar 11, 2024
@renovate renovate bot force-pushed the renovate/patch-patch-prod-dependencies branch from 923349d to 82f62a8 Compare March 18, 2024 01:39
stormie-bot
stormie-bot previously approved these changes Mar 18, 2024
@renovate renovate bot force-pushed the renovate/patch-patch-prod-dependencies branch from 82f62a8 to a9466b8 Compare March 25, 2024 01:48
stormie-bot
stormie-bot previously approved these changes Mar 25, 2024
@renovate renovate bot force-pushed the renovate/patch-patch-prod-dependencies branch from a9466b8 to f16a4fc Compare April 15, 2024 02:31
stormie-bot
stormie-bot previously approved these changes Apr 15, 2024
@socket-security
Copy link

socket-security bot commented Apr 15, 2024

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

@renovate renovate bot force-pushed the renovate/patch-patch-prod-dependencies branch from f16a4fc to 0b8178f Compare April 29, 2024 01:45
stormie-bot
stormie-bot previously approved these changes Apr 29, 2024
@renovate renovate bot force-pushed the renovate/patch-patch-prod-dependencies branch from d408155 to 1fe6b04 Compare September 2, 2024 00:13
stormie-bot
stormie-bot previously approved these changes Sep 2, 2024
@renovate renovate bot force-pushed the renovate/patch-patch-prod-dependencies branch from 1fe6b04 to 039c186 Compare September 9, 2024 02:09
stormie-bot
stormie-bot previously approved these changes Sep 9, 2024
@renovate renovate bot force-pushed the renovate/patch-patch-prod-dependencies branch from 039c186 to aba889e Compare September 16, 2024 00:24
stormie-bot
stormie-bot previously approved these changes Sep 16, 2024
@renovate renovate bot force-pushed the renovate/patch-patch-prod-dependencies branch from aba889e to 1fc6eba Compare November 11, 2024 00:49
stormie-bot
stormie-bot previously approved these changes Nov 11, 2024
Copy link
Member

@stormie-bot stormie-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code review by ChatGPT

@renovate renovate bot force-pushed the renovate/patch-patch-prod-dependencies branch from 1fc6eba to 3c1abb3 Compare November 18, 2024 01:00
stormie-bot
stormie-bot previously approved these changes Nov 18, 2024
Copy link
Member

@stormie-bot stormie-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code review by ChatGPT

@renovate renovate bot force-pushed the renovate/patch-patch-prod-dependencies branch from 3c1abb3 to ea6b213 Compare February 3, 2025 00:59
@renovate renovate bot force-pushed the renovate/patch-patch-prod-dependencies branch from ea6b213 to 18d4f6e Compare March 10, 2025 02:32
@renovate renovate bot force-pushed the renovate/patch-patch-prod-dependencies branch from 18d4f6e to 8d95f5e Compare July 21, 2025 00:47
@renovate renovate bot force-pushed the renovate/patch-patch-prod-dependencies branch from 8d95f5e to 60969f1 Compare August 11, 2025 00:51
@renovate renovate bot force-pushed the renovate/patch-patch-prod-dependencies branch from 60969f1 to 22c3dcc Compare August 25, 2025 01:34
@renovate renovate bot force-pushed the renovate/patch-patch-prod-dependencies branch 2 times, most recently from b9f9f61 to 07ab3f3 Compare September 22, 2025 00:39
@renovate renovate bot force-pushed the renovate/patch-patch-prod-dependencies branch from 07ab3f3 to cf6149f Compare September 29, 2025 00:30
@renovate renovate bot force-pushed the renovate/patch-patch-prod-dependencies branch from cf6149f to 7795049 Compare October 6, 2025 00:40
@renovate renovate bot force-pushed the renovate/patch-patch-prod-dependencies branch from 7795049 to 3e4346c Compare October 13, 2025 01:02
@renovate renovate bot force-pushed the renovate/patch-patch-prod-dependencies branch from 3e4346c to dd705ab Compare October 27, 2025 02:29
@renovate renovate bot force-pushed the renovate/patch-patch-prod-dependencies branch from dd705ab to e005760 Compare November 17, 2025 01:59
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.

2 participants