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 dev-deps group across 1 directory with 10 updates #144

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 26, 2024

Bumps the dev-deps group with 10 updates in the / directory:

Package From To
@changesets/cli 2.26.2 2.27.1
@total-typescript/shoehorn 0.1.1 0.1.2
@tsconfig/node18 18.2.2 18.2.4
@types/node 20.8.9 20.12.7
eslint-config-prettier 9.0.0 9.1.0
eslint-plugin-prettier 5.0.1 5.1.3
prettier 3.0.3 3.2.5
typescript 5.2.2 5.4.5
@types/debug 4.1.10 4.1.12
oclif 4.0.3 4.9.0

Updates @changesets/cli from 2.26.2 to 2.27.1

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​2.27.1

Patch Changes

  • #1267 86cfff1 Thanks @​Andarist! - Make ./bin.js available through package.json#exports to fix compatibility with changesets/action.

@​changesets/cli@​2.27.0

Minor Changes

Patch Changes

  • #1053 90a870a Thanks @​paescuj! - Replace the dependency is-ci with ci-info.

  • Updated dependencies [a971652, dfd4cca]:

    • @​changesets/assemble-release-plan@​6.0.0
    • @​changesets/get-dependents-graph@​2.0.0
    • @​changesets/apply-release-plan@​7.0.0
    • @​changesets/get-release-plan@​4.0.0
    • @​changesets/changelog-git@​0.2.0
    • @​changesets/config@​3.0.0
    • @​changesets/errors@​0.2.0
    • @​changesets/logger@​0.1.0
    • @​changesets/types@​6.0.0
    • @​changesets/write@​0.3.0
    • @​changesets/read@​0.6.0
    • @​changesets/git@​3.0.0
    • @​changesets/pre@​2.0.0
Commits

Updates @total-typescript/shoehorn from 0.1.1 to 0.1.2

Changelog

Sourced from @​total-typescript/shoehorn's changelog.

@​total-typescript/shoehorn

Commits

Updates @tsconfig/node18 from 18.2.2 to 18.2.4

Commits

Updates @types/node from 20.8.9 to 20.12.7

Commits

Updates eslint-config-prettier from 9.0.0 to 9.1.0

Changelog

Sourced from eslint-config-prettier's changelog.

Version 9.1.0 (2023-12-02)

  • Added: [unicorn/template-indent], (as a [special rule][unicorn/template-indent-special]). Thanks to Gürgün Dayıoğlu (@​gurgunday)!
  • Changed: All the [formatting rules that were deprecated in ESLint 8.53.0][deprecated-8.53.0] are now excluded if you set the ESLINT_CONFIG_PRETTIER_NO_DEPRECATED environment variable.
Commits
  • 40c7f3d eslint-config-prettier v9.1.0
  • 4110dff Merge pull request #271 from prettier/deprecated
  • 6d0bd92 Update tests to handle newly deprecated rules
  • 4c876b9 Move rules deprecated in ESLint 8.53.0 to the deprecated section
  • 24445c0 Use specialRule constant
  • 7827196 Group deprecated and removed rules by version
  • 48f804c Roll back to ESLint 8.52.0 for now
  • 16f03b8 Update Prettier
  • b06d618 Update npm packages
  • 25fc427 turn off unicorn/template-indent (#269)
  • Additional commits viewable in compare view

Updates eslint-plugin-prettier from 5.0.1 to 5.1.3

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.1.3

Patch Changes

Full Changelog: prettier/eslint-plugin-prettier@v5.1.2...v5.1.3

v5.1.2

5.1.2

Patch Changes

  • #623 8210e44 Thanks @​BPScott! - Add exports mapping to package.json, to allow import eslintPluginRecommended from 'eslint-plugin-prettier/recommended' to work as expected.

    Strictly speaking this is a breaking change as it removes the ability for people to import from "eslint-plugin-prettier/eslint-plugin-prettier.js" and "eslint-plugin-prettier/recommended.js" but the former was never recommended in the first place and the latter has only been available for a few days.

  • #621 2b09e7f Thanks @​JounQin! - feat: support parsing markdown via eslint-mdx natively

    What means the following is unnecessary anymore when using with eslint-mdx/eslint-plugin-mdx!

    [
      {
        files: ["**/*.md"],
        rules: { "prettier/prettier": ["error", { parser: "markdown" }] },
      },
      {
        files: ["**/*.mdx"],
        rules: { "prettier/prettier": ["error", { parser: "mdx" }] },
      },
    ]

Full Changelog: prettier/eslint-plugin-prettier@v5.1.1...v5.1.2

v5.1.1

5.1.1

Patch Changes

v.5.1.0

Minor Changes

  • #616 3856413 Thanks @​BPScott! - Add recommended config for the flat config format.

    If you are using flat config, import the recommended config from eslint-plugin-prettier/recommended. Like the legacy format recommended config, this automatically includes the contents of eslint-config-prettier.

... (truncated)

Changelog

Sourced from eslint-plugin-prettier's changelog.

5.1.3

Patch Changes

5.1.2

Patch Changes

  • #623 8210e44 Thanks @​BPScott! - Add exports mapping to package.json, to allow import eslintPluginRecommended from 'eslint-plugin-prettier/recommended' to work as expected.

    Strictly speaking this is a breaking change as it removes the ability for people to import from "eslint-plugin-prettier/eslint-plugin-prettier.js" and "eslint-plugin-prettier/recommended.js" but the former was never recommended in the first place and the latter has only been available for a few days.

  • #621 2b09e7f Thanks @​JounQin! - feat: support parsing markdown via eslint-mdx natively

    What means the following is unnecessary anymore when using with eslint-mdx/eslint-plugin-mdx!

    [
      {
        files: ["**/*.md"],
        rules: { "prettier/prettier": ["error", { parser: "markdown" }] },
      },
      {
        files: ["**/*.mdx"],
        rules: { "prettier/prettier": ["error", { parser: "mdx" }] },
      },
    ]

5.1.1

Patch Changes

5.1.0

Minor Changes

  • #616 3856413 Thanks @​BPScott! - Add recommended config for the flat config format.

    If you are using flat config, import the recommended config from eslint-plugin-prettier/recommended. Like the legacy format recommended config, this automatically includes the contents of eslint-config-prettier.

    // eslint.config.js
    const eslintPluginPrettierRecommended = require("eslint-plugin-prettier/recommended");
    module.exports = [

... (truncated)

Commits
  • 248cd17 chore: release eslint-plugin-prettier (#636)
  • 985b33c chore: add package.json into exports map (#629)
  • f985718 ci: enable NPM_TOKEN for releasing automatically (#631)
  • fa1e1e5 chore: add more ignoring file patterns on formatting (#627)
  • 0ea812c test: enable testing on .svelte files (#628)
  • 188487b chore: add more related funding links
  • d102278 chore: release eslint-plugin-prettier (#624)
  • b02fe90 chore: bump all upgradable (dev)Dependencies (#625)
  • 2b09e7f feat: support parsing markdown via eslint-mdx natively (#621)
  • 5f762df docs: change open collective funding info (#626)
  • Additional commits viewable in compare view

Updates prettier from 3.0.3 to 3.2.5

Release notes

Sourced from prettier's releases.

3.2.5

🔗 Changelog

3.2.4

  • Fix .eslintrc.json format #15947

🔗 Changelog

3.2.3

  • Format tsconfig.json file with jsonc parser #15927

🔗 Changelog

3.2.2

🔗 Changelog

3.2.1

🔗 Changelog

3.2.0

diff

🔗 Release note

3.1.1

🔗 Changelog

3.1.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.2.5

diff

Support Angular inline styles as single template literal (#15968 by @​sosukesuzuki)

Angular v17 supports single string inline styles.

// Input
@Component({
  template: `<div>...</div>`,
  styles: `h1 { color: blue; }`,
})
export class AppComponent {}
// Prettier 3.2.4
@​Component({
template: &lt;div&gt;...&lt;/div&gt;,
styles: h1 { color: blue; },
})
export class AppComponent {}
// Prettier 3.2.5
@​Component({
template: &lt;div&gt;...&lt;/div&gt;,
styles: h1 { color: blue; },
})
export class AppComponent {}

Unexpected embedded formatting for Angular template (#15969 by @​JounQin)

Computed template should not be considered as Angular component template

// Input
const template = "foobar";
@​Component({
[template]: &lt;h1&gt;{{       hello }}&lt;/h1&gt;,
})
export class AppComponent {}
</tr></table>

... (truncated)

Commits

Updates typescript from 5.2.2 to 5.4.5

Release notes

Sourced from typescript's releases.

TypeScript 5.4.5

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

... (truncated)

Commits
  • 27bcd4c Update LKG
  • 9f33bf1 🤖 Pick PR #58098 (Fix constraints of nested homomorph...) into release-5.4 (#...
  • 71b2f84 Bump version to 5.4.5 and LKG
  • 892936f 🤖 Pick PR #58083 (Don't propagate partial union/inter...) into release-5.4 (#...
  • 38a7c05 release-5.4: Always set node-version for setup-node (#58117)
  • b754fc3 🤖 Pick PR #57778 (fix type import check for default-i...) into release-5.4 (#...
  • 8eb3367 Bump version to 5.4.4 and LKG
  • de9096b 🤖 Pick PR #57871 (Divide-and-conquer strategy for int...) into release-5.4 (#...
  • 06aae98 🤖 Pick PR #57973 (Compare package.json paths with cor...) into release-5.4 (#...
  • 6d8134e 🤖 Pick PR #57637 (Fixed a regression related to deter...) into release-5.4 (#...
  • Additional commits viewable in compare view

Updates @types/debug from 4.1.10 to 4.1.12

Commits

Updates oclif from 4.0.3 to 4.9.0

Release notes

Sourced from oclif's releases.

4.9.0

Features

4.8.8

Bug Fixes

  • deps: bump @​oclif/core from 3.26.3 to 3.26.4 (5cfa494)

4.8.7

Bug Fixes

  • deps: bump @​inquirer/confirm from 3.1.4 to 3.1.5 (0cfc0b0)

4.8.6

Bug Fixes

  • deps: bump ejs from 3.1.9 to 3.1.10 (0747157)

4.8.5

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.550.0 to 3.554.0 (f5bff54)

4.8.4

Bug Fixes

  • deps: bump @​inquirer/confirm from 3.0.0 to 3.1.4 (5d5960e)

4.8.3

Bug Fixes

  • deps: bump @​oclif/plugin-help from 6.0.18 to 6.0.21 (20fb976)

4.8.2

Bug Fixes

4.8.1

Bug Fixes

4.8.0

Features

... (truncated)

Changelog

Sourced from oclif's changelog.

4.9.0 (2024-04-25)

Features

4.8.8 (2024-04-21)

Bug Fixes

  • deps: bump @​oclif/core from 3.26.3 to 3.26.4 (5cfa494)

4.8.7 (2024-04-21)

Bug Fixes

  • deps: bump @​inquirer/confirm from 3.1.4 to 3.1.5 (0cfc0b0)

4.8.6 (2024-04-21)

Bug Fixes

  • deps: bump ejs from 3.1.9 to 3.1.10 (0747157)

4.8.5 (2024-04-15)

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.550.0 to 3.554.0 (f5bff54)

4.8.4 (2024-04-14)

Bug Fixes

  • deps: bump @​inquirer/confirm from 3.0.0 to 3.1.4 (5d5960e)

4.8.3 (2024-04-14)

Bug Fixes

  • deps: bump @​oclif/plugin-help from 6.0.18 to 6.0.21 (20fb976)

4.8.2 (2024-04-12)

Bug Fixes

4.8.1 (2024-04-12)

... (truncated)

Commits
  • 1cf0230 chore(release): 4.9.0 [skip ci]
  • 4bfa96f feat: no lockfiles in tarballs (#1385)
  • 7e2a624 chore(dev-deps): bump eslint-config-oclif-typescript from 3.1.2 to 3.1.5 (#1377)
  • 8f5ba0a chore(release): 4.8.8 [skip ci]
  • 4d6eb2a Merge pull request #1378 from oclif/dependabot-npm_and_yarn-oclif-core-3.26.4
  • 5cfa494 fix(deps): bump @​oclif/core from 3.26.3 to 3.26.4
  • ed55092 chore(release): 4.8.7 [skip ci]
  • 5ee5693 Merge pull request #1379 from oclif/dependabot-npm_and_yarn-inquirer-confirm-...
  • 298b88b chore(release): 4.8.6 [skip ci]
  • 139e0f5 Merge pull request #1380 from oclif/dependabot-npm_and_yarn-ejs-3.1.10
  • Additional commits viewable in compare view

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


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

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

Bumps the dev-deps group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@changesets/cli](https://github.com/changesets/changesets) | `2.26.2` | `2.27.1` |
| [@total-typescript/shoehorn](https://github.com/total-typescript/shoehorn) | `0.1.1` | `0.1.2` |
| [@tsconfig/node18](https://github.com/tsconfig/bases/tree/HEAD/bases) | `18.2.2` | `18.2.4` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.8.9` | `20.12.7` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `9.0.0` | `9.1.0` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.0.1` | `5.1.3` |
| [prettier](https://github.com/prettier/prettier) | `3.0.3` | `3.2.5` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.2.2` | `5.4.5` |
| [@types/debug](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/debug) | `4.1.10` | `4.1.12` |
| [oclif](https://github.com/oclif/oclif) | `4.0.3` | `4.9.0` |



Updates `@changesets/cli` from 2.26.2 to 2.27.1
- [Release notes](https://github.com/changesets/changesets/releases)
- [Changelog](https://github.com/changesets/changesets/blob/main/docs/modifying-changelog-format.md)
- [Commits](https://github.com/changesets/changesets/compare/@changesets/cli@2.26.2...@changesets/cli@2.27.1)

Updates `@total-typescript/shoehorn` from 0.1.1 to 0.1.2
- [Release notes](https://github.com/total-typescript/shoehorn/releases)
- [Changelog](https://github.com/total-typescript/shoehorn/blob/main/CHANGELOG.md)
- [Commits](https://github.com/total-typescript/shoehorn/commits)

Updates `@tsconfig/node18` from 18.2.2 to 18.2.4
- [Commits](https://github.com/tsconfig/bases/commits/HEAD/bases)

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

Updates `eslint-config-prettier` from 9.0.0 to 9.1.0
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v9.0.0...v9.1.0)

Updates `eslint-plugin-prettier` from 5.0.1 to 5.1.3
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.0.1...v5.1.3)

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

Updates `typescript` from 5.2.2 to 5.4.5
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.2.2...v5.4.5)

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

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

---
updated-dependencies:
- dependency-name: "@changesets/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: "@total-typescript/shoehorn"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: "@tsconfig/node18"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: "@types/debug"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: oclif
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from feelepxyz as a code owner April 26, 2024 11:16
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 26, 2024
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

None yet

0 participants