fix(deps): replace all dependencies #22

Merged
kjuulh merged 1 commits from renovate/all into main 2024-08-21 22:27:02 +02:00
Owner

This PR contains the following updates:

Package Type Update Change
@material-ui/core (source) dependencies replacement ^4.9.13 -> ^5.0.0
@material-ui/core (source) dependencies replacement ^4.12.2 -> ^5.0.0
@material-ui/icons (source) dependencies replacement ^4.9.1 -> ^5.0.0
@types/dockerode (source) devDependencies patch 3.3.14 -> 3.3.31
@types/express (source) devDependencies patch 4.17.15 -> 4.17.21
@types/express-serve-static-core (source) devDependencies minor 4.17.31 -> 4.19.5
@types/luxon (source) devDependencies minor 3.1.0 -> 3.4.2
@types/node (source) devDependencies minor 20.14.10 -> 20.16.1
@types/node (source) devDependencies minor 20.12.5 -> 20.16.1
better-sqlite3 devDependencies major ^10.0.0 -> ^11.0.0
cypress (source) devDependencies minor 13.7.2 -> 13.13.3
eslint-plugin-cypress devDependencies minor 3.0.0 -> 3.5.0
msw (source) devDependencies minor 2.2.13 -> 2.3.5
pg (source) dependencies minor 8.8.0 -> 8.12.0
prettier (source) devDependencies minor 3.2.5 -> 3.3.3
react-use dependencies minor 17.4.0 -> 17.5.1
react-use dependencies patch 17.5.0 -> 17.5.1
start-server-and-test devDependencies patch 2.0.3 -> 2.0.5
typescript (source) devDependencies minor ~5.4.0 -> ~5.5.0
winston dependencies minor 3.8.2 -> 3.14.2

This is a special PR that replaces @material-ui/core with the community suggested minimal stable replacement version.

This is a special PR that replaces @material-ui/icons with the community suggested minimal stable replacement version.


Release Notes

WiseLibs/better-sqlite3 (better-sqlite3)

v11.2.1

Compare Source

What's Changed

Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v11.2.0...v11.2.1

v11.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v11.1.2...v11.2.0

v11.1.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v11.1.1...v11.1.2

v11.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v11.1.0...v11.1.1

v11.0.0

Compare Source

Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v10.1.0...v11.0.0

Major version was bumped due to dropping support of Node.js v21 and Electron v25.

v10.1.0

Compare Source

What's Changed

Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v10.0.0...v10.1.0

cypress-io/cypress (cypress)

v13.13.3

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-13-3

v13.13.2

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-13-2

v13.13.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-13-1

v13.13.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-13-0

v13.12.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-12-0

v13.11.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-11-0

v13.10.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-10-0

v13.9.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-9-0

v13.8.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-8-1

v13.8.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-8-0

v13.7.3

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-7-3

cypress-io/eslint-plugin-cypress (eslint-plugin-cypress)

v3.5.0

Compare Source

Features

v3.4.0

Compare Source

Features
  • add name to configs (for tooling) (d2f8406)

v3.3.0

Compare Source

Features
  • add flat configurations (0e434c7)

v3.2.0

Compare Source

Features

v3.1.1

Compare Source

Bug Fixes
  • issue with unsafe to chain command that is not an action (93824e4)

v3.1.0

Compare Source

Features
  • apply no-pause rule recursively (f725f55)

v3.0.3

Compare Source

Bug Fixes
  • deps: update semantic-release to 23.0.8 (b3c2425)

v3.0.2

Compare Source

Bug Fixes
  • convert deprecated context calls (d3d333a)

v3.0.1

Compare Source

Bug Fixes
  • enable cypress/no-async-before (b57bf97)
mswjs/msw (msw)

v2.3.5

Compare Source

v2.3.5 (2024-08-02)

Bug Fixes

v2.3.4

Compare Source

v2.3.4 (2024-07-23)

Bug Fixes

v2.3.3

Compare Source

v2.3.3 (2024-07-23)

Bug Fixes

v2.3.2

Compare Source

v2.3.2 (2024-07-19)

Bug Fixes

v2.3.1

Compare Source

v2.3.1 (2024-06-01)

Bug Fixes

v2.3.0

Compare Source

v2.3.0 (2024-05-08)

[!WARNING]
This release changes how MSW treats unhandled exceptions in response resolvers. Previously, they were treated as request errors. Starting with this release, unhandled resolver exceptions will be coerced to 500 Unhandled Exception mocked error responses produced by the library. Please note that you must not intentionally throw errors in your resolvers. Please use Response.error() to mock request/network errors. Unhandled exceptions are considered unintended and will be treated as if they happen on the actual server.

Features
server.events.on('unhandledException', ({ request, error }) => {
  console.log('%s %s errored! See details below.', request.method, request.url)
  console.error(error)
})
Bug Fixes

v2.2.14

Compare Source

v2.2.14 (2024-04-17)

Bug Fixes
brianc/node-postgres (pg)

v8.12.0

Compare Source

v8.11.6

Compare Source

v8.11.5

Compare Source

v8.11.4

Compare Source

v8.11.3

Compare Source

v8.11.2

Compare Source

v8.11.1

Compare Source

v8.11.0

Compare Source

v8.10.0

Compare Source

  • Emit release event when client is returned to the pool.

v8.9.0

Compare Source

prettier/prettier (prettier)

v3.3.3

Compare Source

diff

Add parentheses for nullish coalescing in ternary (#​16391 by @​cdignam-segment)

This change adds clarity to operator precedence.

// Input
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;

// Prettier 3.3.2
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;

// Prettier 3.3.3
foo ? (bar ?? foo) : baz;
(foo ?? bar) ? a : b;
a ? b : (foo ?? bar);
Add parentheses for decorator expressions (#​16458 by @​y-schneider)

Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.

// Input
@​(foo`tagged template`)
class X {}

// Prettier 3.3.2
@​foo`tagged template`
class X {}

// Prettier 3.3.3
@​(foo`tagged template`)
class X {}
Support @let declaration syntax (#​16474 by @​sosukesuzuki)

Adds support for Angular v18 @let declaration syntax.

Please see the following code example. The @let declaration allows you to define local variables within the template:

@​let name = 'Frodo';

<h1>Dashboard for {{name}}</h1>
Hello, {{name}}

For more details, please refer to the excellent blog post by the Angular Team: Introducing @​let in Angular.

We also appreciate the Angular Team for kindly answering our questions to implement this feature.

v3.3.2

Compare Source

diff

Fix handlebars path expressions starts with @ (#​16358 by @​Princeyadav05)
{{! Input }}
<div>{{@&#8203;x.y.z}}</div>

{{! Prettier 3.3.1 }}
<div>{{@&#8203;x}}</div>

{{! Prettier 3.3.2 }}
<div>{{@&#8203;x.y.z}}</div>

v3.3.1

Compare Source

diff

Preserve empty lines in front matter (#​16347 by @​fisker)
<!-- Input -->
---
foo:
  - bar1

  - bar2

  - bar3
---
Markdown

<!-- Prettier 3.3.0 -->

---
foo:
  - bar1
  - bar2
  - bar3
---

Markdown

<!-- Prettier 3.3.1 -->
---
foo:
  - bar1

  - bar2

  - bar3
---

Markdown
Preserve explicit language in front matter (#​16348 by @​fisker)
<!-- Input -->
---yaml
title: Hello
slug: home
---

<!-- Prettier 3.3.0 -->
---
title: Hello
slug: home
---

<!-- Prettier 3.3.1 -->
---yaml
title: Hello
slug: home
---
Avoid line breaks in import attributes (#​16349 by @​fisker)
// Input
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

// Prettier 3.3.0
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type:
  "json" };

// Prettier 3.3.1
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

v3.3.0

Compare Source

diff

🔗 Release Notes

streamich/react-use (react-use)

v17.5.1

Compare Source

Bug Fixes
  • 🐛 bump nano-css dependency (adfb337)

v17.5.0

Compare Source

Features
  • add isFirst and isLast methods to useStateList hook (ac64414)
  • pencil: add isFirst and isLast return value to 'useStateList' (75218e4)
  • pencil: fix with yarn lint:fix (6a9dde5)

17.4.4 (2024-01-21)

Bug Fixes

17.4.3 (2024-01-13)

Bug Fixes
  • update useMedia hook to use recommended approach of MDN (e7379f0)

17.4.2 (2023-12-01)

Bug Fixes
  • correct peer dependencies (d770587)

17.4.1 (2023-11-28)

Bug Fixes
  • 🐛 bump nano-css version (812952b)

v17.4.4

Compare Source

Bug Fixes

v17.4.3

Compare Source

Bug Fixes
  • update useMedia hook to use recommended approach of MDN (e7379f0)

v17.4.2

Compare Source

Bug Fixes
  • correct peer dependencies (d770587)

v17.4.1

Compare Source

Bug Fixes
  • 🐛 bump nano-css version (812952b)
bahmutov/start-server-and-test (start-server-and-test)

v2.0.5

Compare Source

Bug Fixes
  • deps: update dependency debug to v4.3.6 (8ebb70b)

v2.0.4

Compare Source

Bug Fixes
  • deps: update dependency debug to v4.3.5 (dd8a2d7)
Microsoft/TypeScript (typescript)

v5.5.4: TypeScript 5.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:

v5.5.3: TypeScript 5.5.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.5.2: TypeScript 5.5

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.5: TypeScript 5.4.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

winstonjs/winston (winston)

v3.14.2

Compare Source

v3.14.1

Compare Source

v3.14.0

Compare Source

v3.13.1

Compare Source

v3.13.0

Compare Source

  • fix(http): allow passing maximumDepth to prevent big object being stringified (#​2425) a237865

v3.12.1

Compare Source

v3.12.0

Compare Source

v3.11.0

Compare Source

v3.10.0

Compare Source

v3.9.0

Compare Source

Functionality changes
Dependency updates by @​dependabot + CI autotesting
Documentation changes
Build Infrastructure changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@material-ui/core](https://mui.com/) ([source](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui)) | dependencies | replacement | [`^4.9.13` -> `^5.0.0`](https://renovatebot.com/diffs/npm/@material-ui%2fcore/4.12.4/) | | [@material-ui/core](https://mui.com/) ([source](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui)) | dependencies | replacement | [`^4.12.2` -> `^5.0.0`](https://renovatebot.com/diffs/npm/@material-ui%2fcore/4.12.4/) | | [@material-ui/icons](https://github.com/mui-org/material-ui/tree/master/packages/material-ui-icons) ([source](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons)) | dependencies | replacement | [`^4.9.1` -> `^5.0.0`](https://renovatebot.com/diffs/npm/@material-ui%2ficons/4.11.3/) | | [@types/dockerode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/dockerode) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dockerode)) | devDependencies | patch | [`3.3.14` -> `3.3.31`](https://renovatebot.com/diffs/npm/@types%2fdockerode/3.3.14/3.3.31) | | [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express)) | devDependencies | patch | [`4.17.15` -> `4.17.21`](https://renovatebot.com/diffs/npm/@types%2fexpress/4.17.15/4.17.21) | | [@types/express-serve-static-core](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-serve-static-core) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express-serve-static-core)) | devDependencies | minor | [`4.17.31` -> `4.19.5`](https://renovatebot.com/diffs/npm/@types%2fexpress-serve-static-core/4.17.31/4.19.5) | | [@types/luxon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/luxon) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/luxon)) | devDependencies | minor | [`3.1.0` -> `3.4.2`](https://renovatebot.com/diffs/npm/@types%2fluxon/3.1.0/3.4.2) | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | devDependencies | minor | [`20.14.10` -> `20.16.1`](https://renovatebot.com/diffs/npm/@types%2fnode/20.14.10/20.16.1) | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | devDependencies | minor | [`20.12.5` -> `20.16.1`](https://renovatebot.com/diffs/npm/@types%2fnode/20.12.5/20.16.1) | | [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) | devDependencies | major | [`^10.0.0` -> `^11.0.0`](https://renovatebot.com/diffs/npm/better-sqlite3/10.0.0/11.2.1) | | [cypress](https://cypress.io) ([source](https://github.com/cypress-io/cypress)) | devDependencies | minor | [`13.7.2` -> `13.13.3`](https://renovatebot.com/diffs/npm/cypress/13.7.2/13.13.3) | | [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) | devDependencies | minor | [`3.0.0` -> `3.5.0`](https://renovatebot.com/diffs/npm/eslint-plugin-cypress/3.0.0/3.5.0) | | [msw](https://mswjs.io) ([source](https://github.com/mswjs/msw)) | devDependencies | minor | [`2.2.13` -> `2.3.5`](https://renovatebot.com/diffs/npm/msw/2.2.13/2.3.5) | | [pg](https://github.com/brianc/node-postgres) ([source](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg)) | dependencies | minor | [`8.8.0` -> `8.12.0`](https://renovatebot.com/diffs/npm/pg/8.8.0/8.12.0) | | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | minor | [`3.2.5` -> `3.3.3`](https://renovatebot.com/diffs/npm/prettier/3.2.5/3.3.3) | | [react-use](https://github.com/streamich/react-use) | dependencies | minor | [`17.4.0` -> `17.5.1`](https://renovatebot.com/diffs/npm/react-use/17.4.0/17.5.1) | | [react-use](https://github.com/streamich/react-use) | dependencies | patch | [`17.5.0` -> `17.5.1`](https://renovatebot.com/diffs/npm/react-use/17.5.0/17.5.1) | | [start-server-and-test](https://github.com/bahmutov/start-server-and-test) | devDependencies | patch | [`2.0.3` -> `2.0.5`](https://renovatebot.com/diffs/npm/start-server-and-test/2.0.3/2.0.5) | | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/Microsoft/TypeScript)) | devDependencies | minor | [`~5.4.0` -> `~5.5.0`](https://renovatebot.com/diffs/npm/typescript/5.4.4/5.5.4) | | [winston](https://github.com/winstonjs/winston) | dependencies | minor | [`3.8.2` -> `3.14.2`](https://renovatebot.com/diffs/npm/winston/3.8.2/3.14.2) | This is a special PR that replaces `@material-ui/core` with the community suggested minimal stable replacement version. This is a special PR that replaces `@material-ui/icons` with the community suggested minimal stable replacement version. --- ### Release Notes <details> <summary>WiseLibs/better-sqlite3 (better-sqlite3)</summary> ### [`v11.2.1`](https://github.com/WiseLibs/better-sqlite3/releases/tag/v11.2.1) [Compare Source](https://github.com/WiseLibs/better-sqlite3/compare/v11.2.0...v11.2.1) #### What's Changed - Prebuild for Electron 32 by [@&#8203;neoxpert](https://github.com/neoxpert) in https://github.com/WiseLibs/better-sqlite3/pull/1242 **Full Changelog**: https://github.com/WiseLibs/better-sqlite3/compare/v11.2.0...v11.2.1 ### [`v11.2.0`](https://github.com/WiseLibs/better-sqlite3/releases/tag/v11.2.0) [Compare Source](https://github.com/WiseLibs/better-sqlite3/compare/v11.1.2...v11.2.0) #### What's Changed - Support builds for Electron v32 by [@&#8203;neoxpert](https://github.com/neoxpert) in https://github.com/WiseLibs/better-sqlite3/pull/1226 - Adding SQLITE_ENABLE_DBSTAT_VTAB by [@&#8203;mikeburgh](https://github.com/mikeburgh) in https://github.com/WiseLibs/better-sqlite3/pull/1228 #### New Contributors - [@&#8203;mikeburgh](https://github.com/mikeburgh) made their first contribution in https://github.com/WiseLibs/better-sqlite3/pull/1228 **Full Changelog**: https://github.com/WiseLibs/better-sqlite3/compare/v11.1.2...v11.2.0 ### [`v11.1.2`](https://github.com/WiseLibs/better-sqlite3/releases/tag/v11.1.2) [Compare Source](https://github.com/WiseLibs/better-sqlite3/compare/v11.1.1...v11.1.2) #### What's Changed - Use node bullseye to build arm images by [@&#8203;viceice](https://github.com/viceice) in https://github.com/WiseLibs/better-sqlite3/pull/1216 #### New Contributors - [@&#8203;viceice](https://github.com/viceice) made their first contribution in https://github.com/WiseLibs/better-sqlite3/pull/1216 **Full Changelog**: https://github.com/WiseLibs/better-sqlite3/compare/v11.1.1...v11.1.2 ### [`v11.1.1`](https://github.com/WiseLibs/better-sqlite3/releases/tag/v11.1.1) [Compare Source](https://github.com/WiseLibs/better-sqlite3/compare/v11.0.0...v11.1.1) #### What's Changed - Fix macOS x64 builds by [@&#8203;m4heshd](https://github.com/m4heshd) in https://github.com/WiseLibs/better-sqlite3/pull/1210 - error C2099: initializer is not a constant by [@&#8203;LqdBcnAtWork](https://github.com/LqdBcnAtWork) in https://github.com/WiseLibs/better-sqlite3/pull/1208 #### New Contributors - [@&#8203;LqdBcnAtWork](https://github.com/LqdBcnAtWork) made their first contribution in https://github.com/WiseLibs/better-sqlite3/pull/1208 **Full Changelog**: https://github.com/WiseLibs/better-sqlite3/compare/v11.1.0...v11.1.1 ### [`v11.0.0`](https://github.com/WiseLibs/better-sqlite3/releases/tag/v11.0.0) [Compare Source](https://github.com/WiseLibs/better-sqlite3/compare/v10.1.0...v11.0.0) **Full Changelog**: https://github.com/WiseLibs/better-sqlite3/compare/v10.1.0...v11.0.0 Major version was bumped due to dropping support of Node.js v21 and Electron v25. ### [`v10.1.0`](https://github.com/WiseLibs/better-sqlite3/releases/tag/v10.1.0) [Compare Source](https://github.com/WiseLibs/better-sqlite3/compare/v10.0.0...v10.1.0) #### What's Changed - Update SQLite to version 3.46.0 by [@&#8203;mceachen](https://github.com/mceachen) in https://github.com/WiseLibs/better-sqlite3/pull/1190 **Full Changelog**: https://github.com/WiseLibs/better-sqlite3/compare/v10.0.0...v10.1.0 </details> <details> <summary>cypress-io/cypress (cypress)</summary> ### [`v13.13.3`](https://github.com/cypress-io/cypress/releases/tag/v13.13.3) [Compare Source](https://github.com/cypress-io/cypress/compare/v13.13.2...v13.13.3) Changelog: https://docs.cypress.io/guides/references/changelog#13-13-3 ### [`v13.13.2`](https://github.com/cypress-io/cypress/releases/tag/v13.13.2) [Compare Source](https://github.com/cypress-io/cypress/compare/v13.13.1...v13.13.2) Changelog: https://docs.cypress.io/guides/references/changelog#13-13-2 ### [`v13.13.1`](https://github.com/cypress-io/cypress/releases/tag/v13.13.1) [Compare Source](https://github.com/cypress-io/cypress/compare/v13.13.0...v13.13.1) Changelog: https://docs.cypress.io/guides/references/changelog#13-13-1 ### [`v13.13.0`](https://github.com/cypress-io/cypress/releases/tag/v13.13.0) [Compare Source](https://github.com/cypress-io/cypress/compare/v13.12.0...v13.13.0) Changelog: https://docs.cypress.io/guides/references/changelog#13-13-0 ### [`v13.12.0`](https://github.com/cypress-io/cypress/releases/tag/v13.12.0) [Compare Source](https://github.com/cypress-io/cypress/compare/v13.11.0...v13.12.0) Changelog: https://docs.cypress.io/guides/references/changelog#13-12-0 ### [`v13.11.0`](https://github.com/cypress-io/cypress/releases/tag/v13.11.0) [Compare Source](https://github.com/cypress-io/cypress/compare/v13.10.0...v13.11.0) Changelog: https://docs.cypress.io/guides/references/changelog#13-11-0 ### [`v13.10.0`](https://github.com/cypress-io/cypress/releases/tag/v13.10.0) [Compare Source](https://github.com/cypress-io/cypress/compare/v13.9.0...v13.10.0) Changelog: https://docs.cypress.io/guides/references/changelog#13-10-0 ### [`v13.9.0`](https://github.com/cypress-io/cypress/releases/tag/v13.9.0) [Compare Source](https://github.com/cypress-io/cypress/compare/v13.8.1...v13.9.0) Changelog: https://docs.cypress.io/guides/references/changelog#13-9-0 ### [`v13.8.1`](https://github.com/cypress-io/cypress/releases/tag/v13.8.1) [Compare Source](https://github.com/cypress-io/cypress/compare/v13.8.0...v13.8.1) Changelog: https://docs.cypress.io/guides/references/changelog#13-8-1 ### [`v13.8.0`](https://github.com/cypress-io/cypress/releases/tag/v13.8.0) [Compare Source](https://github.com/cypress-io/cypress/compare/v13.7.3...v13.8.0) Changelog: https://docs.cypress.io/guides/references/changelog#13-8-0 ### [`v13.7.3`](https://github.com/cypress-io/cypress/releases/tag/v13.7.3) [Compare Source](https://github.com/cypress-io/cypress/compare/v13.7.2...v13.7.3) Changelog: https://docs.cypress.io/guides/references/changelog#13-7-3 </details> <details> <summary>cypress-io/eslint-plugin-cypress (eslint-plugin-cypress)</summary> ### [`v3.5.0`](https://github.com/cypress-io/eslint-plugin-cypress/releases/tag/v3.5.0) [Compare Source](https://github.com/cypress-io/eslint-plugin-cypress/compare/v3.4.0...v3.5.0) ##### Features - add rule no-debug ([033de6e](https://github.com/cypress-io/eslint-plugin-cypress/commit/033de6e98deb9b90c40c6ee5acbd9ca83b74d7ba)) ### [`v3.4.0`](https://github.com/cypress-io/eslint-plugin-cypress/releases/tag/v3.4.0) [Compare Source](https://github.com/cypress-io/eslint-plugin-cypress/compare/v3.3.0...v3.4.0) ##### Features - add `name` to configs (for tooling) ([d2f8406](https://github.com/cypress-io/eslint-plugin-cypress/commit/d2f84066b9c90023b67da54311eb2c6bc3b5c0e8)) ### [`v3.3.0`](https://github.com/cypress-io/eslint-plugin-cypress/releases/tag/v3.3.0) [Compare Source](https://github.com/cypress-io/eslint-plugin-cypress/compare/v3.2.0...v3.3.0) ##### Features - add flat configurations ([0e434c7](https://github.com/cypress-io/eslint-plugin-cypress/commit/0e434c7e8f60f68e7f059f0110f72465dc97e92a)) ### [`v3.2.0`](https://github.com/cypress-io/eslint-plugin-cypress/releases/tag/v3.2.0) [Compare Source](https://github.com/cypress-io/eslint-plugin-cypress/compare/v3.1.1...v3.2.0) ##### Features - support eslint v9 through [@&#8203;eslint/eslintrc](https://github.com/eslint/eslintrc) ([25e092e](https://github.com/cypress-io/eslint-plugin-cypress/commit/25e092e3cf46b4cf6103b7fb081e0f20d70053a4)) ### [`v3.1.1`](https://github.com/cypress-io/eslint-plugin-cypress/releases/tag/v3.1.1) [Compare Source](https://github.com/cypress-io/eslint-plugin-cypress/compare/v3.1.0...v3.1.1) ##### Bug Fixes - issue with unsafe to chain command that is not an action ([93824e4](https://github.com/cypress-io/eslint-plugin-cypress/commit/93824e49b34db920a4ea83abbdcc60341550c175)) ### [`v3.1.0`](https://github.com/cypress-io/eslint-plugin-cypress/releases/tag/v3.1.0) [Compare Source](https://github.com/cypress-io/eslint-plugin-cypress/compare/v3.0.3...v3.1.0) ##### Features - apply no-pause rule recursively ([f725f55](https://github.com/cypress-io/eslint-plugin-cypress/commit/f725f55d3cc583231ce4cb3b3d85149db2532259)) ### [`v3.0.3`](https://github.com/cypress-io/eslint-plugin-cypress/releases/tag/v3.0.3) [Compare Source](https://github.com/cypress-io/eslint-plugin-cypress/compare/v3.0.2...v3.0.3) ##### Bug Fixes - **deps:** update semantic-release to 23.0.8 ([b3c2425](https://github.com/cypress-io/eslint-plugin-cypress/commit/b3c2425d3da51c69f2c59f2ddce1ba1d356f2204)) ### [`v3.0.2`](https://github.com/cypress-io/eslint-plugin-cypress/releases/tag/v3.0.2) [Compare Source](https://github.com/cypress-io/eslint-plugin-cypress/compare/v3.0.1...v3.0.2) ##### Bug Fixes - convert deprecated context calls ([d3d333a](https://github.com/cypress-io/eslint-plugin-cypress/commit/d3d333a3c684ddf1f145c5ea868120eef9a6c13a)) ### [`v3.0.1`](https://github.com/cypress-io/eslint-plugin-cypress/releases/tag/v3.0.1) [Compare Source](https://github.com/cypress-io/eslint-plugin-cypress/compare/v3.0.0...v3.0.1) ##### Bug Fixes - enable cypress/no-async-before ([b57bf97](https://github.com/cypress-io/eslint-plugin-cypress/commit/b57bf9711615ceaa2841eb18cdaf239fe64b336d)) </details> <details> <summary>mswjs/msw (msw)</summary> ### [`v2.3.5`](https://github.com/mswjs/msw/releases/tag/v2.3.5) [Compare Source](https://github.com/mswjs/msw/compare/v2.3.4...v2.3.5) #### v2.3.5 (2024-08-02) ##### Bug Fixes - **HttpResponse:** skip setting "Content-Length" if it is already set ([#&#8203;2228](https://github.com/mswjs/msw/issues/2228)) ([`a0234c9`](https://github.com/mswjs/msw/commit/a0234c9abebada6f66f8a14dfa04bf2aac6e6dcf)) [@&#8203;kettanaito](https://github.com/kettanaito) ### [`v2.3.4`](https://github.com/mswjs/msw/releases/tag/v2.3.4) [Compare Source](https://github.com/mswjs/msw/compare/v2.3.3...v2.3.4) #### v2.3.4 (2024-07-23) ##### Bug Fixes - **cookieStore:** remove left-over `console.log` ([#&#8203;2217](https://github.com/mswjs/msw/issues/2217)) ([`00fdbb2`](https://github.com/mswjs/msw/commit/00fdbb265dbb5cf0f9f89bd91b546966463535a4)) [@&#8203;Lalem001](https://github.com/Lalem001) ### [`v2.3.3`](https://github.com/mswjs/msw/releases/tag/v2.3.3) [Compare Source](https://github.com/mswjs/msw/compare/v2.3.2...v2.3.3) #### v2.3.3 (2024-07-23) ##### Bug Fixes - implement cookie persistence using `tough-cookie` ([#&#8203;2206](https://github.com/mswjs/msw/issues/2206)) ([`c30613c`](https://github.com/mswjs/msw/commit/c30613c2ba1df0c3f2575051ddb3eb42f1744f69)) [@&#8203;kettanaito](https://github.com/kettanaito) - support async generators as response resolvers ([#&#8203;2108](https://github.com/mswjs/msw/issues/2108)) ([`d38fc3d`](https://github.com/mswjs/msw/commit/d38fc3dd6437ef6503c1ad62bf853b5ca800179c)) [@&#8203;kettanaito](https://github.com/kettanaito) [@&#8203;jakebailey](https://github.com/jakebailey) ### [`v2.3.2`](https://github.com/mswjs/msw/releases/tag/v2.3.2) [Compare Source](https://github.com/mswjs/msw/compare/v2.3.1...v2.3.2) #### v2.3.2 (2024-07-19) ##### Bug Fixes - support typescript@5.5 (deprecate v4.7) ([#&#8203;2190](https://github.com/mswjs/msw/issues/2190)) ([`7df2533`](https://github.com/mswjs/msw/commit/7df2533c183bb73b176863fee5101ade69c16fea)) [@&#8203;KaiSpencer](https://github.com/KaiSpencer) [@&#8203;kettanaito](https://github.com/kettanaito) ### [`v2.3.1`](https://github.com/mswjs/msw/releases/tag/v2.3.1) [Compare Source](https://github.com/mswjs/msw/compare/v2.3.0...v2.3.1) #### v2.3.1 (2024-06-01) ##### Bug Fixes - preserve trailing optional path parameters ([#&#8203;2169](https://github.com/mswjs/msw/issues/2169)) ([`e69bbd6`](https://github.com/mswjs/msw/commit/e69bbd6fda7c7997b523457b644440889e68d994)) [@&#8203;kettanaito](https://github.com/kettanaito) [@&#8203;KaiSpencer](https://github.com/KaiSpencer) ### [`v2.3.0`](https://github.com/mswjs/msw/releases/tag/v2.3.0) [Compare Source](https://github.com/mswjs/msw/compare/v2.2.14...v2.3.0) #### v2.3.0 (2024-05-08) > \[!WARNING] > This release changes how MSW treats unhandled exceptions in response resolvers. Previously, they were treated as request errors. Starting with this release, unhandled resolver exceptions will be coerced to `500 Unhandled Exception` mocked error responses produced by the library. Please note that **you must not intentionally throw errors in your resolvers**. Please use [`Response.error()`](https://mswjs.io/docs/basics/mocking-responses#mocking-network-errors) to mock request/network errors. Unhandled exceptions are considered unintended and will be treated as if they happen on the actual server. ##### Features - treat unhandled exceptions in handlers as 500 error responses ([#&#8203;2135](https://github.com/mswjs/msw/issues/2135)) ([`5191399`](https://github.com/mswjs/msw/commit/519139924639a0135169210a0d9c5cd0a0d3e994)) [@&#8203;kettanaito](https://github.com/kettanaito) - prioritize the `node` export when importing `msw/node` ([#&#8203;2134](https://github.com/mswjs/msw/issues/2134), transitively through [@&#8203;mswjs/interceptors](https://github.com/mswjs/interceptors)). - add a new `unhandledException` event ([#&#8203;2135](https://github.com/mswjs/msw/issues/2135), [docs](https://mswjs.io/docs/api/life-cycle-events#unhandledexception)). ```js server.events.on('unhandledException', ({ request, error }) => { console.log('%s %s errored! See details below.', request.method, request.url) console.error(error) }) ``` ##### Bug Fixes - **Disposable:** make the ".dispose()" method synchronous ([#&#8203;2144](https://github.com/mswjs/msw/issues/2144)) ([`686d3d6`](https://github.com/mswjs/msw/commit/686d3d668f7b76cbf26f75c990fded5e4fd298da)) [@&#8203;kettanaito](https://github.com/kettanaito) ### [`v2.2.14`](https://github.com/mswjs/msw/releases/tag/v2.2.14) [Compare Source](https://github.com/mswjs/msw/compare/v2.2.13...v2.2.14) #### v2.2.14 (2024-04-17) ##### Bug Fixes - preserve search params in "onUnhandledRequest" messages ([#&#8203;2128](https://github.com/mswjs/msw/issues/2128)) ([`64bcae7`](https://github.com/mswjs/msw/commit/64bcae7c27dfd36a35723a323c29cf0f5138a81c)) [@&#8203;nagadevkrishna](https://github.com/nagadevkrishna) [@&#8203;kettanaito](https://github.com/kettanaito) - give `node` export condition higher priority ([#&#8203;2134](https://github.com/mswjs/msw/issues/2134)) ([`f948d13`](https://github.com/mswjs/msw/commit/f948d13d2df85efa8d276396e1e60da235523a0e)) [@&#8203;phryneas](https://github.com/phryneas) </details> <details> <summary>brianc/node-postgres (pg)</summary> ### [`v8.12.0`](https://github.com/brianc/node-postgres/blob/HEAD/CHANGELOG.md#pg8120) [Compare Source](https://github.com/brianc/node-postgres/compare/pg@8.11.6...pg@8.12.0) - Add `queryMode` config option to [force use of the extended query protocol](https://github.com/brianc/node-postgres/pull/3214) on queries without any parameters. ### [`v8.11.6`](https://github.com/brianc/node-postgres/compare/pg@8.11.5...pg@8.11.6) [Compare Source](https://github.com/brianc/node-postgres/compare/pg@8.11.5...pg@8.11.6) ### [`v8.11.5`](https://github.com/brianc/node-postgres/compare/pg@8.11.4...pg@8.11.5) [Compare Source](https://github.com/brianc/node-postgres/compare/pg@8.11.4...pg@8.11.5) ### [`v8.11.4`](https://github.com/brianc/node-postgres/compare/pg@8.11.3...pg@8.11.4) [Compare Source](https://github.com/brianc/node-postgres/compare/pg@8.11.3...pg@8.11.4) ### [`v8.11.3`](https://github.com/brianc/node-postgres/compare/pg@8.11.2...pg@8.11.3) [Compare Source](https://github.com/brianc/node-postgres/compare/pg@8.11.2...pg@8.11.3) ### [`v8.11.2`](https://github.com/brianc/node-postgres/compare/pg@8.11.1...pg@8.11.2) [Compare Source](https://github.com/brianc/node-postgres/compare/pg@8.11.1...pg@8.11.2) ### [`v8.11.1`](https://github.com/brianc/node-postgres/compare/pg@8.11.0...pg@8.11.1) [Compare Source](https://github.com/brianc/node-postgres/compare/pg@8.11.0...pg@8.11.1) ### [`v8.11.0`](https://github.com/brianc/node-postgres/compare/pg@8.10.0...pg@8.11.0) [Compare Source](https://github.com/brianc/node-postgres/compare/pg@8.10.0...pg@8.11.0) ### [`v8.10.0`](https://github.com/brianc/node-postgres/blob/HEAD/CHANGELOG.md#pg-pool8100) [Compare Source](https://github.com/brianc/node-postgres/compare/pg@8.9.0...pg@8.10.0) - Emit `release` event when client is returned to [the pool](https://github.com/brianc/node-postgres/pull/2845). ### [`v8.9.0`](https://github.com/brianc/node-postgres/blob/HEAD/CHANGELOG.md#pg890) [Compare Source](https://github.com/brianc/node-postgres/compare/pg@8.8.0...pg@8.9.0) - Add support for [stream factory](https://github.com/brianc/node-postgres/pull/2898). - [Better errors](https://github.com/brianc/node-postgres/pull/2901) for SASL authentication. - [Use native crypto module](https://github.com/brianc/node-postgres/pull/2815) for SASL authentication. </details> <details> <summary>prettier/prettier (prettier)</summary> ### [`v3.3.3`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#333) [Compare Source](https://github.com/prettier/prettier/compare/3.3.2...3.3.3) [diff](https://github.com/prettier/prettier/compare/3.3.2...3.3.3) ##### Add parentheses for nullish coalescing in ternary ([#&#8203;16391](https://github.com/prettier/prettier/pull/16391) by [@&#8203;cdignam-segment](https://github.com/cdignam-segment)) This change adds clarity to operator precedence. <!-- prettier-ignore --> ```js // Input foo ? bar ?? foo : baz; foo ?? bar ? a : b; a ? b : foo ?? bar; // Prettier 3.3.2 foo ? bar ?? foo : baz; foo ?? bar ? a : b; a ? b : foo ?? bar; // Prettier 3.3.3 foo ? (bar ?? foo) : baz; (foo ?? bar) ? a : b; a ? b : (foo ?? bar); ``` ##### Add parentheses for decorator expressions ([#&#8203;16458](https://github.com/prettier/prettier/pull/16458) by [@&#8203;y-schneider](https://github.com/y-schneider)) Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5. <!-- prettier-ignore --> ```ts // Input @&#8203;(foo`tagged template`) class X {} // Prettier 3.3.2 @&#8203;foo`tagged template` class X {} // Prettier 3.3.3 @&#8203;(foo`tagged template`) class X {} ``` ##### Support `@let` declaration syntax ([#&#8203;16474](https://github.com/prettier/prettier/pull/16474) by [@&#8203;sosukesuzuki](https://github.com/sosukesuzuki)) Adds support for Angular v18 `@let` declaration syntax. Please see the following code example. The `@let` declaration allows you to define local variables within the template: <!-- prettier-ignore --> ```html @&#8203;let name = 'Frodo'; <h1>Dashboard for {{name}}</h1> Hello, {{name}} ``` For more details, please refer to the excellent blog post by the Angular Team: [Introducing @&#8203;let in Angular](https://blog.angular.dev/introducing-let-in-angular-686f9f383f0f). We also appreciate the Angular Team for kindly answering our questions to implement this feature. ### [`v3.3.2`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#332) [Compare Source](https://github.com/prettier/prettier/compare/3.3.1...3.3.2) [diff](https://github.com/prettier/prettier/compare/3.3.1...3.3.2) ##### Fix handlebars path expressions starts with `@` ([#&#8203;16358](https://github.com/prettier/prettier/pull/16358) by [@&#8203;Princeyadav05](https://github.com/Princeyadav05)) <!-- prettier-ignore --> ```hbs {{! Input }} <div>{{@&#8203;x.y.z}}</div> {{! Prettier 3.3.1 }} <div>{{@&#8203;x}}</div> {{! Prettier 3.3.2 }} <div>{{@&#8203;x.y.z}}</div> ``` ### [`v3.3.1`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#331) [Compare Source](https://github.com/prettier/prettier/compare/3.3.0...3.3.1) [diff](https://github.com/prettier/prettier/compare/3.3.0...3.3.1) ##### Preserve empty lines in front matter ([#&#8203;16347](https://github.com/prettier/prettier/pull/16347) by [@&#8203;fisker](https://github.com/fisker)) <!-- prettier-ignore --> ```markdown <!-- Input --> --- foo: - bar1 - bar2 - bar3 --- Markdown <!-- Prettier 3.3.0 --> --- foo: - bar1 - bar2 - bar3 --- Markdown <!-- Prettier 3.3.1 --> --- foo: - bar1 - bar2 - bar3 --- Markdown ``` ##### Preserve explicit language in front matter ([#&#8203;16348](https://github.com/prettier/prettier/pull/16348) by [@&#8203;fisker](https://github.com/fisker)) <!-- prettier-ignore --> ```markdown <!-- Input --> ---yaml title: Hello slug: home --- <!-- Prettier 3.3.0 --> --- title: Hello slug: home --- <!-- Prettier 3.3.1 --> ---yaml title: Hello slug: home --- ``` ##### Avoid line breaks in import attributes ([#&#8203;16349](https://github.com/prettier/prettier/pull/16349) by [@&#8203;fisker](https://github.com/fisker)) <!-- prettier-ignore --> ```jsx // Input import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" }; // Prettier 3.3.0 import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" }; // Prettier 3.3.1 import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" }; ``` ### [`v3.3.0`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#330) [Compare Source](https://github.com/prettier/prettier/compare/3.2.5...3.3.0) [diff](https://github.com/prettier/prettier/compare/3.2.5...3.3.0) 🔗 [Release Notes](https://prettier.io/blog/2024/06/01/3.3.0.html) </details> <details> <summary>streamich/react-use (react-use)</summary> ### [`v17.5.1`](https://github.com/streamich/react-use/blob/HEAD/CHANGELOG.md#1751-2024-07-20) [Compare Source](https://github.com/streamich/react-use/compare/v17.5.0...v17.5.1) ##### Bug Fixes - 🐛 bump nano-css dependency ([adfb337](https://github.com/streamich/react-use/commit/adfb337d5b11427798afc5a21c6ebdaa76212182)) ### [`v17.5.0`](https://github.com/streamich/react-use/blob/HEAD/CHANGELOG.md#1750-2024-01-22) [Compare Source](https://github.com/streamich/react-use/compare/v17.4.4...v17.5.0) ##### Features - add `isFirst` and `isLast` methods to `useStateList` hook ([ac64414](https://github.com/streamich/react-use/commit/ac64414bea4c8afadfb382da9fea44ee89b41e2d)) - **pencil:** add isFirst and isLast return value to 'useStateList' ([75218e4](https://github.com/streamich/react-use/commit/75218e45dfdcdc6ea193e278cb97ceee98c00f1b)) - **pencil:** fix with yarn lint:fix ([6a9dde5](https://github.com/streamich/react-use/commit/6a9dde596ae25c0dd2fa97b0cf354143fbc5b5ff)) #### [17.4.4](https://github.com/streamich/react-use/compare/v17.4.3...v17.4.4) (2024-01-21) ##### Bug Fixes - typo in example ([0534648](https://github.com/streamich/react-use/commit/05346481a15a321b13838eead0bda3024b0d163f)) #### [17.4.3](https://github.com/streamich/react-use/compare/v17.4.2...v17.4.3) (2024-01-13) ##### Bug Fixes - update useMedia hook to use recommended approach of MDN ([e7379f0](https://github.com/streamich/react-use/commit/e7379f088787cbf9274c1fc21d36061f04855e4c)) #### [17.4.2](https://github.com/streamich/react-use/compare/v17.4.1...v17.4.2) (2023-12-01) ##### Bug Fixes - correct peer dependencies ([d770587](https://github.com/streamich/react-use/commit/d77058729654397b68b251e8211bf0edc0b4ed50)) #### [17.4.1](https://github.com/streamich/react-use/compare/v17.4.0...v17.4.1) (2023-11-28) ##### Bug Fixes - 🐛 bump nano-css version ([812952b](https://github.com/streamich/react-use/commit/812952bb9ff004a844ec4285ad6c65d39597b11c)) ### [`v17.4.4`](https://github.com/streamich/react-use/blob/HEAD/CHANGELOG.md#1744-2024-01-21) [Compare Source](https://github.com/streamich/react-use/compare/v17.4.3...v17.4.4) ##### Bug Fixes - typo in example ([0534648](https://github.com/streamich/react-use/commit/05346481a15a321b13838eead0bda3024b0d163f)) ### [`v17.4.3`](https://github.com/streamich/react-use/blob/HEAD/CHANGELOG.md#1743-2024-01-13) [Compare Source](https://github.com/streamich/react-use/compare/v17.4.2...v17.4.3) ##### Bug Fixes - update useMedia hook to use recommended approach of MDN ([e7379f0](https://github.com/streamich/react-use/commit/e7379f088787cbf9274c1fc21d36061f04855e4c)) ### [`v17.4.2`](https://github.com/streamich/react-use/blob/HEAD/CHANGELOG.md#1742-2023-12-01) [Compare Source](https://github.com/streamich/react-use/compare/v17.4.1...v17.4.2) ##### Bug Fixes - correct peer dependencies ([d770587](https://github.com/streamich/react-use/commit/d77058729654397b68b251e8211bf0edc0b4ed50)) ### [`v17.4.1`](https://github.com/streamich/react-use/blob/HEAD/CHANGELOG.md#1741-2023-11-28) [Compare Source](https://github.com/streamich/react-use/compare/v17.4.0...v17.4.1) ##### Bug Fixes - 🐛 bump nano-css version ([812952b](https://github.com/streamich/react-use/commit/812952bb9ff004a844ec4285ad6c65d39597b11c)) </details> <details> <summary>bahmutov/start-server-and-test (start-server-and-test)</summary> ### [`v2.0.5`](https://github.com/bahmutov/start-server-and-test/releases/tag/v2.0.5) [Compare Source](https://github.com/bahmutov/start-server-and-test/compare/v2.0.4...v2.0.5) ##### Bug Fixes - **deps:** update dependency debug to v4.3.6 ([8ebb70b](https://github.com/bahmutov/start-server-and-test/commit/8ebb70b7b2be40b4b1b2f08d0b9c3ef51dfaca10)) ### [`v2.0.4`](https://github.com/bahmutov/start-server-and-test/releases/tag/v2.0.4) [Compare Source](https://github.com/bahmutov/start-server-and-test/compare/v2.0.3...v2.0.4) ##### Bug Fixes - **deps:** update dependency debug to v4.3.5 ([dd8a2d7](https://github.com/bahmutov/start-server-and-test/commit/dd8a2d7ec71b3acc9b5f65e68ca08eccc55dd87d)) </details> <details> <summary>Microsoft/TypeScript (typescript)</summary> ### [`v5.5.4`](https://github.com/microsoft/TypeScript/releases/tag/v5.5.4): TypeScript 5.5.4 [Compare Source](https://github.com/Microsoft/TypeScript/compare/v5.5.3...v5.5.4) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/). For the complete list of fixed issues, check out the - [fixed issues query for TypeScript v5.5.4 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.4%22+is%3Aclosed+). - [fixed issues query for TypeScript v5.5.3 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.3%22+is%3Aclosed+). - [fixed issues query for TypeScript v5.5.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.2%22+is%3Aclosed+). - [fixed issues query for TypeScript v5.5.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.1%22+is%3Aclosed+). - [fixed issues query for TypeScript v5.5.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.0%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) (soon!) ### [`v5.5.3`](https://github.com/microsoft/TypeScript/releases/tag/v5.5.3): TypeScript 5.5.3 [Compare Source](https://github.com/Microsoft/TypeScript/compare/v5.5.2...v5.5.3) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/). For the complete list of fixed issues, check out the - [fixed issues query for TypeScript v5.5.3 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.3%22+is%3Aclosed+). - [fixed issues query for TypeScript v5.5.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.2%22+is%3Aclosed+). - [fixed issues query for TypeScript v5.5.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.1%22+is%3Aclosed+). - [fixed issues query for TypeScript v5.5.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.0%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) ### [`v5.5.2`](https://github.com/microsoft/TypeScript/releases/tag/v5.5.2): TypeScript 5.5 [Compare Source](https://github.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.2) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/). For the complete list of fixed issues, check out the - [fixed issues query for TypeScript v5.5.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.2%22+is%3Aclosed+). - [fixed issues query for TypeScript v5.5.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.1%22+is%3Aclosed+). - [fixed issues query for TypeScript v5.5.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.0%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) ### [`v5.4.5`](https://github.com/microsoft/TypeScript/releases/tag/v5.4.5): TypeScript 5.4.5 [Compare Source](https://github.com/Microsoft/TypeScript/compare/v5.4.4...v5.4.5) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript 5.4.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.1%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.2%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.3 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.3%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.4 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.4%22+is%3Aclosed+). - [fixed issues query for Typescript 5.4.5 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.5%22+is%3Aclosed+). Downloads are available on: - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) </details> <details> <summary>winstonjs/winston (winston)</summary> ### [`v3.14.2`](https://github.com/winstonjs/winston/releases/tag/v3.14.2) [Compare Source](https://github.com/winstonjs/winston/compare/v3.14.1...v3.14.2) - Move initialization to constructor ([#&#8203;2503](https://github.com/winstonjs/winston/issues/2503)) [`2458ba6`](https://github.com/winstonjs/winston/commit/2458ba6) ### [`v3.14.1`](https://github.com/winstonjs/winston/releases/tag/v3.14.1) [Compare Source](https://github.com/winstonjs/winston/compare/v3.14.0...v3.14.1) - Save a reference to console methods in console transport ([#&#8203;2498](https://github.com/winstonjs/winston/issues/2498)) [`e82752f`](https://github.com/winstonjs/winston/commit/e82752f) - Add `forceConsole` to `ConsoleTransportOptions` ([#&#8203;2496](https://github.com/winstonjs/winston/issues/2496)) [`4ff0538`](https://github.com/winstonjs/winston/commit/4ff0538) - Bump mocha from 10.6.0 to 10.7.0 ([#&#8203;2489](https://github.com/winstonjs/winston/issues/2489)) [`62acaad`](https://github.com/winstonjs/winston/commit/62acaad) - Update readme with forceConsole info ([#&#8203;2493](https://github.com/winstonjs/winston/issues/2493)) [`b2b79af`](https://github.com/winstonjs/winston/commit/b2b79af) ### [`v3.14.0`](https://github.com/winstonjs/winston/releases/tag/v3.14.0) [Compare Source](https://github.com/winstonjs/winston/compare/v3.13.1...v3.14.0) - Add option forceConsole ([#&#8203;2276](https://github.com/winstonjs/winston/issues/2276)) [`b2098fd`](https://github.com/winstonjs/winston/commit/b2098fd) - Set \_rotate false on emit 'rotate' false ([#&#8203;2457](https://github.com/winstonjs/winston/issues/2457)) [`1719275`](https://github.com/winstonjs/winston/commit/1719275) - Bump [@&#8203;babel/core](https://github.com/babel/core) from 7.24.7 to 7.24.9 ([#&#8203;2485](https://github.com/winstonjs/winston/issues/2485)) [`d2859f3`](https://github.com/winstonjs/winston/commit/d2859f3) - Bump [@&#8203;babel/preset-env](https://github.com/babel/preset-env) from 7.24.7 to 7.24.8 ([#&#8203;2487](https://github.com/winstonjs/winston/issues/2487)) [`71e4bb1`](https://github.com/winstonjs/winston/commit/71e4bb1) - fix: readme ([#&#8203;2488](https://github.com/winstonjs/winston/issues/2488)) [`0cb8c7c`](https://github.com/winstonjs/winston/commit/0cb8c7c) ### [`v3.13.1`](https://github.com/winstonjs/winston/releases/tag/v3.13.1) [Compare Source](https://github.com/winstonjs/winston/compare/v3.13.0...v3.13.1) - revert to rimraf 5.0.1, last known version to work with node 18 for now [`1b3a500`](https://github.com/winstonjs/winston/commit/1b3a500) - Merge branch 'master' of github.com:winstonjs/winston [`b56117e`](https://github.com/winstonjs/winston/commit/b56117e) - Update dependencies [`a5853b5`](https://github.com/winstonjs/winston/commit/a5853b5) - Bump [@&#8203;types/node](https://github.com/types/node) from 20.12.7 to 20.14.10 ([#&#8203;2483](https://github.com/winstonjs/winston/issues/2483)) [`93b52ac`](https://github.com/winstonjs/winston/commit/93b52ac) - Bump mocha from 10.3.0 to 10.6.0 ([#&#8203;2484](https://github.com/winstonjs/winston/issues/2484)) [`33611c9`](https://github.com/winstonjs/winston/commit/33611c9) - Bump [@&#8203;babel/preset-env](https://github.com/babel/preset-env) from 7.24.0 to 7.24.7 ([#&#8203;2475](https://github.com/winstonjs/winston/issues/2475)) [`4aa6550`](https://github.com/winstonjs/winston/commit/4aa6550) - Update minimum version logform ([#&#8203;2472](https://github.com/winstonjs/winston/issues/2472)) [`7f5f014`](https://github.com/winstonjs/winston/commit/7f5f014) - Add Parseable transport ([#&#8203;2466](https://github.com/winstonjs/winston/issues/2466)) [`debf4fa`](https://github.com/winstonjs/winston/commit/debf4fa) - chore(docs): Update w/ MySQL transport ([#&#8203;2456](https://github.com/winstonjs/winston/issues/2456)) [`d567c57`](https://github.com/winstonjs/winston/commit/d567c57) - fix typo at test/unit/winston/transports/http.test.js ([#&#8203;2453](https://github.com/winstonjs/winston/issues/2453)) [`1d5d527`](https://github.com/winstonjs/winston/commit/1d5d527) - Bump [@&#8203;babel/cli](https://github.com/babel/cli) from 7.23.9 to 7.24.5 ([#&#8203;2454](https://github.com/winstonjs/winston/issues/2454)) [`d89a34e`](https://github.com/winstonjs/winston/commit/d89a34e) - Bump [@&#8203;types/node](https://github.com/types/node) from 20.11.29 to 20.12.7 ([#&#8203;2448](https://github.com/winstonjs/winston/issues/2448)) [`947fa79`](https://github.com/winstonjs/winston/commit/947fa79) - Bump [@&#8203;babel/core](https://github.com/babel/core) from 7.24.0 to 7.24.5 ([#&#8203;2455](https://github.com/winstonjs/winston/issues/2455)) [`8c58d0a`](https://github.com/winstonjs/winston/commit/8c58d0a) ### [`v3.13.0`](https://github.com/winstonjs/winston/releases/tag/v3.13.0) [Compare Source](https://github.com/winstonjs/winston/compare/v3.12.1...v3.13.0) - fix(http): allow passing maximumDepth to prevent big object being stringified ([#&#8203;2425](https://github.com/winstonjs/winston/issues/2425)) [`a237865`](https://github.com/winstonjs/winston/commit/a237865) ### [`v3.12.1`](https://github.com/winstonjs/winston/releases/tag/v3.12.1) [Compare Source](https://github.com/winstonjs/winston/compare/v3.12.0...v3.12.1) - Bump [@&#8203;types/node](https://github.com/types/node) from 20.11.24 to 20.11.29 ([#&#8203;2431](https://github.com/winstonjs/winston/issues/2431)) [`b10b98f`](https://github.com/winstonjs/winston/commit/b10b98f) - Revert "Remove nonexistent Logger methods from types" ([#&#8203;2434](https://github.com/winstonjs/winston/issues/2434)) [`0277035`](https://github.com/winstonjs/winston/commit/0277035) - fixed flaky test case ([#&#8203;2412](https://github.com/winstonjs/winston/issues/2412)) [`d95c948`](https://github.com/winstonjs/winston/commit/d95c948) ### [`v3.12.0`](https://github.com/winstonjs/winston/releases/tag/v3.12.0) [Compare Source](https://github.com/winstonjs/winston/compare/v3.11.0...v3.12.0) - missing timestamp format in ready-to-use-pattern example ([#&#8203;2421](https://github.com/winstonjs/winston/issues/2421)) [`9e5b407`](https://github.com/winstonjs/winston/commit/9e5b407) - bump deps ([#&#8203;2422](https://github.com/winstonjs/winston/issues/2422)) [`4a85e6b`](https://github.com/winstonjs/winston/commit/4a85e6b) - \[chore] Run coveralls CI check on Node 20 not 16 ([#&#8203;2418](https://github.com/winstonjs/winston/issues/2418)) [`e153c68`](https://github.com/winstonjs/winston/commit/e153c68) - Bump [@&#8203;types/node](https://github.com/types/node) from 20.8.6 to 20.11.19 ([#&#8203;2413](https://github.com/winstonjs/winston/issues/2413)) [`587f40f`](https://github.com/winstonjs/winston/commit/587f40f) - Update README.md ([#&#8203;2417](https://github.com/winstonjs/winston/issues/2417)) [`8e99a00`](https://github.com/winstonjs/winston/commit/8e99a00) - docs: fix anchor in transports docs ([#&#8203;2416](https://github.com/winstonjs/winston/issues/2416)) [`0bde36b`](https://github.com/winstonjs/winston/commit/0bde36b) - add winston-transport-vscode to transports docs ([#&#8203;2411](https://github.com/winstonjs/winston/issues/2411)) [`8fb5b41`](https://github.com/winstonjs/winston/commit/8fb5b41) - Bump [@&#8203;babel/cli](https://github.com/babel/cli) from 7.23.0 to 7.23.9 ([#&#8203;2406](https://github.com/winstonjs/winston/issues/2406)) [`a326743`](https://github.com/winstonjs/winston/commit/a326743) - Add winston-newrelic-agent-transport to transport documentation ([#&#8203;2382](https://github.com/winstonjs/winston/issues/2382)) [`cc731ef`](https://github.com/winstonjs/winston/commit/cc731ef) - Remove newrelic-winston transport entry. ([#&#8203;2405](https://github.com/winstonjs/winston/issues/2405)) [`f077f30`](https://github.com/winstonjs/winston/commit/f077f30) - Bump eslint from 8.55.0 to 8.56.0 ([#&#8203;2397](https://github.com/winstonjs/winston/issues/2397)) [`3943c41`](https://github.com/winstonjs/winston/commit/3943c41) - Bump the npm_and_yarn group group with 1 update ([#&#8203;2391](https://github.com/winstonjs/winston/issues/2391)) [`8260866`](https://github.com/winstonjs/winston/commit/8260866) - Fix unhandled rejection handling ([#&#8203;2390](https://github.com/winstonjs/winston/issues/2390)) [`333b763`](https://github.com/winstonjs/winston/commit/333b763) - Fix all rimraf usages to the best of my ability; glob is not true by default in rimraf; file archive test only passed every other time using async rimraf, could use further investigation [`c3f3b5b`](https://github.com/winstonjs/winston/commit/c3f3b5b) - Fix rimraf usage in new test [`8f3c653`](https://github.com/winstonjs/winston/commit/8f3c653) - Fix rimraf import in test (why didn't this break in PR CI?) [`f3836aa`](https://github.com/winstonjs/winston/commit/f3836aa) - Added functionality to long broken zippedArchive option ([#&#8203;2337](https://github.com/winstonjs/winston/issues/2337)) [`02d4267`](https://github.com/winstonjs/winston/commit/02d4267) - Bump async from 3.2.4 to 3.2.5 ([#&#8203;2378](https://github.com/winstonjs/winston/issues/2378)) [`069a40d`](https://github.com/winstonjs/winston/commit/069a40d) - Bump [@&#8203;babel/preset-env](https://github.com/babel/preset-env) from 7.23.2 to 7.23.7 ([#&#8203;2384](https://github.com/winstonjs/winston/issues/2384)) [`79282e1`](https://github.com/winstonjs/winston/commit/79282e1) - Bump winston-transport; fix test issue ([#&#8203;2386](https://github.com/winstonjs/winston/issues/2386)) [`05788b9`](https://github.com/winstonjs/winston/commit/05788b9) - Bump eslint from 8.51.0 to 8.55.0 ([#&#8203;2375](https://github.com/winstonjs/winston/issues/2375)) [`a7c2eec`](https://github.com/winstonjs/winston/commit/a7c2eec) - Bump std-mocks from 1.0.1 to 2.0.0 ([#&#8203;2361](https://github.com/winstonjs/winston/issues/2361)) [`85c336e`](https://github.com/winstonjs/winston/commit/85c336e) - Bump actions/setup-node from 3 to 4 ([#&#8203;2362](https://github.com/winstonjs/winston/issues/2362)) [`448d11c`](https://github.com/winstonjs/winston/commit/448d11c) - chore(README.md): adds documentation around coloring json formatted logs [`91ec069`](https://github.com/winstonjs/winston/commit/91ec069) - Remove nonexistent Logger methods from types [`c3c3911`](https://github.com/winstonjs/winston/commit/c3c3911) - Update dependencies [`caf2df6`](https://github.com/winstonjs/winston/commit/caf2df6) ### [`v3.11.0`](https://github.com/winstonjs/winston/releases/tag/v3.11.0) [Compare Source](https://github.com/winstonjs/winston/compare/v3.10.0...v3.11.0) - Bump split2 from 4.1.0 to 4.2.0 ([#&#8203;2336](https://github.com/winstonjs/winston/issues/2336)) [`37f4282`](https://github.com/winstonjs/winston/commit/37f4282) - Bump actions/checkout from 3 to 4 ([#&#8203;2346](https://github.com/winstonjs/winston/issues/2346)) [`fdcc893`](https://github.com/winstonjs/winston/commit/fdcc893) - Bump [@&#8203;colors/colors](https://github.com/colors/colors) packgae to 1.6.0 ([#&#8203;2353](https://github.com/winstonjs/winston/issues/2353)) [`dcbec34`](https://github.com/winstonjs/winston/commit/dcbec34) - Bump rimraf from 3.0.2 to 5.0.5 ([#&#8203;2357](https://github.com/winstonjs/winston/issues/2357)) [`aaaa4c0`](https://github.com/winstonjs/winston/commit/aaaa4c0) - feat: add guardrails to the instantiation of a Profiler ([#&#8203;2226](https://github.com/winstonjs/winston/issues/2226)) [`914b846`](https://github.com/winstonjs/winston/commit/914b846) - Bump [@&#8203;types/node](https://github.com/types/node) from 20.3.1 to 20.4.2 ([#&#8203;2329](https://github.com/winstonjs/winston/issues/2329)) [`23cb80c`](https://github.com/winstonjs/winston/commit/23cb80c) - Bug Fix: FileTransportOptions type missing lazy:boolean option ([#&#8203;2334](https://github.com/winstonjs/winston/issues/2334)) [`1c43f7b`](https://github.com/winstonjs/winston/commit/1c43f7b) ### [`v3.10.0`](https://github.com/winstonjs/winston/releases/tag/v3.10.0) [Compare Source](https://github.com/winstonjs/winston/compare/v3.9.0...v3.10.0) - Avoid potential github issues - relax engines node requirement in package.json [`fc9c83d`](https://github.com/winstonjs/winston/commit/fc9c83d) - Export Logger class ([#&#8203;2181](https://github.com/winstonjs/winston/issues/2181)) [`eda40ef`](https://github.com/winstonjs/winston/commit/eda40ef) - Added Lazy option to file transport ([#&#8203;2317](https://github.com/winstonjs/winston/issues/2317)) [`f7e7f2f`](https://github.com/winstonjs/winston/commit/f7e7f2f) - Bump eslint from 8.32.0 to 8.44.0 ([#&#8203;2321](https://github.com/winstonjs/winston/issues/2321)) [`de2e887`](https://github.com/winstonjs/winston/commit/de2e887) - docs([#&#8203;2319](https://github.com/winstonjs/winston/issues/2319)): Syntax error on README.md ([#&#8203;2320](https://github.com/winstonjs/winston/issues/2320)) [`fcc69ec`](https://github.com/winstonjs/winston/commit/fcc69ec) - fix(types): Allow any object to be passed as meta to logger.profile ([#&#8203;2314](https://github.com/winstonjs/winston/issues/2314)) [`9d6001a`](https://github.com/winstonjs/winston/commit/9d6001a) - Bump [@&#8203;types/node](https://github.com/types/node) from 18.11.18 to 20.3.1 ([#&#8203;2313](https://github.com/winstonjs/winston/issues/2313)) [`06e3165`](https://github.com/winstonjs/winston/commit/06e3165) - Update supported Node versions and run npm audit fix ([#&#8203;2315](https://github.com/winstonjs/winston/issues/2315)) [`61e2f5b`](https://github.com/winstonjs/winston/commit/61e2f5b) - Bump [@&#8203;babel/core](https://github.com/babel/core) from 7.20.12 to 7.22.1 ([#&#8203;2309](https://github.com/winstonjs/winston/issues/2309)) [`7643ad6`](https://github.com/winstonjs/winston/commit/7643ad6) ### [`v3.9.0`](https://github.com/winstonjs/winston/blob/HEAD/CHANGELOG.md#v390) [Compare Source](https://github.com/winstonjs/winston/compare/v3.8.2...v3.9.0) ##### Functionality changes - Handle undefined errors in getAllInfo in exception-handler in https://github.com/winstonjs/winston/pull/2208; thanks to new contributor [@&#8203;eivindrs](https://github.com/eivindrs) - fix: properly allow passing non-array transport in https://github.com/winstonjs/winston/pull/2256; thanks to new contributor [@&#8203;Tanuel](https://github.com/Tanuel) - fix [#&#8203;1732](https://github.com/winstonjs/winston/issues/1732) (Http Transport uses JSON format options as request options) in https://github.com/winstonjs/winston/pull/2272; thanks to new contributor [@&#8203;MoritzLoewenstein](https://github.com/MoritzLoewenstein) (minor version bump per comment on the issue) - fix: add guard clause to prevent FD leak in https://github.com/winstonjs/winston/pull/2301; thanks to new contributor [@&#8203;td-tomasz-joniec](https://github.com/td-tomasz-joniec) ##### Dependency updates by [@&#8203;dependabot](https://github.com/dependabot) + CI autotesting - Bump eslint from 8.23.0 to 8.32.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/winstonjs/winston/pull/2209, https://github.com/winstonjs/winston/pull/2236, https://github.com/winstonjs/winston/pull/2258, & https://github.com/winstonjs/winston/pull/2271 - Bump [@&#8203;babel/core](https://github.com/babel/core) from 7.19.0 to 7.20.12 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/winstonjs/winston/pull/2206, https://github.com/winstonjs/winston/pull/2234, https://github.com/winstonjs/winston/pull/2259, & https://github.com/winstonjs/winston/pull/2275 - Bump [@&#8203;types/node](https://github.com/types/node) from 18.0.0 to 18.11.18 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/winstonjs/winston/pull/2215, https://github.com/winstonjs/winston/pull/2235, & https://github.com/winstonjs/winston/pull/2264 - Bump [@&#8203;babel/preset-env](https://github.com/babel/preset-env) from 7.19.0 to 7.20.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/winstonjs/winston/pull/2218 & https://github.com/winstonjs/winston/pull/2244 - Bump safe-stable-stringify from 2.3.1 to 2.4.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/winstonjs/winston/pull/2217 & https://github.com/winstonjs/winston/pull/2292 - Bump [@&#8203;babel/cli](https://github.com/babel/cli) from 7.18.10 to 7.19.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/winstonjs/winston/pull/2216 - Bump json5 from 2.2.1 to 2.2.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/winstonjs/winston/pull/2260 ##### Documentation changes - Fix readme typo in https://github.com/winstonjs/winston/pull/2230; thanks to new contributor [@&#8203;aretecode](https://github.com/aretecode) - create new example for ready to use in https://github.com/winstonjs/winston/pull/2240; thanks to new contributor [@&#8203;myagizmaktav](https://github.com/myagizmaktav) - minor fixes to publishing.md ##### Build Infrastructure changes - GitHub Workflows security hardening in https://github.com/winstonjs/winston/pull/2252; thanks to new contributor [@&#8203;sashashura](https://github.com/sashashura) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh scheduled this pull request to auto merge when all checks succeed 2024-05-23 23:24:00 +02:00
kjuulh force-pushed renovate/all from c05459e37e to 3410a37246 2024-07-06 15:02:17 +02:00 Compare
kjuulh force-pushed renovate/all from 3410a37246 to bf08f0e0a7 2024-07-06 15:12:29 +02:00 Compare
kjuulh force-pushed renovate/all from bf08f0e0a7 to e5abb38d7a 2024-08-21 22:26:55 +02:00 Compare
kjuulh merged commit d665079a81 into main 2024-08-21 22:27:02 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kjuulh/backstage#22
No description provided.