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

chore(deps): update all devdependencies #334

Merged
merged 3 commits into from
Apr 7, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@biomejs/biome (source) 1.5.3 -> 1.6.4 age adoption passing confidence
@types/node (source) 20.10.1 -> 20.12.5 age adoption passing confidence
pnpm (source) 8.15.4 -> 8.15.6 age adoption passing confidence
typescript (source) 5.3.3 -> 5.4.4 age adoption passing confidence
vitest (source) 0.32.0 -> 0.34.6 age adoption passing confidence

Release Notes

biomejs/biome (@​biomejs/biome)

v1.6.4

Compare Source

Analyzer
Bug fixes
  • An operator with no spaces around in a binary expression no longer breaks the js analyzer (#​2243). Contributed by @​Sec-ant
CLI
Bug fixes
Configuration
Bug fixes
  • Correctly calculate enabled rules in lint rule groups. Now a specific rule belonging to a group can be enabled even if its group-level preset option recommended or all is false (#​2191). Contributed by @​Sec-ant
Editors
Bug fixes
  • Fix the unexpected code deletion and repetition when quickfix.biome is enabled and some import-related rules are applied (#​2222, #​688, #​1015). Contributed by @​Sec-ant
Linter
Bug fixes
  • Fix #​2211. noChildrenProp should work fine when children pass as a prop in a new line. Contributed by @​fireairforce

  • Fix #​2248. lint/a11y/useButtonType should not trigger when button element with spread attribute. Contributed by @​fireairforce

  • Fix #​2216. lint/style/useNamingConvention should not ignore JSX Component name binding. Contributed by @​fireairforce

Enhancements
  • Add support for object property members in the rule useSortedClasses. Contributed by @​ematipico
Parser
  • The parser doesn't throw any error when the frontmatter of .astro files contains an illegal return:

v1.6.3

Compare Source

Analyzer
CLI
Bug fixes
  • Fix configuration resolution. Biome is now able to correctly find the biome.jsonc configuration file when --config-path is explicitly set (#​2164). Contributed by @​Sec-ant

  • JavaScript/TypeScript files of different variants (.ts, .js, .tsx, .jsx) in a single workspace now have stable formatting behaviors when running the CLI command in paths of different nested levels or in different operating systems (#​2080, #​2109). Contributed by @​Sec-ant

Configuration
Bug fixes
  • Complete the documentation and overrides support for options formatter.lineEnding, [language].formatter.lineEnding, formatter.attributePosition and javascript.formatter.attributePosition. Contributed by @​Sec-ant
Editors
Formatter
Bug fixes
  • Fix #​2172 by breaking long object destructuring patterns. Contributed by @​ah-yu
JavaScript APIs
Linter
New features
Enhancements
  • Rename noSemicolonInJsx to noSuspiciousSemicolonInJsx. Contributed by @​fujiyamaorange
LSP
Bug fixes
  • Quickfix action no longer autofixes lint rule errors on save when linter is disabled (#​2161). Contributed by @​Sec-ant
  • Range formatting for Astro/Svelte/Vue doesn't place code out of place, especially when formatting on paste is enabled. Contributed by @​ematipico
Parser

v1.6.2

Compare Source

Analyzer
Bug fixes
  • The noSuperWithoutExtends rule now allows for calling super() in derived class constructors of class expressions (#​2108). Contributed by @​Sec-ant

  • Fix discrepancies on file source detection. Allow module syntax in .cts files (#​2114). Contributed by @​Sec-ant

CLI
Bug fixes
  • Fixes #​2131, where folders were incorrectly ignored when running the command check. Now folders are correctly ignored based on their command. Contributed by @​ematipico

  • Smoother handling of "endOfLine": "auto" in prettier migration: falling back to "lf" (#​2145). Contributed by @​eMerzh

Configuration
Bug fixes
  • Fix enabled rules calculation. The precendence of individual rules, all and recommend presets in top-level and group-level configs is now correctly respected. More details can be seen in (#​2072) (#​2028). Contributed by @​Sec-ant
Formatter
Bug fixes
  • Fix #​1661. Now nested conditionals are aligned with Prettier's logic, and won't contain mixed spaces and tabs. Contributed by @​ematipico
JavaScript APIs
Enhancements
  • Support applying lint fixes when calling the lintContent method of the Biome class (#​1956). Contributed by @​mnahkies
Linter
Bug fixes
  • Rule noUndeclaredDependencies now also validates peerDependencies and optionalDependencies (#​2122). Contributed by @​Sec-ant

  • Rule noUndeclaredDependencies won't check declare module statements anymore (#​2123). Contributed by @​Sec-ant

  • Fix #​1925. The fix for useOptionalChain would sometimes suggest an incorrect fix that discarded optional chaining operators on the left-hand side of logical expressions. These are now preserved. Contributed by @​arendjr

  • Rule noUndeclaredVariables now also checks for worker globals (#​2121). Contributed by @​Sec-ant

LSP
Bug fixes
  • Correctly parse .jsonc files. Contributed by @​Sec-ant

  • Correctly resolve external extends configs. Contributed by @​Sec-ant

v1.6.1

Compare Source

CLI
Bug fixes
  • CLI is now able to automatically search and resolve biome.jsonc (#​2008). Contributed by @​Sec-ant
  • Fix a false positive where some files were counted as "fixed" even though they weren't modified. Contributed by @​ematipico
Configuration
Bug fixes
  • json.formatter.trailingCommas option now works in overrides (#​2009). Contributed by @​Sec-ant
Linter
New features
  • Add rule noDoneCallback, this rule checks the function parameter of hooks & tests
    for use of the done argument, suggesting you return a promise instead. Contributed by @​vasucp1207

    beforeEach(done => {
      // ...
    });
Bug fixes
Parser
Bug fixes
  • JavaScript lexer is now able to lex regular expression literals with escaped non-ascii chars (#​1941).

    Contributed by @​Sec-ant

v1.6.0

Compare Source

Analyzer
New features
  • Add partial for .astro files. Biome is able to sort imports inside the frontmatter of the Astro files. Contributed
    by @​ematipico
pnpm/pnpm (pnpm)

v8.15.6

Compare Source

Patch Changes

  • The exit code of the child process should be preserved on pnpm run #​7817.
  • When sorting packages in a workspace, take into account workspace dependencies specified as peerDependencies #​7813.
  • Add --ignore-scripts argument to prune command #​7836.

Platinum Sponsors

Gold Sponsors

Silver Sponsors

v8.15.5

Compare Source

Microsoft/TypeScript (typescript)

v5.4.4: TypeScript 5.4.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.3: TypeScript 5.4.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.2: TypeScript 5.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

vitest-dev/vitest (vitest)

v0.34.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.34.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.34.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.34.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.34.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.34.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.34.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from MH4GF as a code owner April 1, 2024 03:21
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Apr 1, 2024
@renovate renovate bot enabled auto-merge (rebase) April 1, 2024 03:21
@renovate renovate bot force-pushed the renovate/all-devdependencies branch 8 times, most recently from ab9136b to b26cd70 Compare April 7, 2024 06:51
Copy link
Contributor

github-actions bot commented Apr 7, 2024

dependency-cruiser report

visualize dependenices of changed files.

flowchart LR

subgraph 0["src"]
subgraph 1["options"]
2["getConfigFilePath.ts"]
end
subgraph 3["report"]
subgraph 4["body"]
5["uniqueTag.ts"]
end
end
end


style 2 fill:lime,color:black
style 5 fill:lime,color:black
Loading

Report generated by dependency-cruiser report action 839fdeb


working directory: .

execute command
pnpm exec depcruise --output-type mermaid --config .dependency-cruiser.js --focus "^dist/index.js|^src/options/getConfigFilePath.ts|^src/report/body/uniqueTag.ts|^test/runDepcruise/sample/__mocks__/test/fixtures/cjs/one_only_one.js|^test/runDepcruise/sample/__mocks__/test/fixtures/cjs/one_only_two.js|^test/runDepcruise/sample/__mocks__/test/fixtures/cjs/root_one.js|^test/runDepcruise/sample/__mocks__/test/fixtures/cjs/root_two.js|^test/runDepcruise/sample/__mocks__/test/fixtures/cjs/shared.js|^test/runDepcruise/sample/__mocks__/test/fixtures/cjs/sub/depindir.js|^test/runDepcruise/sample/__mocks__/test/fixtures/cjs/sub/dir.js" dist/index.js src/options/getConfigFilePath.ts src/report/body/uniqueTag.ts test/runDepcruise/sample/__mocks__/test/fixtures/cjs/one_only_one.js test/runDepcruise/sample/__mocks__/test/fixtures/cjs/one_only_two.js test/runDepcruise/sample/__mocks__/test/fixtures/cjs/root_one.js test/runDepcruise/sample/__mocks__/test/fixtures/cjs/root_two.js test/runDepcruise/sample/__mocks__/test/fixtures/cjs/shared.js test/runDepcruise/sample/__mocks__/test/fixtures/cjs/sub/depindir.js test/runDepcruise/sample/__mocks__/test/fixtures/cjs/sub/dir.js

Copy link
Contributor Author

renovate bot commented Apr 7, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@MH4GF MH4GF force-pushed the renovate/all-devdependencies branch from b01bd03 to 96beb93 Compare April 7, 2024 06:57
@renovate renovate bot merged commit 0b31852 into main Apr 7, 2024
6 checks passed
@renovate renovate bot deleted the renovate/all-devdependencies branch April 7, 2024 06:59
This was referenced May 25, 2024
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