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

Bump the npm-development-minor-patch group with 5 updates #541

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2024

Bumps the npm-development-minor-patch group with 5 updates:

Package From To
@swc/core 1.7.10 1.7.12
@types/node 22.2.0 22.4.1
playwright 1.46.0 1.46.1
rollup 4.20.0 4.21.0
typedoc 0.26.5 0.26.6

Updates @swc/core from 1.7.10 to 1.7.12

Changelog

Sourced from @​swc/core's changelog.

[1.7.12] - 2024-08-19

Bug Fixes

  • (common) Do not use adjust_mappings from sourcemap crate (#9437) (563c162)

  • (es) Mark TypeScript nodes as reachable from Evaluator (#9440) (308e5ec)

  • (es/compat) Init this in sub class constructor for async (#9446) (bfaf31b)

  • (es/decorators) Fix metadata for accessors (#9444) (99738ef)

Miscellaneous Tasks

  • (deps) Update rust crate arrayvec to v0.7.6 (#9436) (08dd948)

[1.7.11] - 2024-08-14

Bug Fixes

Features

  • (es/typescript) Add native_class_properties to skip reordering of class properties inits (#9421) (d2929d1)

  • (estree/compat) Remove dependency on rayon (#9393) (34d1b27)

  • (html/minifier) Support using custom css minifier (#9425) (970cc81)

Miscellaneous Tasks

... (truncated)

Commits
  • e8bc48f chore: Publish 1.7.12 with swc_core v0.101.3
  • d9b6412 chore: Update changelog
  • 17553bb chore: Publish 1.7.12-nightly-20240819.1 with swc_core v0.101.3
  • f5b5948 chore: Publish crates with swc_core v0.101.3
  • bfaf31b fix(es/compat): Init this in sub class constructor for async (#9446)
  • 08dd948 chore(deps): update rust crate arrayvec to v0.7.6 (#9436)
  • 99738ef fix(es/decorators): Fix metadata for accessors (#9444)
  • 9d10fa4 chore: Update changelog
  • 5096367 chore: Publish 1.7.12-nightly-20240816.2 with swc_core v0.101.2
  • a4b9186 chore: Publish crates with swc_core v0.101.2
  • Additional commits viewable in compare view

Updates @types/node from 22.2.0 to 22.4.1

Commits

Updates playwright from 1.46.0 to 1.46.1

Release notes

Sourced from playwright's releases.

v1.46.1

Highlights

microsoft/playwright#32004 - [REGRESSION]: Client Certificates don't work with Microsoft IIS microsoft/playwright#32004 - [REGRESSION]: Websites stall on TLS handshake errors when using Client Certificates microsoft/playwright#32146 - [BUG]: Credential scanners warn about internal socks-proxy TLS certificates microsoft/playwright#32056 - [REGRESSION]: 1.46.0 (TypeScript) - custom fixtures extend no longer chainable microsoft/playwright#32070 - [Bug]: --only-changed flag and project dependencies microsoft/playwright#32188 - [Bug]: --only-changed with shallow clone throws "unknown revision" error

Browser Versions

  • Chromium 128.0.6613.18
  • Mozilla Firefox 128.0
  • WebKit 18.0

This version was also tested against the following stable channels:

  • Google Chrome 127
  • Microsoft Edge 127
Commits
  • e1c861c cherry-pick(#32021): test: fix failing client-certificate tests
  • 20b0788 chore: mark v1.46.1 (#32194)
  • 57c3240 cherry-pick(#32192): chore: generate self-signed certificates for socks proxy
  • 301f179 cherry-pick(#32189): fix(only-changed): show nice error message about shallow...
  • b2d6a09 cherry-pick(#32164): docs: release video and trace viewer video (#32173)
  • 7cf7aec cherry-pick(#32094): fix(test runner): run project dependencies of `--only-ch...
  • d78ae01 cherry-pick(#32163): fix(client-certificates): stall on tls handshake errors
  • bd13da4 cherry-pick(#32155): fix(client-certificates): when server does tls renegotia...
  • 30684a7 cherry-pick(#32066): fix(types): revert type changes made to support TS 5.5 (...
  • 5e68061 cherry-pick(#32015): docs(release-notes): fix typo in .NET release notes
  • See full diff in compare view

Updates rollup from 4.20.0 to 4.21.0

Release notes

Sourced from rollup's releases.

v4.21.0

4.21.0

2024-08-18

Features

  • Add option to configure directory for virtual modules when preserving modules (#5602)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.21.0

2024-08-18

Features

  • Add option to configure directory for virtual modules when preserving modules (#5602)

Pull Requests

Commits
  • c4bb050 4.21.0
  • 8350601 chore(deps): update typescript-eslint monorepo to v8 (major) (#5607)
  • 811ef57 chore: fix the noConflict option in REPL. (#5611)
  • af6a347 feat: introduce the virtualDirname option to customize the virtual directory ...
  • eb12f34 chore(deps): lock file maintenance (#5614)
  • 93af657 chore(deps): lock file maintenance minor/patch updates (#5613)
  • c6751ff chore(deps): lock file maintenance minor/patch updates (#5608)
  • See full diff in compare view

Updates typedoc from 0.26.5 to 0.26.6

Release notes

Sourced from typedoc's releases.

v0.26.6

Features

  • Use of the @extends block tag no longer produces warnings, #2659. This tag should only be used in JavaScript projects to specify the type parameters used when extending a parent class. It will not be rendered.
  • Added new navigation.compactFolders option to prevent TypeDoc from compacting folders, similar to the VSCode option. #2667.

Bug Fixes

  • The suppressCommentWarningsInDeclarationFiles option now correctly ignores warnings in .d.cts and .d.mts files, #2647.
  • Restored re-exports in the page navigation menu, #2671.
  • JSON serialized projects will no longer contain reflection IDs for other projects created in the same run. Gerrit0/typedoc-plugin-zod0.
  • In packages mode the reflection ID counter will no longer be reset when converting projects. This previously could result in links to files not working as expected.
Changelog

Sourced from typedoc's changelog.

v0.26.6 (2024-08-18)

Features

  • Use of the @extends block tag no longer produces warnings, #2659. This tag should only be used in JavaScript projects to specify the type parameters used when extending a parent class. It will not be rendered.
  • Added new navigation.compactFolders option to prevent TypeDoc from compacting folders, similar to the VSCode option. #2667.

Bug Fixes

  • The suppressCommentWarningsInDeclarationFiles option now correctly ignores warnings in .d.cts and .d.mts files, #2647.
  • Restored re-exports in the page navigation menu, #2671.
  • JSON serialized projects will no longer contain reflection IDs for other projects created in the same run. Gerrit0/typedoc-plugin-zod0.
  • In packages mode the reflection ID counter will no longer be reset when converting projects. This previously could result in links to files not working as expected.
Commits
  • f0f3d96 Update changelog for release
  • 182adbb Fix lint
  • aa2b4a9 Conditionally serialize media->reflection entries
  • 73e1dd6 Add navigation.compactFolders option
  • 3673a4d Include re-exports in page navigation menu
  • 3e13dc1 Merge pull request #2664 from nick-ls/master
  • f0de38c Merge pull request #2665 from waynemwashuma/master
  • dfb19e6 Add support for "none" group
  • ec1f863 Add support for @augments
  • ce7b3b4 Add support for "none" category
  • Additional commits viewable in compare view

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

Bumps the npm-development-minor-patch group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@swc/core](https://github.com/swc-project/swc) | `1.7.10` | `1.7.12` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.2.0` | `22.4.1` |
| [playwright](https://github.com/microsoft/playwright) | `1.46.0` | `1.46.1` |
| [rollup](https://github.com/rollup/rollup) | `4.20.0` | `4.21.0` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.26.5` | `0.26.6` |


Updates `@swc/core` from 1.7.10 to 1.7.12
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.7.10...v1.7.12)

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

Updates `playwright` from 1.46.0 to 1.46.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.46.0...v1.46.1)

Updates `rollup` from 4.20.0 to 4.21.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.20.0...v4.21.0)

Updates `typedoc` from 0.26.5 to 0.26.6
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.26.5...v0.26.6)

---
updated-dependencies:
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development-minor-patch
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development-minor-patch
- dependency-name: playwright
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development-minor-patch
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development-minor-patch
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 19, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 22, 2024

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Aug 22, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-development-minor-patch-08dec00aa9 branch August 22, 2024 11:00
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants