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 minor-and-patch group across 2 directories with 12 updates #172

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 3, 2024

Bumps the minor-and-patch group with 12 updates in the / directory:

Package From To
ansi-colors 4.1.1 4.1.3
form-data 4.0.0 4.0.1
jsonschema 1.4.0 1.4.1
tslib 2.2.0 2.8.1
@stellar/prettier-config 1.0.1 1.2.0
typedoc 0.21.10 0.26.11
sass 1.66.1 1.80.6
socket.io 4.1.2 4.8.1
socket.io-client 4.1.2 4.8.1
@types/lodash.throttle 4.1.6 4.1.9
express 4.17.1 4.21.1
winston 3.3.3 3.16.0

Bumps the minor-and-patch group with 1 update in the /@stellar/anchor-tests directory: typedoc.

Updates ansi-colors from 4.1.1 to 4.1.3

Commits
  • 5d3bc73 4.1.3
  • 6894dbd ensure process is defined
  • 64189b1 4.1.2
  • 6ef87b7 update gitignore, remove unused var
  • c765510 Merge pull request #54 from mindplay-dk/patch-1
  • 558d4e7 Minor change to improve support for Parcel/SWC
  • a479436 Merge pull request #44 from alan-agius4/add-create-dts
  • 01fef66 fix: add missing create method to TypeScript definitions
  • f5b5e12 Merge pull request #43 from bitjson/symbol-types
  • 8169f47 fix: add missing symbol types, include symbols
  • Additional commits viewable in compare view

Updates form-data from 4.0.0 to 4.0.1

Release notes

Sourced from form-data's releases.

v4.0.1

Fixes

  • npmignore temporary build files (#532)
  • move util.isArray to Array.isArray (#564)

Tests

  • migrate from travis to GHA
Commits
Maintainer changes

This version was pushed to npm by ljharb, a new releaser for form-data since your current version.


Updates jsonschema from 1.4.0 to 1.4.1

Commits
  • 7cad274 Bump patch for publishing
  • b40114f Appease eslint
  • 8117c85 Merge pull request #363 from osi-jehrlich/fix-stack-size-exceeded
  • 1fc38f5 fix "RangeError: maximum call stack size exceeded" when there are numerous er...
  • 6f65129 Merge pull request #345 from SebastianG77/fix-exclusiveMinimum-boolean-check
  • 87b9543 Merge pull request #346 from gamedevsam/master
  • 2772c71 Merge pull request #321 from jeff-chamberlain-vntana/patch-1
  • bea9577 Add makeChild type to SchemaContext
  • 59bf94d test: adjust testcase for testing exclusiveMinimum to also cover the edge cas...
  • 351fbfe fix boolean check in validateExclusiveMinimum
  • Additional commits viewable in compare view

Updates tslib from 2.2.0 to 2.8.1

Release notes

Sourced from tslib's releases.

v2.8.1

What's Changed

Full Changelog: microsoft/tslib@v2.8.0...v2.8.1

v2.8.0

What's Changed

Full Changelog: microsoft/tslib@v2.7.0...v2.8.0

v2.7.0

What's Changed

Full Changelog: microsoft/tslib@v2.6.3...v2.7.0

v2.6.3

What's Changed

Full Changelog: microsoft/tslib@v2.6.2...v2.6.3

tslib 2.6.2

What's Changed

Full Changelog: microsoft/tslib@v2.6.1...v2.6.2

tslib 2.6.1

What's Changed

Full Changelog: microsoft/tslib@2.6.0...v2.6.1

tslib 2.6.0

What's Changed

... (truncated)

Commits

Updates @stellar/prettier-config from 1.0.1 to 1.2.0

Commits
Maintainer changes

This version was pushed to npm by piyalbasu, a new releaser for @​stellar/prettier-config since your current version.


Updates typedoc from 0.21.10 to 0.26.11

Release notes

Sourced from typedoc's releases.

v0.26.11

Features

  • If hostedBaseUrl is set to the root page on a website, TypeDoc will now include WebSite structured data, #2760.

Bug Fixes

  • Fix support for ESM config files with Node 23, #2752.
  • Fix type errors when using "module": "ESNext" and importing TypeDoc, #2747.
  • Inherited comments on overloaded methods now consider the overload position when inheriting a comment, #2755.

v0.26.10

Bug Fixes

  • Fixed missing space on page headers, #2748.

v0.26.9

Features

  • Added headings option to control optional headings, #2729.
  • Updated Chinese translations, #2739.
  • Added a folder icon to page navigation elements which are not links, #2741.

Bug Fixes

  • externalSymbolLinkMappings now uses the TypeScript reported link target if available, #2725.
  • TypeDoc will no longer omit the modules page if a project contains only modules/documents, #2730.
  • Fixed missing breadcrumbs on project page, #2728.
  • TypeDoc will no longer render an empty readme page if no readme was found.

Thanks!

v0.26.8

Features

  • Updated Chinese translations, #2706.
  • Exported constants no longer render the type and default value if they are the same, #2717.
  • The HTML output now wraps tag blocks with <div> tags and includes the tag name in a class name, #2723.

Bug Fixes

  • Correctly handle external link resolver link text when referencing an external symbol, #2700.

... (truncated)

Changelog

Sourced from typedoc's changelog.

v0.26.11 (2024-11-01)

Features

  • If hostedBaseUrl is set to the root page on a website, TypeDoc will now include WebSite structured data, #2760.

Bug Fixes

  • Fix support for ESM config files with Node 23, #2752.
  • Fix type errors when using "module": "ESNext" and importing TypeDoc, #2747.
  • Inherited comments on overloaded methods now consider the overload position when inheriting a comment, #2755.

v0.26.10 (2024-10-16)

Bug Fixes

  • Fixed missing space on page headers, #2748.

v0.26.9 (2024-10-11)

Features

  • Added headings option to control optional headings, #2729.
  • Updated Chinese translations, #2739.
  • Added a folder icon to page navigation elements which are not links, #2741.

Bug Fixes

  • externalSymbolLinkMappings now uses the TypeScript reported link target if available, #2725.
  • TypeDoc will no longer omit the modules page if a project contains only modules/documents, #2730.
  • Fixed missing breadcrumbs on project page, #2728.
  • TypeDoc will no longer render an empty readme page if no readme was found.

Thanks!

v0.26.8 (2024-10-04)

Features

  • Updated Chinese translations, #2706.
  • Exported constants no longer render the type and default value if they are the same, #2717.
  • The HTML output now wraps tag blocks with <div> tags and includes the tag name in a class name, #2723.

Bug Fixes

  • Correctly handle external link resolver link text when referencing an external symbol, #2700.

... (truncated)

Commits

Updates sass from 1.66.1 to 1.80.6

Release notes

Sourced from sass's releases.

Dart Sass 1.80.6

To install Sass 1.80.6, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

Command-Line Interface

  • Make @parcel/watcher an optional dependency so this can still be installed on operating systems where it's unavailable.

See the full changelog for changes in earlier releases.

Dart Sass 1.80.5

To install Sass 1.80.5, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

Embedded Host

  • Don't produce phantom @import deprecations when using an importer with the legacy API.

See the full changelog for changes in earlier releases.

Dart Sass 1.80.4

To install Sass 1.80.4, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • No user-visible changes.

See the full changelog for changes in earlier releases.

Dart Sass 1.80.3

To install Sass 1.80.3, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Fix a bug where @import url("...") would crash in plain CSS files.

... (truncated)

Changelog

Sourced from sass's changelog.

1.80.6

Command-Line Interface

  • Make @parcel/watcher an optional dependency so this can still be installed on operating systems where it's unavailable.

1.80.5

Embedded Host

  • Don't produce phantom @import deprecations when using an importer with the legacy API.

1.80.4

  • No user-visible changes.

1.80.3

  • Fix a bug where @import url("...") would crash in plain CSS files.

  • Improve consistency of how warnings are emitted by different parts of the compiler. This should result in minimal user-visible changes, but different types of warnings should now respond more reliably to flags like --quiet, --verbose, and --silence-deprecation.

1.80.2

  • Fix a bug where deprecation warnings were incorrectly emitted for the plain-CSS invert() function.

1.80.1

  • Fix a bug where repeated deprecation warnings were not automatically limited.

1.80.0

  • @import is now officially deprecated, as are global built-in functions that are available within built-in modules. See the Sass blog post for more details on the deprecation process.

Embedded Host

  • Fix an error that would sometimes occur when deprecation warnings were emitted when using a custom importer with the legacy API.

1.79.6

... (truncated)

Commits

Updates socket.io from 4.1.2 to 4.8.1

Release notes

Sourced from socket.io's releases.

[email protected]

Due to a change in the bundler configuration, the production bundle (socket.io.min.js) did not support sending and receiving binary data in version 4.8.0. This is now fixed.

Dependencies

[email protected]

Bug Fixes

  • bundle: do not mangle the "_placeholder" attribute (ca9e994)

Dependencies

[email protected]

Features

Custom transport implementations

The transports option now accepts an array of transport implementations:

import { io } from "socket.io-client";
import { XHR, WebSocket } from "engine.io-client";
const socket = io({
transports: [XHR, WebSocket]
});

Here is the list of provided implementations:

Transport Description
Fetch HTTP long-polling based on the built-in fetch() method.
NodeXHR HTTP long-polling based on the XMLHttpRequest object provided by the xmlhttprequest-ssl package.
XHR HTTP long-polling based on the built-in XMLHttpRequest object.
NodeWebSocket WebSocket transport based on the WebSocket object provided by the ws package.
WebSocket WebSocket transport based on the built-in WebSocket object.
WebTransport WebTransport transport based on the built-in WebTransport object.

Usage:

Transport browser Node.js Deno Bun

... (truncated)

Commits

Updates socket.io-client from 4.1.2 to 4.8.1

Release notes

Sourced from socket.io-client's releases.

[email protected]

Bug Fixes

  • bundle: do not mangle the "_placeholder" attribute (ca9e994)

Dependencies

[email protected]

Features

Custom transport implementations

The transports option now accepts an array of transport implementations:

import { io } from "socket.io-client";
import { XHR, WebSocket } from "engine.io-client";
const socket = io({
transports: [XHR, WebSocket]
});

Here is the list of provided implementations:

Transport Description
Fetch HTTP long-polling based on the built-in fetch() method.
NodeXHR HTTP long-polling based on the XMLHttpRequest object provided by the xmlhttprequest-ssl package.
XHR HTTP long-polling based on the built-in XMLHttpRequest object.
NodeWebSocket WebSocket transport based on the WebSocket object provided by the ws package.
WebSocket WebSocket transport based on the built-in WebSocket object.
WebTransport WebTransport transport based on the built-in WebTransport object.

Usage:

Transport browser Node.js Deno Bun
Fetch ✅ (1)
NodeXHR
XHR
NodeWebSocket
WebSocket ✅ (2)
WebTransport

(1) since v18.0.0

... (truncated)

Commits
  • 8d5528a chore(release): [email protected]
  • 71387e5 refactor(sio-client): reexport transports from the engine
  • aead835 refactor(sio): make Namespace._fns private (#5196)
  • 029e010 chore(release): [email protected]
  • 4ca6ddb docs(nuxt): update example with latest version
  • ca9e994 fix(sio-client): do not mangle the "_placeholder" attribute
  • 4865f2e fix(eio-client): prevent infinite loop with Node.js built-in WebSocket
  • d4b3dde ci: use Node.js 22
  • 3b68658 chore: bump @​fails-components/webtransport to version 1.1.4 (dev)
  • 175a2c5 fix(eio-client/types): remove ws type from .d.ts file
  • Additional commits viewable in compare view

Updates @types/lodash.throttle from 4.1.6 to 4.1.9

Commits

Updates express from 4.17.1 to 4.21.1

Release notes

Sourced from express's releases.

4.21.1

What's Changed

Full Changelog: expressjs/express@4.21.0...4.21.1

4.21.0

What's Changed

New Contributors

Full Changelog: expressjs/express@4.20.0...4.21.0

4.20.0

What's Changed

Important

  • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect

Other Changes

... (truncated)

Changelog

Sourced from express's changelog.

4.21.1 / 2024-10-08

4.21.0 / 2024-09-11

4.20.0 / 2024-09-10

  • deps: [email protected]
    • Remove link renderization in html while redirecting
  • deps: [email protected]
    • Remove link renderization in html while redirecting
  • deps: [email protected]
    • add depth option to customize the depth level in the parser
    • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect
  • deps: [email protected]
    • Adds support for named matching groups in the routes using a regex
    • Adds backtracking protection to parameters without regexes defined
  • deps: encodeurl@~2.0.0
    • Removes encoding of \, |, and ^ to align better with URL spec
  • Deprecate passing options.maxAge and options.expires to res.clearCookie
    • Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie

4.19.2 / 2024-03-25

  • Improved fix for open redirect allow list bypass

4.19.1 / 2024-03-20

  • Allow passing non-strings to res.location with new encoding handling checks

4.19.0 / 2024-03-20

4.18.3 / 2024-02-29

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by ulisesgascon, a new releaser for express since your current version.


Updates winston from 3.3.3 to 3.16.0

Release notes

Sourced from winston's releases.

v3.16.0

  • Feature - optionally include Error.cause property (#2447) 201b6f1

winstonjs/winston@v3.15.0...v3.16.0

v3.15.0

Note: we removed LogCallback from the TS definitions because the underlying library didn't actually support these. If this causes issues in your apps, we recommend you remove references to LogCallbacks, since such code was not being executed anyways. See #2513 and the issue linked therein.

  • remove logcallback (#2513) 3a54777
  • chore(docs): Update README.md w/ usage comments (#2507) f110f61
  • Bump nyc from 15.1.0 to 17.1.0 (#2511) f5dde86
  • Bump @​babel/cli from 7.24.7 to 7.25.6 (#2512) d1b8dc6
  • Bump @​babel/preset-env from 7.24.8 to 7.25.4 (#2506) 564161a
  • Bump mocha from 10.7.0 to 10.7.3 (#2500) eb7e315
  • Unified Handler Tests (#2020) 22aab6d

winstonjs/winston@v3.14.2...v3.15.0

v3.14.2

  • Move initialization to constructor (#2503) 2458ba6

winstonjs/winston@v3.14.1...v3.14.2

v3.14.1

  • Save a reference to console methods in console transport (#2498) e82752f
  • Add forceConsole to ConsoleTransportOptions (#2496) 4ff0538
  • Bump mocha from 10.6.0 to 10.7.0 (#2489) 62acaad
  • Update readme with forceConsole info (#2493) b2b79af

winstonjs/winston@v3.14.0...v3.14.1

v3.14.0

  • Add option forceConsole (#2276) b2098fd
  • Set _rotate false on emit &#39;rotate&#39; false (#2457) 1719275
  • Bump @​babel/core from 7.24.7 to 7.24.9 (#2485) d2859f3
  • Bump @​babel/preset-env from 7.24.7 to 7.24.8 (#2487) 71e4bb1
  • fix: readme (#2488) 0cb8c7c

winstonjs/winston@v3.13.1...v3.14.0

v3.13.1

  • revert to rimraf 5.0.1, last known version to work with node 18 for now 1b3a500
  • Merge branch &#39;master&#39; of github.com:winstonjs/winston b56117e
  • Update dependencies a5853b5
  • Bump @​types/node from 20.12.7 to 20.14.10 (#2483) 93b52ac
  • Bump mocha from 10.3.0 to 10.6.0 (#2484) 33611c9
  • Bump @​babel/preset-env from 7.24.0 to 7.24.7 (#2475) 4aa6550
  • Update minimum version logform (#2472) 7f5f014
  • Add Parseable transport (#2466) debf4fa
  • chore(docs): Update w/ MySQL transport (#2456) d567c57

... (truncated)

Changelog

Sourced from winston's changelog.

CHANGELOG

v3.9.0

Functionality changes

Dependency updates by @​dependabot + CI autotesting

Documentation changes

Build Infrastructure changes

v3.8.2

Patch-level changes

Dependency updates by @​dependabot + CI autotesting

v3.8.1

Patch-level changes

Dependency updates by @​dependabot + CI autotesting

v3.8.0 / 2022-06-23

Added functionality

... (truncated)

Commits

Bumps the minor-and-patch group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [ansi-colors](https://github.com/doowb/ansi-colors) | `4.1.1` | `4.1.3` |
| [form-data](https://github.com/form-data/form-data) | `4.0.0` | `4.0.1` |
| [jsonschema](https://github.com/tdegrunt/jsonschema) | `1.4.0` | `1.4.1` |
| [tslib](https://github.com/Microsoft/tslib) | `2.2.0` | `2.8.1` |
| [@stellar/prettier-config](https://github.com/stellar/product-conventions) | `1.0.1` | `1.2.0` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.21.10` | `0.26.11` |
| [sass](https://github.com/sass/dart-sass) | `1.66.1` | `1.80.6` |
| [socket.io](https://github.com/socketio/socket.io) | `4.1.2` | `4.8.1` |
| [socket.io-client](https://github.com/socketio/socket.io) | `4.1.2` | `4.8.1` |
| [@types/lodash.throttle](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash.throttle) | `4.1.6` | `4.1.9` |
| [express](https://github.com/expressjs/express) | `4.17.1` | `4.21.1` |
| [winston](https://github.com/winstonjs/winston) | `3.3.3` | `3.16.0` |

Bumps the minor-and-patch group with 1 update in the /@stellar/anchor-tests directory: [typedoc](https://github.com/TypeStrong/TypeDoc).


Updates `ansi-colors` from 4.1.1 to 4.1.3
- [Commits](doowb/ansi-colors@4.1.1...4.1.3)

Updates `form-data` from 4.0.0 to 4.0.1
- [Release notes](https://github.com/form-data/form-data/releases)
- [Commits](form-data/form-data@v4.0.0...v4.0.1)

Updates `jsonschema` from 1.4.0 to 1.4.1
- [Commits](tdegrunt/jsonschema@v1.4.0...v1.4.1)

Updates `tslib` from 2.2.0 to 2.8.1
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](microsoft/tslib@2.2.0...v2.8.1)

Updates `@stellar/prettier-config` from 1.0.1 to 1.2.0
- [Release notes](https://github.com/stellar/product-conventions/releases)
- [Commits](https://github.com/stellar/product-conventions/commits)

Updates `typedoc` from 0.21.10 to 0.26.11
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TypeStrong/TypeDoc/commits/v0.26.11)

Updates `sass` from 1.66.1 to 1.80.6
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.66.1...1.80.6)

Updates `socket.io` from 4.1.2 to 4.8.1
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io/compare/[email protected])

Updates `socket.io-client` from 4.1.2 to 4.8.1
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io/compare/[email protected])

Updates `@types/lodash.throttle` from 4.1.6 to 4.1.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash.throttle)

Updates `express` from 4.17.1 to 4.21.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md)
- [Commits](expressjs/express@4.17.1...4.21.1)

Updates `winston` from 3.3.3 to 3.16.0
- [Release notes](https://github.com/winstonjs/winston/releases)
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
- [Commits](winstonjs/winston@v3.3.3...v3.16.0)

Updates `typedoc` from 0.21.10 to 0.26.11
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TypeStrong/TypeDoc/commits/v0.26.11)

---
updated-dependencies:
- dependency-name: ansi-colors
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: form-data
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: jsonschema
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: tslib
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@stellar/prettier-config"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: sass
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: socket.io
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: socket.io-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@types/lodash.throttle"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: express
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: winston
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 3, 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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants