Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

chore: bump the npm_dependencies group across 1 directory with 5 updates #371

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 22, 2024

Bumps the npm_dependencies group with 5 updates in the / directory:

Package From To
chart.js 4.4.4 4.4.5
chartjs-plugin-annotation 3.0.1 3.1.0
next 14.1.4 15.0.0
@types/node 22.7.5 22.7.8
tailwindcss 3.4.13 3.4.14

Updates chart.js from 4.4.4 to 4.4.5

Release notes

Sourced from chart.js's releases.

v4.4.5

Essential Links

Bugs Fixed

  • #11927 Don't apply default colors in the colors plugin when defaults are used
  • #11907 Avoid error if borderOpts.dash is undefined
  • #11882 Fix initial dataset stacks

Types

  • #11931 Allow array's in backgroundColor defaults and add hover background and border color to defaults

Documentation

Development

  • #11932 Bump package version to 4.4.5
  • #11875 Bump socket.io from 4.6.1 to 4.7.5

Thanks to @​HieroglypH, @​LeeLenaleee, @​dependabot, @​dependabot[bot] and @​dregad

Commits

Updates chartjs-plugin-annotation from 3.0.1 to 3.1.0

Release notes

Sourced from chartjs-plugin-annotation's releases.

v3.1.0

Essential Links

Enhancements

  • #825 Enable centered label drawing for doughnut controllers
  • #939 Change borderCapStyle and borderJoinStyle defaults to be compatible with SKIA canvas
  • #889 Enable drawTime option as integer to relate the annotation drawing to a specific dataset drawing
  • #892 Add getAnnotations function to plugin and remove _getState private one
  • #869 Add defined and loaded elements to annotation context
  • #902 Add hitTolerance option to all annotations

Types

  • #942 Fix init option (initial animation) type
  • #894 Remove default type from module augmentation of PluginOptionsByType

Documentation

  • #891 Add annotations option to the plugin configuration documentation
  • #916 Replace chart.min.js by chart.umd.js

Development

  • #951 Bump package to 3.1.0
  • #949 Bump socket.io from 4.6.1 to 4.8.0
  • #948 Bump rollup from 3.17.3 to 3.29.5
  • #945 Bump serve-static and express
  • #946 Bump send and express
  • #943 Bump body-parser and express
  • #944 Bump elliptic from 6.5.4 to 6.5.7
  • #932 Bump ws from 6.2.2 to 6.2.3
  • #927 Bump express from 4.18.2 to 4.19.2
  • #925 Bump follow-redirects from 1.15.4 to 1.15.6
  • #923 Bump ip from 1.1.8 to 1.1.9
  • #920 Bump follow-redirects from 1.15.2 to 1.15.4
  • #912 Bump @babel/traverse from 7.21.2 to 7.23.2
  • #914 Bump browserify-sign from 4.2.1 to 4.2.2
  • #904 Bump word-wrap from 1.2.3 to 1.2.4
  • #893 Bump socket.io-parser from 4.2.2 to 4.2.3

Thanks to @​JimmyGouraud, @​LeeLenaleee, @​dependabot, @​dependabot[bot], @​fteamkr, @​mlohbihler and @​stockiNail

Commits

Updates next from 14.1.4 to 15.0.0

Release notes

Sourced from next's releases.

v15.0.0

Core Changes

  • refactor: next-flight-client-module-loader return conditions: #64348
  • Fix Server Action error logs for unhandled POST requests: #64315
  • Shared Revalidate Timings: #64370
  • Freeze loaded manifests: #64313
  • test: skip turbopack build test: #64356
  • Fix: css in next/dynamic component in edge runtime: #64382
  • Fix more Turbopack build tests: #64384
  • use pathToFileUrl to make esm import()s work with absolute windows paths: #64386
  • Improve rendering performance: #64408
  • Fix the method prop case in Server Actions transform: #64398
  • fix(next-lint): update option --report-unused-disable-directives to --report-unused-disable-directives-severity: #64405
  • Revert "Fix: css in next/dynamic component in edge runtime": #64442
  • default fetchCache to no-store when force-dynamic is set: #64145
  • router restore should take priority over pending actions: #64449
  • Fix client boundary inheritance for barrel optimization: #64467
  • improve turborepo caching: #64493
  • Update font data: #64481
  • BREAKING CHANGE: remove deprecated analyticsId from config, and the corresponding performance-relayer files and tests: #64199
  • feat: strip traceparent header from cachekey: #64499
  • Fix typo in dynamic-rendering.ts: #64365
  • fix(next): global not-found not working on multi-root layouts: #63053
  • chore(next): add keywords on package.json: #64173
  • Fix DynamicServerError not being thrown in fetch: #64511
  • fix: lib/helpers/install.ts to better support pnpm and properly respect root argument: #64418
  • fix(next): Metadata.openGraph values not resolving basic values when type is set: #63620
  • disable production chunking in dev: #64488
  • update turbopack: #64501
  • Turbopack: Allow client components to be imported in app routes: #64520
  • refactor: remove always truthy flag: #64522
  • Turbopack: don’t show long internal stack traces on build errors: #64427
  • next/script: Correctly apply async and defer props: #52939
  • chore(next/font): update @​capsizecss/metrics package: #64528
  • feat: add information that revalidate interval is in seconds: #64229
  • Typo "Minifer" in config.ts: #64359
  • Enhance types for Node and Edge envionments: #64454
  • feat: Add a validation for postcss with useLightningcss: #64379
  • fix HMR for cases where chunking changes: #64367
  • perf: improve Pages Router server rendering performance: #64461
  • Fix cjs client components tree-shaking: #64558
  • fix refresh behavior for discarded actions: #64532
  • fix: filter out middleware requests in logging: #64549
  • chore: remove unused rust dependencies: #62176
  • fix(next-swc): correctly set wasm fallback for known target triples: #64567
  • memoize layout router context: #64575
  • fix incorrect refresh request when basePath is set: #64589
  • fix TypeError edge-case for parallel slots rendered multiple times: #64271
  • Fix ASL bundling for dynamic css: #64451

... (truncated)

Commits
  • 51bfe3c v15.0.0
  • 4821456 v15.0.0-canary.205
  • c85914c Revert "[dynamicIO] warn for disallowed dynamic in dev" (#71566)
  • 0aba53d v15.0.0-canary.204
  • 7b9630f chore(docs): add docs for input image formats with next/image (#71565)
  • f260aad chore(next-codemod): use "confirm" for consistent prompt (#71551)
  • 9e0d46a v15.0.0-canary.203
  • 4a1947e Ensure workers are cleaned up always (#71564)
  • e406def chore(docs): remove recommendation about using priority over `loading=eager...
  • c0722a5 improve typescript autocomplete for cacheLife (#71400)
  • Additional commits viewable in compare view

Updates @types/node from 22.7.5 to 22.7.8

Commits

Updates tailwindcss from 3.4.13 to 3.4.14

Release notes

Sourced from tailwindcss's releases.

v3.4.14

Fixed

  • Don't set display: none on elements that use hidden="until-found" (#14625)
Changelog

Sourced from tailwindcss's changelog.

[3.4.14] - 2024-10-15

Fixed

  • Don't set display: none on elements that use hidden="until-found" (#14625)
Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
next [>= 14.2.a, < 14.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 npm_dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [chart.js](https://github.com/chartjs/Chart.js) | `4.4.4` | `4.4.5` |
| [chartjs-plugin-annotation](https://github.com/chartjs/chartjs-plugin-annotation) | `3.0.1` | `3.1.0` |
| [next](https://github.com/vercel/next.js) | `14.1.4` | `15.0.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.7.5` | `22.7.8` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.13` | `3.4.14` |



Updates `chart.js` from 4.4.4 to 4.4.5
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](chartjs/Chart.js@v4.4.4...v4.4.5)

Updates `chartjs-plugin-annotation` from 3.0.1 to 3.1.0
- [Release notes](https://github.com/chartjs/chartjs-plugin-annotation/releases)
- [Commits](chartjs/chartjs-plugin-annotation@v3.0.1...v3.1.0)

Updates `next` from 14.1.4 to 15.0.0
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.1.4...v15.0.0)

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

Updates `tailwindcss` from 3.4.13 to 3.4.14
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.14/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.13...v3.4.14)

---
updated-dependencies:
- dependency-name: chart.js
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm_dependencies
- dependency-name: chartjs-plugin-annotation
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm_dependencies
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm_dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm_dependencies
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm_dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from gruyaume as a code owner October 22, 2024 05:53
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 22, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 28, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 28, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm_dependencies-f43da0b620 branch October 28, 2024 23:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants