pomatez icon indicating copy to clipboard operation
pomatez copied to clipboard

build(deps-dev): bump the app-development-dependencies group with 11 updates

Open dependabot[bot] opened this issue 6 months ago • 0 comments

Bumps the app-development-dependencies group with 11 updates:

Package From To
commitizen 4.2.6 4.3.0
lerna 7.3.0 7.4.2
prettier 2.7.1 2.8.8
rollup-plugin-typescript2 0.27.3 0.36.0
typescript 4.9.4 4.9.5
wait-on 7.0.1 7.2.0
nodemon 2.0.20 2.0.22
@types/lodash.debounce 4.0.7 4.0.9
@types/node-notifier 8.0.2 8.0.5
electron 18.1.0 18.3.15
regenerator-runtime 0.13.11 0.14.1

Updates commitizen from 4.2.6 to 4.3.0

Release notes

Sourced from commitizen's releases.

v4.3.0

4.3.0 (2023-01-19)

Features

Commits

Updates lerna from 7.3.0 to 7.4.2

Release notes

Sourced from lerna's releases.

v7.4.2

7.4.2 (2023-10-27)

Bug Fixes

  • version: support changelog-presets using async factory funcs (#3873) (bb5e7d7)

v7.4.1

7.4.1 (2023-10-18)

7.4.0 contained a malformed dist directory, please bump to 7.4.1 for the correct artifacts

v7.4.0

7.4.0 (2023-10-17)

Bug Fixes

  • version: update lock files after the version hook (#3849) (7e30a31)

Features

v7.3.1

7.3.1 (2023-10-10)

Bug Fixes

  • core: update package engines.node to correctly include only >=16 (#3861) (0674555)
Changelog

Sourced from lerna's changelog.

7.4.2 (2023-10-27)

Bug Fixes

  • version: support changelog-presets using async factory funcs (#3873) (bb5e7d7)

7.4.1 (2023-10-18)

Note: Version bump only for package lerna

7.4.0 (2023-10-17)

Features

7.3.1 (2023-10-10)

Bug Fixes

  • core: update package engines.node to correctly include only >=16 (#3861) (0674555)
Commits
  • 5effc09 chore(misc): publish 7.4.2
  • bb5e7d7 fix(version): support changelog-presets using async factory funcs (#3873)
  • 04772e6 chore(misc): publish 7.4.1
  • 1abb93a chore(misc): publish 7.4.0
  • af23df5 chore(diff): use import instead of require for bundling diff command (#3847)
  • 86f22f4 feat(version): add json option (#3858)
  • 914dd96 feat(version): add option to force version update (#3852)
  • f09e00a chore(misc): publish 7.3.1
  • 0674555 fix(core): update package engines.node to correctly include only >=16 (#3861)
  • See full diff in compare view

Updates prettier from 2.7.1 to 2.8.8

Release notes

Sourced from prettier's releases.

2.8.8

This version is a republished version of v2.8.7. A bad version was accidentally published and it can't be unpublished, apologies for the churn.

2.8.7

  • Allow multiple decorators on same getter/setter

🔗 Changelog

2.8.6

  • Allow decorators on private members and class expressions

🔗 Changelog

2.8.5

  • Support TypeScript 5.0

🔗 Changelog

2.8.4

🔗 Changelog

2.8.3

Support Angular 15.1

🔗 Changelog

2.8.2

🔗 Changelog

2.8.1

🔗 Changelog

2.8.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

2.8.8

This version is a republished version of v2.8.7. A bad version was accidentally published and it can't be unpublished, apologies for the churn.

2.8.7

diff

Allow multiple decorators on same getter/setter (#14584 by @​fisker)

// Input
class A {
  @decorator()
  get foo () {}

@​decorator() set foo (value) {} }

// Prettier 2.8.6 SyntaxError: Decorators cannot be applied to multiple get/set accessors of the same name. (5:3) 3 | get foo () {} 4 |
> 5 | @​decorator() | ^^^^^^^^^^^^ 6 | set foo (value) {} 7 | }

// Prettier 2.8.7 class A { @​decorator() get foo() {}

@​decorator() set foo(value) {} }

2.8.6

diff

Allow decorators on private members and class expressions (#14548 by @​fisker)

// Input
</tr></table> 

... (truncated)

Commits

Updates rollup-plugin-typescript2 from 0.27.3 to 0.36.0

Release notes

Sourced from rollup-plugin-typescript2's releases.

0.36.0

Features/bugfixes

Internal (testing, refactors)

Full Changelog: https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.35.0...0.36.0

0.35.0

Features

Bugfixes

Full Changelog: https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.34.1...0.35.0

0.34.1

Bugfixes

Internal (testing, refactors)

Full Changelog: https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.34.0...0.34.1

0.34.0

Bugfixes

  • fix: handle all type-only imports by piping TS imports by @​agilgur5 in #406
    • If you have ever had issues with some files not being type-checked or not generating declarations, this should conclusively fix all such issues. This type of issue used to occur if you had a type-only / interface-only / emit-less file, i.e. a file with only TS types and interfaces that would produce no JS.
    • NOTE: This requires Rollup version 2.60.0+ as it requires the use of this.load

... (truncated)

Commits

Updates typescript from 4.9.4 to 4.9.5

Release notes

Sourced from typescript's releases.

TypeScript 4.9.5

For release notes, check out the release announcement.

Downloads are available on:

Changes:

  • 69e88ef5513a81acf69ec78f4af1f927da0d0584 Port ignore deprecations to 4.9 (#52419)
  • daf4e817a18def96b70ac34703b158ff0e6d58df Port timestamp fix to 4.9 (#52426)
Commits

Updates wait-on from 7.0.1 to 7.2.0

Release notes

Sourced from wait-on's releases.

v7.2.0

Update axios from 0.27.2 to latest 1.6.1 which fixes security vulnerability CVE-2023-45857.

Thanks @​AndrewMax for the PR #147 and also for those that confirmed it.

v7.1.0

Update dependencies.

Add ability to specify timeout, httpTimeout, and tcpTimeout with a unit (ms, m, s, h), defaults to ms if not specified. Thanks @​ntkoopman

Commits

Updates nodemon from 2.0.20 to 2.0.22

Release notes

Sourced from nodemon's releases.

v2.0.22

2.0.22 (2023-03-22)

Bug Fixes

  • remove ts mapping if loader present (f7816e4), closes #2083

v2.0.21

2.0.21 (2023-03-02)

Bug Fixes

  • remove ts mapping if loader present (1468397), closes #2083
Commits
  • c971fdc Merge branch 'main' of github.com:remy/nodemon
  • b9679a2 chore: supporters
  • f7816e4 fix: remove ts mapping if loader present
  • 9f3ffdb One more fix
  • abc8522 Get rid of spawning shell windows if nodemon is started without console.
  • b11ddd1 Merge branch 'main' of github.com:remy/nodemon
  • 204af11 chore: missing supporters
  • 1468397 fix: remove ts mapping if loader present
  • 26b1f0f chore: add conventional commit check
  • adaafa1 One more fix
  • Additional commits viewable in compare view

Updates @types/lodash.debounce from 4.0.7 to 4.0.9

Commits

Updates @types/node-notifier from 8.0.2 to 8.0.5

Commits

Updates electron from 18.1.0 to 18.3.15

Commits

Updates regenerator-runtime from 0.13.11 to 0.14.1

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

dependabot[bot] avatar Dec 18 '23 16:12 dependabot[bot]