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 development-dependencies group with 15 updates #294

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2024

Bumps the development-dependencies group with 15 updates:

Package From To
@blueprintjs/core 5.8.2 5.9.1
@blueprintjs/select 5.0.23 5.1.1
@typescript-eslint/eslint-plugin 6.19.1 6.20.0
@typescript-eslint/parser 6.19.1 6.20.0
better-sqlite3 9.3.0 9.4.0
css-loader 6.9.1 6.10.0
inquirer 9.2.13 9.2.14
jotai 2.6.3 2.6.4
mini-css-extract-plugin 2.7.7 2.8.0
modern-screenshot 4.4.37 4.4.38
nanoid 5.0.4 5.0.5
postcss-loader 8.0.0 8.1.0
prettier 3.2.4 3.2.5
victory 36.8.2 36.8.6
webpack 5.90.0 5.90.1

Updates @blueprintjs/core from 5.8.2 to 5.9.1

Commits
  • 66e1c0e chore: Publish new release
  • 8d59758 [core] feat(BlueprintProvider): new composite context provider (#6692)
  • 396861f [core] fix(Popover): set popupKind default value to "menu" (#6647)
  • 159e254 [core] fix: Stabilize TooltipContext value (#6690)
  • 711fbcf [core] fix(OverlayToaster): correct type for createAsync domRenderer (#6689)
  • 59be963 chore: Publish new release
  • b3bb648 [core] feat(Callout): compact modifier prop (#6592)
  • 13866c7 [core] feat: CompoundTag (#6686)
  • 956bf16 [core] fix(Text): use isomorphic layout effect (#6687)
  • cbb705c [core] fix(ContextMenuPopover): clean up document handlers on close (#6685)
  • Additional commits viewable in compare view

Updates @blueprintjs/select from 5.0.23 to 5.1.1

Commits

Updates @typescript-eslint/eslint-plugin from 6.19.1 to 6.20.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v6.20.0

6.20.0 (2024-01-29)

🚀 Features

  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering (#8248)

🩹 Fixes

  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result (#8283)
  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable (#8262)
  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN (#8295)
  • eslint-plugin: [prefer-readonly] disable checking accessors (#8300)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

6.20.0 (2024-01-29)

🚀 Features

  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering

🩹 Fixes

  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result

  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable

  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN

  • eslint-plugin: [prefer-readonly] disable checking accessors

❤️ Thank You

  • Alex Parloti
  • auvred
  • James Browning
  • StyleShit
  • YeonJuan

You can read about our versioning strategy and releases on our website.

Commits
  • a01a6e6 chore(release): publish 6.20.0
  • 4d2ce3b fix(eslint-plugin): [prefer-readonly] disable checking accessors (#8300)
  • 9dca40e chore(eslint-plugin): fix typos in schema definitions (#8311)
  • d02d086 fix(eslint-plugin): [no-useless-template-literals] report Infinity & NaN (#8295)
  • 70505e4 fix(eslint-plugin): [prefer-nullish-coalescing] treat any/unknown as non-null...
  • d0137c8 chore: enable prefer-nullish-coalescing internally (#7955)
  • bbc6770 feat(eslint-plugin): [member-ordering] allow easy reuse of the default orderi...
  • 8622286 fix(eslint-plugin): [no-useless-template-literals] incorrect bigint autofix r...
  • See full diff in compare view

Updates @typescript-eslint/parser from 6.19.1 to 6.20.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v6.20.0

6.20.0 (2024-01-29)

🚀 Features

  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering (#8248)

🩹 Fixes

  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result (#8283)
  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable (#8262)
  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN (#8295)
  • eslint-plugin: [prefer-readonly] disable checking accessors (#8300)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

6.20.0 (2024-01-29)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates better-sqlite3 from 9.3.0 to 9.4.0

Release notes

Sourced from better-sqlite3's releases.

v9.4.0

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v9.3.0...v9.4.0

Commits

Updates css-loader from 6.9.1 to 6.10.0

Release notes

Sourced from css-loader's releases.

v6.10.0

6.10.0 (2024-01-30)

Features

  • add @rspack/core as an optional peer dependency (#1568) (3924679)
  • pass the resourceQuery and resourceFragment to the auto and mode callback (#1569) (d641c4d)
  • support named exports with any characters (6f43929)
Changelog

Sourced from css-loader's changelog.

6.10.0 (2024-01-30)

Features

  • add @rspack/core as an optional peer dependency (#1568) (3924679)
  • pass the resourceQuery and resourceFragment to the auto and mode callback (#1569) (d641c4d)
  • support named exports with any characters (6f43929)
Commits
  • 7bbb57c chore(release): 6.10.0
  • d641c4d feat: pass the resourceQuery and resourceFragment to the auto and `mode...
  • 3924679 feat: add @rspack/core as an optional peer dependency (#1568)
  • 6f43929 feat: support named exports with any characters
  • See full diff in compare view

Updates inquirer from 9.2.13 to 9.2.14

Commits
  • 44016a4 Publish
  • c5fb9df Next major release (#1355)
  • b35b6bb Chore: Upgrade to TS 5.3.3
  • 4dee2b1 Publish
  • c76d110 Chore: Increase codecov failure threshold
  • 1d61ed8 Bugfix (password): Don't format helpTip as the answer
  • b5cc2f5 Bugfix (input): Do not reformat final transform
  • c52a91f Chore (editor): Cleanup rendering logic
  • f2bacfe Bugfix: Fix select prompt showing duplicated help tips. [BREAKING: @inquirer/...
  • See full diff in compare view

Updates jotai from 2.6.3 to 2.6.4

Release notes

Sourced from jotai's releases.

v2.6.4

Performance improvement! Check it out!

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.6.3...v2.6.4

Commits

Updates mini-css-extract-plugin from 2.7.7 to 2.8.0

Release notes

Sourced from mini-css-extract-plugin's releases.

v2.8.0

2.8.0 (2024-02-01)

Features

  • added the beforeTagInsert hook (#1054) (6313bf6)
  • support named exports with any characters (b656c5c)
Changelog

Sourced from mini-css-extract-plugin's changelog.

2.8.0 (2024-02-01)

Features

  • added the beforeTagInsert hook (#1054) (6313bf6)
  • support named exports with any characters (b656c5c)
Commits

Updates modern-screenshot from 4.4.37 to 4.4.38

Release notes

Sourced from modern-screenshot's releases.

v4.4.38

Please refer to CHANGELOG.md for details.

Changelog

Sourced from modern-screenshot's changelog.

4.4.38 (2024-02-04)

Bug Fixes

  • 🐛 fix svg use element color error (eb405e1)
Commits

Updates nanoid from 5.0.4 to 5.0.5

Changelog

Sourced from nanoid's changelog.

5.0.5

  • Make browser’s version faster by increasing size a little (by Samuel Elgozi).
Commits

Updates postcss-loader from 8.0.0 to 8.1.0

Release notes

Sourced from postcss-loader's releases.

v8.1.0

8.1.0 (2024-01-30)

Features

  • add @rspack/core as an optional peer dependency (#679) (512e4c3)
Changelog

Sourced from postcss-loader's changelog.

8.1.0 (2024-01-30)

Features

  • add @rspack/core as an optional peer dependency (#679) (512e4c3)
Commits

Updates prettier from 3.2.4 to 3.2.5

Release notes

Sourced from prettier's releases.

3.2.5

🔗 Changelog

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 victory from 36.8.2 to 36.8.6

Release notes

Sourced from victory's releases.

v36.8.5

What's Changed

Patch Changes

Full Changelog: FormidableLabs/victory@v36.8.5...v36.8.6

v36.8.5

What's Changed

Patch Changes

Full Changelog: FormidableLabs/victory@v36.8.4...v36.8.5

v36.8.4

What's Changed

Patch Changes

Full Changelog: FormidableLabs/victory@v36.8.3...v36.8.4

v36.8.3

What's Changed

Patch Changes

  • Fix incorrect typescript props (#2745)
  • Migrate victory-create-container to TypeScript (#2731)
  • Migrate victory-histogram to TypeScript (#2719)
  • Migrate victory-pie to TypeScript (#2740)
  • Migrate victory-shared-events to TypeScript (#2733)
  • Migrate victory-tooltip to typescript (#2725)
  • Migrate victory-voronoi to TypeScript (#2726)
  • Migrate victory-voronoi-container to TypeScript (#2727)
  • Refactor param reassignments (#2724)

... (truncated)

Commits

Updates webpack from 5.90.0 to 5.90.1

Release notes

Sourced from webpack's releases.

v5.90.1

Bug Fixes

  • set unmanagedPaths in defaults
  • correct preOrderIndex and postOrderIndex
  • add fallback for MIME mismatch error in async wasm loading
  • browsers versions of ECMA features

Performance

  • optimize compareStringsNumeric
  • optimize numberHash using 32-bit FNV1a for small ranges, 64-bit for larger
  • reuse VM context across webpack magic comments
Commits
  • 0877076 chore(release): 5.90.1
  • c6e8b70 perf: reuse VM context across webpack magic comments
  • 7cbf145 fix(types): update
  • cc6a628 fix: browsers versions of ECMA features
  • 41b453e perf: optimize numberHash using 32-bit FNV1a for small ranges, 64-bit for l...
  • dc9b86f chore(deps): bump codecov/codecov-action from 3 to 4
  • 316da8f chore(deps): bump codecov/codecov-action from 3 to 4
  • fbf92fe Reuse VM context across webpack magic comments
  • 05f4412 Update test cases
  • cd6d64e Adjust threshold
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
@blueprintjs/core [< 5, > 4.2.0]
@blueprintjs/select [< 5, > 4.1.3]

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 development-dependencies group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [@blueprintjs/core](https://github.com/palantir/blueprint/tree/HEAD/packages/core) | `5.8.2` | `5.9.1` |
| [@blueprintjs/select](https://github.com/palantir/blueprint/tree/HEAD/packages/select) | `5.0.23` | `5.1.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.19.1` | `6.20.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.19.1` | `6.20.0` |
| [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) | `9.3.0` | `9.4.0` |
| [css-loader](https://github.com/webpack-contrib/css-loader) | `6.9.1` | `6.10.0` |
| [inquirer](https://github.com/SBoudrias/Inquirer.js) | `9.2.13` | `9.2.14` |
| [jotai](https://github.com/pmndrs/jotai) | `2.6.3` | `2.6.4` |
| [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) | `2.7.7` | `2.8.0` |
| [modern-screenshot](https://github.com/qq15725/modern-screenshot) | `4.4.37` | `4.4.38` |
| [nanoid](https://github.com/ai/nanoid) | `5.0.4` | `5.0.5` |
| [postcss-loader](https://github.com/webpack-contrib/postcss-loader) | `8.0.0` | `8.1.0` |
| [prettier](https://github.com/prettier/prettier) | `3.2.4` | `3.2.5` |
| [victory](https://github.com/FormidableLabs/victory) | `36.8.2` | `36.8.6` |
| [webpack](https://github.com/webpack/webpack) | `5.90.0` | `5.90.1` |


Updates `@blueprintjs/core` from 5.8.2 to 5.9.1
- [Release notes](https://github.com/palantir/blueprint/releases)
- [Changelog](https://github.com/palantir/blueprint/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/palantir/blueprint/commits/@blueprintjs/[email protected]/packages/core)

Updates `@blueprintjs/select` from 5.0.23 to 5.1.1
- [Release notes](https://github.com/palantir/blueprint/releases)
- [Changelog](https://github.com/palantir/blueprint/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/palantir/blueprint/commits/@blueprintjs/[email protected]/packages/select)

Updates `@typescript-eslint/eslint-plugin` from 6.19.1 to 6.20.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.20.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.19.1 to 6.20.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.20.0/packages/parser)

Updates `better-sqlite3` from 9.3.0 to 9.4.0
- [Release notes](https://github.com/WiseLibs/better-sqlite3/releases)
- [Commits](WiseLibs/better-sqlite3@v9.3.0...v9.4.0)

Updates `css-loader` from 6.9.1 to 6.10.0
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/css-loader@v6.9.1...v6.10.0)

Updates `inquirer` from 9.2.13 to 9.2.14
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/[email protected]@9.2.14)

Updates `jotai` from 2.6.3 to 2.6.4
- [Release notes](https://github.com/pmndrs/jotai/releases)
- [Commits](pmndrs/jotai@v2.6.3...v2.6.4)

Updates `mini-css-extract-plugin` from 2.7.7 to 2.8.0
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/mini-css-extract-plugin@v2.7.7...v2.8.0)

Updates `modern-screenshot` from 4.4.37 to 4.4.38
- [Release notes](https://github.com/qq15725/modern-screenshot/releases)
- [Changelog](https://github.com/qq15725/modern-screenshot/blob/main/CHANGELOG.md)
- [Commits](qq15725/modern-screenshot@v4.4.37...v4.4.38)

Updates `nanoid` from 5.0.4 to 5.0.5
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@5.0.4...5.0.5)

Updates `postcss-loader` from 8.0.0 to 8.1.0
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases)
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/postcss-loader@v8.0.0...v8.1.0)

Updates `prettier` from 3.2.4 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.2.4...3.2.5)

Updates `victory` from 36.8.2 to 36.8.6
- [Release notes](https://github.com/FormidableLabs/victory/releases)
- [Changelog](https://github.com/FormidableLabs/victory/blob/main/CHANGELOG.md)
- [Commits](FormidableLabs/victory@v36.8.2...v36.8.6)

Updates `webpack` from 5.90.0 to 5.90.1
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.90.0...v5.90.1)

---
updated-dependencies:
- dependency-name: "@blueprintjs/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@blueprintjs/select"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: better-sqlite3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: css-loader
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: inquirer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: jotai
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: mini-css-extract-plugin
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: modern-screenshot
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: nanoid
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: postcss-loader
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: victory
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 5, 2024
Copy link

vercel bot commented Feb 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
ddr-tools ✅ Ready (Inspect) Visit Preview Feb 5, 2024 0:34am

@noahm noahm merged commit 0c63053 into main Feb 6, 2024
2 checks passed
@noahm noahm deleted the dependabot/npm_and_yarn/development-dependencies-fa33a309e5 branch February 6, 2024 01:14
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.

1 participant