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-dev): bump the dependencies group across 1 directory with 8 updates #5371

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 5, 2024

Bumps the dependencies group with 8 updates in the / directory:

Package From To
@types/node 22.9.1 22.10.1
cspell 8.16.0 8.16.1
hono 4.6.11 4.6.12
less 4.2.0 4.2.1
memfs 4.14.0 4.14.1
prettier 3.3.3 3.4.2
puppeteer 23.8.0 23.10.1
webpack 5.96.1 5.97.1

Updates @types/node from 22.9.1 to 22.10.1

Commits

Updates cspell from 8.16.0 to 8.16.1

Release notes

Sourced from cspell's releases.

v8.16.1

Changes

Fixes

fix: Honor the --color option (#6594)

fixes #6589

Also support the NO_COLOR environment variable.


fix: remove legacy enableFiletypes (#6575)


fix: Remove legacy words settings (#6559)


fix: Support canceling a read request (#6549)


Dictionary Updates

... (truncated)

Changelog

Sourced from cspell's changelog.

8.16.1 (2024-11-26)

Commits

Updates hono from 4.6.11 to 4.6.12

Release notes

Sourced from hono's releases.

v4.6.12

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.6.11...v4.6.12

Commits
  • 76b7109 v4.6.12
  • 7ebf854 fix(adapter/aws-lambda): add alb event requestContext undefined check for tes...
  • bfc190f feat(css): add CSP nonce to hono/css related style and script tags (#3685)
  • 3059741 perf(router): sort handlers by score only when necessary (#3697)
  • 8717946 ci(perf-measures): support KB (#3696)
  • See full diff in compare view

Updates less from 4.2.0 to 4.2.1

Changelog

Sourced from less's changelog.

v4.2.1 (2024-09-26)

Commits

Updates memfs from 4.14.0 to 4.14.1

Release notes

Sourced from memfs's releases.

v4.14.1

4.14.1 (2024-12-02)

Bug Fixes

  • accept passing a FileHandle to createReadStream and createWriteStream (#1077) (af163dc)
Changelog

Sourced from memfs's changelog.

4.14.1 (2024-12-02)

Bug Fixes

  • accept passing a FileHandle to createReadStream and createWriteStream (#1077) (af163dc)
Commits
  • cf16b76 chore(release): 4.14.1 [skip ci]
  • af163dc fix: accept passing a FileHandle to createReadStream and `createWriteStre...
  • d68c64d chore(deps): lock file maintenance (#1078)
  • 20476f3 chore(deps): lock file maintenance
  • See full diff in compare view

Updates prettier from 3.3.3 to 3.4.2

Release notes

Sourced from prettier's releases.

3.4.2

🔗 Changelog

3.4.1

🔗 Changelog

3.4.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.4.2

diff

Treat U+30A0 & U+30FB in Katakana Block as CJK (#16796 by @​tats-u)

Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.

<!-- Input (--prose-wrap=never) -->
C言
語
・
C++
・
Go
・
Rust
<!-- Prettier 3.4.1 -->
C言語・ C++ ・ Go ・ Rust
<!-- Prettier 3.4.2 -->
C言語・C++・Go・Rust

U+30A0 can be used as the replacement of the - in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).

Fix comments print on class methods with decorators (#16891 by @​fisker)

// Input
class A {
  @decorator
  /** 
   * The method description
   *
  */
  async method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}
// Prettier 3.4.1
class A {
@​decorator
async /**
</tr></table>

... (truncated)

Commits

Updates puppeteer from 23.8.0 to 23.10.1

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v23.10.1

23.10.1 (2024-12-04)

Bug Fixes

puppeteer: v23.10.1

23.10.1 (2024-12-04)

Miscellaneous Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 23.10.0 to 23.10.1

puppeteer-core: v23.10.0

23.10.0 (2024-12-03)

Features

Bug Fixes

  • stop calling bringToFront when taking page screenshots (#13336) (6da2cb4)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.4.1 to 2.5.0

puppeteer: v23.10.0

23.10.0 (2024-12-03)

... (truncated)

Commits

Updates webpack from 5.96.1 to 5.97.1

Release notes

Sourced from webpack's releases.

v5.97.1

Bug Fixes

  • Performance regression
  • Sub define key should't be renamed when it's a defined variable

v5.97.0

Bug Fixes

  • Don't crash with filesystem cache and unknown scheme
  • Generate a valid code when output.iife is true and output.library.type is umd
  • Fixed conflict variable name with concatenate modules and runtime code
  • Merge duplicate chunks before
  • Collisions in ESM library
  • Use recursive search for versions of shared dependencies
  • [WASM] Don't crash WebAssembly with Reference Types (sync and async)
  • [WASM] Fixed wasm loading for sync and async webassembly
  • [CSS] Don't add [uniqueName] to localIdentName when it is empty
  • [CSS] Parsing strings on Windows
  • [CSS] Fixed CSS local escaping

New Features

  • Added support for injecting debug IDs
  • Export the MergeDuplicateChunks plugin
  • Added universal loading for JS chunks and JS worker chunks (only ES modules)
  • [WASM] Added universal loading for WebAssembly chunks (only for async WebAssembly)
  • [CSS] Allow initial CSS chunks to be placed anywhere - the output.cssHeadDataCompression option was deleted
  • [CSS] Added universal loading for CSS chunks
  • [CSS] Parse ICSS @value at-rules in CSS modules
  • [CSS] Parse ICSS :import rules in CSS modules
  • [CSS] Added the url and import options for CSS
  • [CSS] Allow to import custom properties in CSS modules

Performance

  • Faster Queue implementation, also fixed queue iterator state in dequeue method to ensure correct behavior after item removal
Commits

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

…8 updates

Bumps the dependencies group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.9.1` | `22.10.1` |
| [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) | `8.16.0` | `8.16.1` |
| [hono](https://github.com/honojs/hono) | `4.6.11` | `4.6.12` |
| [less](https://github.com/less/less.js) | `4.2.0` | `4.2.1` |
| [memfs](https://github.com/streamich/memfs) | `4.14.0` | `4.14.1` |
| [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.4.2` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `23.8.0` | `23.10.1` |
| [webpack](https://github.com/webpack/webpack) | `5.96.1` | `5.97.1` |



Updates `@types/node` from 22.9.1 to 22.10.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `cspell` from 8.16.0 to 8.16.1
- [Release notes](https://github.com/streetsidesoftware/cspell/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell/commits/v8.16.1/packages/cspell)

Updates `hono` from 4.6.11 to 4.6.12
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.6.11...v4.6.12)

Updates `less` from 4.2.0 to 4.2.1
- [Release notes](https://github.com/less/less.js/releases)
- [Changelog](https://github.com/less/less.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/less/less.js/commits)

Updates `memfs` from 4.14.0 to 4.14.1
- [Release notes](https://github.com/streamich/memfs/releases)
- [Changelog](https://github.com/streamich/memfs/blob/master/CHANGELOG.md)
- [Commits](streamich/memfs@v4.14.0...v4.14.1)

Updates `prettier` from 3.3.3 to 3.4.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.3...3.4.2)

Updates `puppeteer` from 23.8.0 to 23.10.1
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](puppeteer/puppeteer@puppeteer-v23.8.0...puppeteer-v23.10.1)

Updates `webpack` from 5.96.1 to 5.97.1
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.96.1...v5.97.1)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: cspell
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: hono
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: less
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: memfs
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 5, 2024
@dependabot dependabot bot requested a review from anshumanv as a code owner December 5, 2024 14:51
@alexander-akait alexander-akait merged commit b1e549f into master Dec 5, 2024
42 of 51 checks passed
@alexander-akait alexander-akait deleted the dependabot/npm_and_yarn/dependencies-a1adc867cc branch December 5, 2024 15:56
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.

1 participant