chore(deps): bump picomatch, @nx/eslint, @nx/js, @nx/node and @nx/vite#69
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): bump picomatch, @nx/eslint, @nx/js, @nx/node and @nx/vite#69dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [picomatch](https://github.com/micromatch/picomatch) to 4.0.4 and updates ancestor dependencies [picomatch](https://github.com/micromatch/picomatch), [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint), [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js), [@nx/node](https://github.com/nrwl/nx/tree/HEAD/packages/node) and [@nx/vite](https://github.com/nrwl/nx/tree/HEAD/packages/vite). These dependencies need to be updated together. Updates `picomatch` from 4.0.2 to 4.0.4 - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](micromatch/picomatch@4.0.2...4.0.4) Updates `picomatch` from 2.3.1 to 2.3.2 - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](micromatch/picomatch@4.0.2...4.0.4) Updates `@nx/eslint` from 21.3.5 to 22.6.4 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/22.6.4/packages/eslint) Updates `@nx/js` from 21.3.5 to 22.6.4 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/22.6.4/packages/js) Updates `@nx/node` from 21.3.5 to 22.6.4 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/22.6.4/packages/node) Updates `@nx/vite` from 21.6.6 to 22.6.4 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/22.6.4/packages/vite) --- updated-dependencies: - dependency-name: picomatch dependency-version: 4.0.4 dependency-type: indirect - dependency-name: picomatch dependency-version: 2.3.2 dependency-type: indirect - dependency-name: "@nx/eslint" dependency-version: 22.6.4 dependency-type: direct:development - dependency-name: "@nx/js" dependency-version: 22.6.4 dependency-type: direct:development - dependency-name: "@nx/node" dependency-version: 22.6.4 dependency-type: direct:development - dependency-name: "@nx/vite" dependency-version: 22.6.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #69 +/- ##
=======================================
Coverage 96.38% 96.38%
=======================================
Files 13 13
Lines 1301 1301
Branches 191 190 -1
=======================================
Hits 1254 1254
Misses 47 47
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Bumps picomatch to 4.0.4 and updates ancestor dependencies picomatch, @nx/eslint, @nx/js, @nx/node and @nx/vite. These dependencies need to be updated together.
Updates
picomatchfrom 4.0.2 to 4.0.4Release notes
Sourced from picomatch's releases.
Commits
e5474fcPublish 4.0.44516eb5Merge commit from fork5eceecdMerge commit from fork0db7dd7Run benchmark again against latest minimatch version (#161)9500377docs: clarify what brace expansion syntax is and isn't supported (#134)2661f23fix typo in globstars.js test name (#138)1798b07docs: fixmakeReexample (#143)9d76bc5chore: undocument removed options (#146)e4d718bRemove unused time-require (#160)38dffebchore(deps): pin dependencies (#158)Updates
picomatchfrom 2.3.1 to 2.3.2Release notes
Sourced from picomatch's releases.
Commits
e5474fcPublish 4.0.44516eb5Merge commit from fork5eceecdMerge commit from fork0db7dd7Run benchmark again against latest minimatch version (#161)9500377docs: clarify what brace expansion syntax is and isn't supported (#134)2661f23fix typo in globstars.js test name (#138)1798b07docs: fixmakeReexample (#143)9d76bc5chore: undocument removed options (#146)e4d718bRemove unused time-require (#160)38dffebchore(deps): pin dependencies (#158)Updates
@nx/eslintfrom 21.3.5 to 22.6.4Release notes
Sourced from
@nx/eslint's releases.... (truncated)
Commits
dbd2acefix(linter): prepend framework configs before baseConfig in flat config gener...fae1dd4fix(linter): use root config to determine ESLint class in plugin (#34900)b269f95fix(linter): convert project-level eslint configs and log when skipped (#34899)ea5810efix(linter): use native nx.configs in convert-to-flat-config for Nx plugins (...94cc841cleanup(linter): reuse ESLint instance across child projects in plugin (#34645)31dad41fix(linter): support eslint v10 (#34534)e3eedf9docs(misc): update the docs to use more direct language (#34264)0fe39b2fix(linter): delete override block when update returns undefined in replaceOv...9fb5a6cfix(linter): handle variable references in replaceOverride (#34026)8b83502feat(linter): add bulk suppression support for ESLint v9.24.0+ (#32184)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@nx/eslintsince your current version.Updates
@nx/jsfrom 21.3.5 to 22.6.4Release notes
Sourced from
@nx/js's releases.... (truncated)
Commits
44abcb2fix(js): use explicit nx/bin/nx path in start-local-registry (#35127)aacfa7cfix(js): include tsbuildinfo in narrowed tsc build-base outputs (#35086)32c4a02chore(repo): fix critical handlebars and underscore vulnerabilities in npm au...9acaee8fix(js): narrow tsc build-base outputs to only tsc-produced file types (#35041)9a18bc0fix(js): recognize tsgo in dependency-checks lint rule (#35048)9a743d3fix(js): add {projectRoot} prefix to d.ts fileset in typescript plugin (#35037)b611b98fix(js): add input on .d.ts files within dependency projects (#34968)583335bfix(js): pass configName to typecheck command in TS plugin (#34989)1fac893fix(core): set windowsHide: true on all child process spawns (#34894)9c2b5e2fix(js): preserve tsconfig fields in typescript plugin cache (#34908)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@nx/jssince your current version.Updates
@nx/nodefrom 21.3.5 to 22.6.4Release notes
Sourced from
@nx/node's releases.... (truncated)
Commits
cb6452cfix(misc): address security CVE cluster (copy-webpack-plugin, koa, minimatch)...e3eedf9docs(misc): update the docs to use more direct language (#34264)2bd8ef3feat(js): bump swc to latest versions (#34215)6f85b83cleanup(repo): format all files (#33902)62c13c5feat(misc): support prettier v3 (#33898)3db0fb2fix(node): use@swc/helpersinstead of tslib when compiler is swc (#33885)7f6db63fix(node): sourceMaps option to sourceMap in webpack config (#33333)cac7f6cfix(node): set generatePackageJson:false for TS Solution workspaces (#33606)50cf84fchore(repo): update nx to 22.1.0-rc.2 (#33464)62d0ad7chore(repo): rename jest.config.ts to jest.config.cts to be compat with Node ...Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@nx/nodesince your current version.Updates
@nx/vitefrom 21.6.6 to 22.6.4Release notes
Sourced from
@nx/vite's releases.... (truncated)
Commits
4adc90ffix(react): force Vite 7 when using React Router in framework mode (#35101)316e070fix(vite): update vitest and plugin-react-swc versions for vite 8 compat (#35...c96a9d4fix(vite): add support for Vite 8 (#34850)1fac893fix(core): set windowsHide: true on all child process spawns (#34894)6ee7091Revert "feat(js): add deps-sync generator (#34407)" (#34888)1367d2afix(vite): pin vitest v4 to ~4.0.x to fix Yarn Classic resolution failure (#3...8d71d5bfeat(js): add deps-sync generator (#34407)fb8884efix(vitest): handle zoneless Angular apps in vitest configuration generator (...42f623efix(vite): skip root-relative paths in nxViteTsPaths resolveId (#34694)1e1a8a7fix(vite): isPreview=true for Vite Preview server (#34597)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.