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

fix(deps): update patch prod dependencies (patch) #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 8, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nx/cypress (source) 18.0.4 -> 18.0.8 age adoption passing confidence
@nx/devkit (source) 18.0.4 -> 18.0.8 age adoption passing confidence
@nx/esbuild (source) 18.0.4 -> 18.0.8 age adoption passing confidence
@nx/eslint (source) 18.0.4 -> 18.0.8 age adoption passing confidence
@nx/eslint-plugin (source) 18.0.4 -> 18.0.8 age adoption passing confidence
@nx/jest (source) 18.0.4 -> 18.0.8 age adoption passing confidence
@nx/js (source) 18.0.4 -> 18.0.8 age adoption passing confidence
@nx/react (source) 18.0.4 -> 18.0.8 age adoption passing confidence
@nx/storybook (source) 18.0.4 -> 18.0.8 age adoption passing confidence
@nx/vite (source) 18.0.4 -> 18.0.8 age adoption passing confidence
@nx/web (source) 18.0.4 -> 18.0.8 age adoption passing confidence
@nx/workspace (source) 18.0.4 -> 18.0.8 age adoption passing confidence
@types/node (source) ^18.16.9 -> ^18.19.4 age adoption passing confidence
autoprefixer 10.4.13 -> 10.4.20 age adoption passing confidence
bentocache 1.0.0-beta.7 -> 1.0.0-beta.9 age adoption passing confidence
clsx ^2.0.0 -> ^2.1.0 age adoption passing confidence
cypress (source) ^13.6.1 -> ^13.6.2 age adoption passing confidence
jotai ^2.6.0 -> ^2.6.1 age adoption passing confidence
nx (source) 18.0.4 -> 18.0.8 age adoption passing confidence
postcss (source) 8.4.35 -> 8.4.47 age adoption passing confidence
prettier (source) ^3.0.0 -> ^3.2.4 age adoption passing confidence
tailwind-merge ^2.2.0 -> ^2.2.1 age adoption passing confidence
ts-pattern ^5.0.5 -> ^5.0.6 age adoption passing confidence
tsx (source) ^4.6.2 -> ^4.7.0 age adoption passing confidence
typia (source) ^5.3.11 -> ^5.4.1 age adoption passing 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.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

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.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 v2.3.0, we introduced "jsonc" parser which adds trialing 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 .pretterrc file

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

v2.2.2

Compare Source

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

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


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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 if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from sullivanpj as a code owner January 8, 2024 02:43
Copy link

socket-security bot commented Jan 8, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@nx/cypress@18.0.8 environment, filesystem +1 213 kB nrwl-jason
npm/@nx/devkit@18.0.8 environment, filesystem, shell, unsafe +1 184 kB nrwl-jason
npm/@nx/esbuild@18.0.8 None +1 59 kB nrwl-jason
npm/@nx/eslint-plugin@18.0.8 filesystem +10 2.36 MB nrwl-jason
npm/@nx/eslint@18.0.8 environment, filesystem +1 169 kB nrwl-jason
npm/@nx/jest@18.0.8 environment, filesystem, unsafe Transitive: shell +46 9.1 MB nrwl-jason
npm/@nx/js@18.0.8 environment, filesystem, shell Transitive: unsafe +127 11.1 MB nrwl-jason
npm/@nx/react@18.0.8 environment Transitive: filesystem, unsafe +140 11.2 MB nrwl-jason
npm/@nx/storybook@18.0.8 environment, filesystem +1 218 kB nrwl-jason
npm/@nx/vite@18.0.8 environment, eval, filesystem +1 516 kB nrwl-jason
npm/@nx/web@18.0.8 environment +1 158 kB nrwl-jason
npm/@nx/workspace@18.0.8 environment, filesystem +1 213 kB nrwl-jason
npm/autoprefixer@10.4.20 environment Transitive: filesystem +1 262 kB ai
npm/bentocache@1.0.0-beta.9 None +9 1.26 MB julien-r44

🚮 Removed packages: npm/@nx/cypress@18.0.4, npm/@nx/devkit@18.0.4, npm/@nx/esbuild@18.0.4, npm/@nx/eslint-plugin@18.0.4, npm/@nx/eslint@18.0.4, npm/@nx/jest@18.0.4, npm/@nx/js@18.0.4, npm/@nx/react@18.0.4, npm/@nx/storybook@18.0.4, npm/@nx/vite@18.0.4, npm/@nx/web@18.0.4, npm/@nx/workspace@18.0.4, npm/autoprefixer@10.4.13, npm/bentocache@1.0.0-beta.7

View full report↗︎

@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
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
Copy link

socket-security bot commented Apr 15, 2024

👍 Dependency issues cleared. 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 0b8178f to 8077864 Compare May 27, 2024 02:18
Stormie-Bot
Stormie-Bot previously approved these changes May 27, 2024
@renovate renovate bot force-pushed the renovate/patch-patch-prod-dependencies branch from 8077864 to 3cca984 Compare July 1, 2024 00:33
Stormie-Bot
Stormie-Bot previously approved these changes Jul 1, 2024
@renovate renovate bot force-pushed the renovate/patch-patch-prod-dependencies branch from 3cca984 to 3ab1d4d Compare July 29, 2024 01:14
Stormie-Bot
Stormie-Bot previously approved these changes Jul 29, 2024
@renovate renovate bot force-pushed the renovate/patch-patch-prod-dependencies branch from 3ab1d4d to 98e95cc Compare August 5, 2024 01:36
Stormie-Bot
Stormie-Bot previously approved these changes Aug 5, 2024
Stormie-Bot
Stormie-Bot previously approved these changes Aug 12, 2024
Stormie-Bot
Stormie-Bot previously approved these changes Sep 2, 2024
Stormie-Bot
Stormie-Bot previously approved these changes Sep 9, 2024
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.

1 participant