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 major-dependencies group with 7 updates #2630

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 5, 2023

Bumps the major-dependencies group with 7 updates:

Package From To
@navikt/familie-endringslogg 9.0.3 10.0.0
@navikt/familie-form-elements 12.0.0 13.0.0
@navikt/familie-header 11.0.1 12.0.0
@navikt/familie-visittkort 11.0.2 12.0.0
prom-client 14.2.0 15.0.0
fork-ts-checker-webpack-plugin 8.0.0 9.0.2
lint-staged 14.0.1 15.0.2

Updates @navikt/familie-endringslogg from 9.0.3 to 10.0.0

Commits
  • 46b3a12 chore(release): publish
  • 352bfa1 Tillater Aksel v5 i flere pakker (#1188)
  • df7b30d chore(package.json): oppgraderer fra cz-lerna-changelog til cz-conventional-c...
  • ee6066b chore(release): publish
  • 36159aa familie-sprakvelger: Bytter ut ds-icons og fjerner IntlProvider (#1173)
  • 0695549 chore(release): publish
  • 9399d1f fix(familie-visittkort): sørger for at kopiert ident ikke er formattert (#1171)
  • See full diff in compare view

Updates @navikt/familie-form-elements from 12.0.0 to 13.0.0

Commits
  • 46b3a12 chore(release): publish
  • 352bfa1 Tillater Aksel v5 i flere pakker (#1188)
  • df7b30d chore(package.json): oppgraderer fra cz-lerna-changelog til cz-conventional-c...
  • ee6066b chore(release): publish
  • 36159aa familie-sprakvelger: Bytter ut ds-icons og fjerner IntlProvider (#1173)
  • 0695549 chore(release): publish
  • 9399d1f fix(familie-visittkort): sørger for at kopiert ident ikke er formattert (#1171)
  • 23efacb chore(release): publish
  • 00086af Sliter med å lukke modalen etter nytt designsystem. Legger på en sjekk før vi...
  • f85a107 chore(release): publish
  • Additional commits viewable in compare view

Updates @navikt/familie-header from 11.0.1 to 12.0.0

Commits
  • 46b3a12 chore(release): publish
  • 352bfa1 Tillater Aksel v5 i flere pakker (#1188)
  • df7b30d chore(package.json): oppgraderer fra cz-lerna-changelog til cz-conventional-c...
  • ee6066b chore(release): publish
  • 36159aa familie-sprakvelger: Bytter ut ds-icons og fjerner IntlProvider (#1173)
  • 0695549 chore(release): publish
  • 9399d1f fix(familie-visittkort): sørger for at kopiert ident ikke er formattert (#1171)
  • 23efacb chore(release): publish
  • 00086af Sliter med å lukke modalen etter nytt designsystem. Legger på en sjekk før vi...
  • f85a107 chore(release): publish
  • Additional commits viewable in compare view

Updates @navikt/familie-visittkort from 11.0.2 to 12.0.0

Commits
  • 46b3a12 chore(release): publish
  • 352bfa1 Tillater Aksel v5 i flere pakker (#1188)
  • df7b30d chore(package.json): oppgraderer fra cz-lerna-changelog til cz-conventional-c...
  • ee6066b chore(release): publish
  • 36159aa familie-sprakvelger: Bytter ut ds-icons og fjerner IntlProvider (#1173)
  • See full diff in compare view

Updates prom-client from 14.2.0 to 15.0.0

Release notes

Sourced from prom-client's releases.

v15.0.0

Added

  • Support for OpenMetrics and Exemplars

Breaking

  • drop support for Node.js versions 10, 12, 14, 17 and 19

Changed

  • Refactor histogram internals and provide a fast path for rendering metrics to Prometheus strings when there are many labels shared across different values.
  • Disable custom content encoding for pushgateway delete requests in order to avoid failures from the server when using Content-Encoding: gzip header.
  • Refactor escapeString helper in lib/registry.js to improve performance and avoid an unnecessarily complex regex.
  • Cleanup code and refactor to be more efficient
  • Correct TS types for working with OpenMetrics
  • Updated Typescript and Readme docs for setToCurrentTime() to reflect units as seconds.
  • Do not ignore error if request to pushgateway fails
  • Make sure to reject the request to pushgateway if it times out

New Contributors

Full Changelog: siimon/prom-client@v14.2.0...v15.0.0

v15.0.0-1

What's Changed

  • fix: correct exemplar formating (#556) 4a800f4
  • perf: improve performance of rendering metrics to Prometheus string (#549) a38aa2b
  • fix: Disable content encoding for pushgateway delete requests (#551) 0f872ff

Full Changelog: siimon/prom-client@v15.0.0-0...v15.0.0-1

v15.0.0-0

What's Changed

Breaking changes

  • drop support for Node.js versions 10, 12 and 17

New Contributors

... (truncated)

Changelog

Sourced from prom-client's changelog.

[15.0.0] - 2023-10-09

Breaking

  • drop support for Node.js versions 10, 12, 14, 17 and 19

Changed

  • Refactor histogram internals and provide a fast path for rendering metrics to Prometheus strings when there are many labels shared across different values.
  • Disable custom content encoding for pushgateway delete requests in order to avoid failures from the server when using Content-Encoding: gzip header.
  • Refactor escapeString helper in lib/registry.js to improve performance and avoid an unnecessarily complex regex.
  • Cleanup code and refactor to be more efficient
  • Correct TS types for working with OpenMetrics
  • Updated Typescript and Readme docs for setToCurrentTime() to reflect units as seconds.
  • Do not ignore error if request to pushgateway fails
  • Make sure to reject the request to pushgateway if it times out

Added

  • Support for OpenMetrics and Exemplars
Commits
  • e054f6c 15.0.0
  • 938e8af chore: update changelog for release
  • 32690d0 fix: pushgateway reject with timeout (#574)
  • 638aa94 chore: drop node 14 (#591)
  • 0c5c051 fix: do not ignore error if request fails (#578)
  • 07e9a3c Fixes description for setToCurrentTime to seconds instead of milliseconds (#585)
  • 611e228 chore: update dependencies (#573)
  • 54238a1 chore: drop node 19 (#572)
  • 992d5a2 Fix typescript definitions for using with Registry<OpenMetricsContentType> (#...
  • 1df34ed perf: improve perf by refactoring code to be cleaner and more efficient (#559)
  • Additional commits viewable in compare view

Updates fork-ts-checker-webpack-plugin from 8.0.0 to 9.0.2

Release notes

Sourced from fork-ts-checker-webpack-plugin's releases.

v9.0.2

9.0.2 (2023-10-29)

Bug Fixes

  • issue-webpack-error should not add colors to file string (#825) (d5e7e32)

v9.0.1

9.0.1 (2023-10-29)

Bug Fixes

v9.0.0

9.0.0 (2023-10-04)

chore

BREAKING CHANGES

  • node: Drop support for Node.js v12

Signed-off-by: Lucian Buzzo [email protected]

Commits
  • 26a81ed chore(package): update cosmiconfig (#818)
  • d49389e chore(deps): bump @​babel/traverse from 7.4.4 to 7.23.2 (#828)
  • d5e7e32 fix: issue-webpack-error should not add colors to file string (#825)
  • c999a13 chore(deps): bump actions/checkout from 3 to 4 (#822)
  • 45a3c28 chore(deps): bump word-wrap from 1.2.3 to 1.2.4 (#820)
  • 510bde4 chore: import webpack using "* as webpack" syntax (#780)
  • d461689 fix: compiler crashes are not handled (#806)
  • d3b462e chore(node): drop support for node v12 (#823)
  • 73f6729 chore(deps): bump semver from 7.3.5 to 7.5.2 (#819)
  • 5afee9f chore(deps-dev): bump webpack from 5.67.0 to 5.76.0 (#805)
  • See full diff in compare view

Updates lint-staged from 14.0.1 to 15.0.2

Release notes

Sourced from lint-staged's releases.

v15.0.2

Patch Changes

v15.0.1

Patch Changes

  • #1217 d2e6f8b Thanks @​louneskmt! - Previously it was possible for a function task to mutate the list of staged files passed to the function, and accidentally affect the generation of other tasks. This is now fixed by passing a copy of the original file list instead.

v15.0.0

Major Changes

  • #1322 66b93aa Thanks @​iiroj! - Require at least Node.js 18.12.0

    This release drops support for Node.js 16, which is EOL after 2023-09-11. Please upgrade your Node.js to the latest version.

    Additionally, all dependencies have been updated to their latest versions.

Changelog

Sourced from lint-staged's changelog.

15.0.2

Patch Changes

15.0.1

Patch Changes

  • #1217 d2e6f8b Thanks @​louneskmt! - Previously it was possible for a function task to mutate the list of staged files passed to the function, and accidentally affect the generation of other tasks. This is now fixed by passing a copy of the original file list instead.

15.0.0

Major Changes

  • #1322 66b93aa Thanks @​iiroj! - Require at least Node.js 18.12.0

    This release drops support for Node.js 16, which is EOL after 2023-09-11. Please upgrade your Node.js to the latest version.

    Additionally, all dependencies have been updated to their latest versions.

Commits
  • 2ca6652 chore(changeset): release (#1340)
  • 8e82364 fix(deps): update dependencies (#1339)
  • 500f45f refactor: update desc when pass --diff option (#1230)
  • e799ce1 chore(changeset): release
  • 67e3854 fix: run task command on files deep copy (#1217)
  • d2e6f8b fix: run task command on files deep copy
  • 499e367 ci: remove dependabot config
  • ac54ea5 ci: rename npm script, because it was triggered when running "npm publish"
  • 3949492 ci: update Actions workflow for publishing Changeset releases to npm correctly
  • 59ff2ef Merge pull request #1328 from lint-staged/changeset-release/master
  • 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 major-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@navikt/familie-endringslogg](https://github.com/navikt/familie-felles-frontend) | `9.0.3` | `10.0.0` |
| [@navikt/familie-form-elements](https://github.com/navikt/familie-felles-frontend) | `12.0.0` | `13.0.0` |
| [@navikt/familie-header](https://github.com/navikt/familie-felles-frontend) | `11.0.1` | `12.0.0` |
| [@navikt/familie-visittkort](https://github.com/navikt/familie-felles-frontend) | `11.0.2` | `12.0.0` |
| [prom-client](https://github.com/siimon/prom-client) | `14.2.0` | `15.0.0` |
| [fork-ts-checker-webpack-plugin](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin) | `8.0.0` | `9.0.2` |
| [lint-staged](https://github.com/okonet/lint-staged) | `14.0.1` | `15.0.2` |


Updates `@navikt/familie-endringslogg` from 9.0.3 to 10.0.0
- [Commits](https://github.com/navikt/familie-felles-frontend/compare/@navikt/[email protected]...@navikt/[email protected])

Updates `@navikt/familie-form-elements` from 12.0.0 to 13.0.0
- [Commits](https://github.com/navikt/familie-felles-frontend/compare/@navikt/[email protected]...@navikt/[email protected])

Updates `@navikt/familie-header` from 11.0.1 to 12.0.0
- [Commits](https://github.com/navikt/familie-felles-frontend/compare/@navikt/[email protected]...@navikt/[email protected])

Updates `@navikt/familie-visittkort` from 11.0.2 to 12.0.0
- [Commits](https://github.com/navikt/familie-felles-frontend/compare/@navikt/[email protected]...@navikt/[email protected])

Updates `prom-client` from 14.2.0 to 15.0.0
- [Release notes](https://github.com/siimon/prom-client/releases)
- [Changelog](https://github.com/siimon/prom-client/blob/master/CHANGELOG.md)
- [Commits](siimon/prom-client@v14.2.0...v15.0.0)

Updates `fork-ts-checker-webpack-plugin` from 8.0.0 to 9.0.2
- [Release notes](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/releases)
- [Changelog](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](TypeStrong/fork-ts-checker-webpack-plugin@v8.0.0...v9.0.2)

Updates `lint-staged` from 14.0.1 to 15.0.2
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v14.0.1...v15.0.2)

---
updated-dependencies:
- dependency-name: "@navikt/familie-endringslogg"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-dependencies
- dependency-name: "@navikt/familie-form-elements"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-dependencies
- dependency-name: "@navikt/familie-header"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-dependencies
- dependency-name: "@navikt/familie-visittkort"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-dependencies
- dependency-name: prom-client
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-dependencies
- dependency-name: fork-ts-checker-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-dependencies
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner November 5, 2023 04:12
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 5, 2023
Copy link

sonarqubecloud bot commented Nov 5, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 12, 2023

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

@dependabot dependabot bot closed this Nov 12, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/major-dependencies-4bd5aeca04 branch November 12, 2023 04:22
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.

0 participants