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 8 updates #2638

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the major-dependencies group with 8 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
use-debounce 9.0.4 10.0.0
fork-ts-checker-webpack-plugin 8.0.0 9.0.2
lint-staged 14.0.1 15.1.0

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 use-debounce from 9.0.4 to 10.0.0

Release notes

Sourced from use-debounce's releases.

v10.0.0

  • ❗️ [Major breaking change] replaced index.modern.js with index.mjs. Might require a little change in your build pipeline
  • ❗️ [Major breaking change] New option debounceOnServer: if you put the option to true, it will run debouncing on server (via setTimeout). The new option can break your current server behaviour, as v9.x, it runs all the time and might cause unnessesary server CPU utilisation. Now, by default, debounced callbacks do not happen on server.
  • ❕[Minor breaking change]: Replaced useState for useDebounce with useReducer. It might lead to reduced amount of re-renders, as useState is known to have excess re-renders in some corner: https://stackoverflow.com/questions/57652176/react-hooks-usestate-setvalue-still-rerender-one-more-time-when-value-is-equal
  • ❕[Minor breaking change]: useDebouncedCallback now updates function to call asap. Meaning, if you re-called the hook and it should trigger immediately, it will trigger the newest function all the time.
  • ℹ Lib size:
    • 914 B: index.js.gz
    • 851 B: index.js.br
    • 883 B: index.mjs.gz
    • 826 B: index.mjs.br
    • 938 B: index.module.js.gz
    • 873 B: index.module.js.br
    • 989 B: index.umd.js.gz
    • 919 B: index.umd.js.br
  • ℹ [Internal] Replaced Enzyme with testing-library
  • ℹ [Internal] yarn classic => npm
  • ℹ [Internal] Updated devDependencies
Changelog

Sourced from use-debounce's changelog.

10.0.0

  • Major breaking change: replaced index.modern.js with index.mjs. Might require a little change in your build pipeline
  • Major breaking change: New option debounceOnServer: if you put the option to true, it will run debouncing on server (via setTimeout). The new option can break your current server behaviour, as v9.x, it runs all the time and might cause unnessesary server CPU utilisation. Now, by default, debounced callbacks do not happen on server.
  • Minor breaking change: Replaced useState for useDebounce with useReducer. It might lead to reduced amount of re-renders, as useState is known to have excess re-renders in some corner: https://stackoverflow.com/questions/57652176/react-hooks-usestate-setvalue-still-rerender-one-more-time-when-value-is-equal
  • Minor breaking change: useDebouncedCallback now updates function to call asap. Meaning, if you re-called the hook and it should trigger immediately, it will trigger the newest function all the time.
  • Lib size: 914 B: index.js.gz 851 B: index.js.br 883 B: index.mjs.gz 826 B: index.mjs.br 938 B: index.module.js.gz 873 B: index.module.js.br 989 B: index.umd.js.gz 919 B: index.umd.js.br
  • [Internal] Replaced Enzyme with @​testing-library
  • [Internal] yarn classic => npm
  • [Internal] Updated devDependencies
Commits
  • 24fc538 Merge pull request #168 from xnimorz/yarn_to_npm
  • 1228b30 upd readme
  • b928077 Merge pull request #167 from xnimorz/yarn_to_npm
  • 3dfaf50 introduce debounceOnServer param for UseDebouncedCallback
  • e69efea cache the newest function for useDebouncedCallback
  • 7d15997 Replace useState with useReducer
  • b1b0eb6 Add unit test to verify that function is possible to be debounced
  • af3ff29 Update build pipeline
  • de12bcc update github actions
  • 6b568e8 update prettier
  • 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.1.0

Release notes

Sourced from lint-staged's releases.

v15.1.0

Minor Changes

  • #1344 0423311 Thanks @​danielbayley! - Add support for loading configuration from package.yaml and package.yml files, supported by pnpm.

Patch Changes

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.1.0

Minor Changes

  • #1344 0423311 Thanks @​danielbayley! - Add support for loading configuration from package.yaml and package.yml files, supported by pnpm.

Patch Changes

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
  • 26eee9d chore(changeset): release
  • fed0770 docs: update README to mention v13.3.0
  • 70487af test: add unit test for uncovered error
  • 0423311 docs: add changeset
  • 19fe984 refactor: declare some variables
  • 0ac8e91 feat: add support for package.yaml
  • e023c2a test: add integration test for symbolic link git dir
  • 4b9fb10 chore(deps): update dependencies
  • 105d901 fix: suppress warnings when using --quiet
  • 21aeeb5 chore(deps): update dependencies
  • 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

@dependabot dependabot bot requested a review from a team as a code owner November 12, 2023 04:23
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 12, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/major-dependencies-9c870dec7f branch 2 times, most recently from 92bd6ca to 2a6a45c Compare November 21, 2023 08:47
Bumps the major-dependencies group with 8 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` |
| [use-debounce](https://github.com/xnimorz/use-debounce) | `9.0.4` | `10.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.1.0` |


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 `use-debounce` from 9.0.4 to 10.0.0
- [Release notes](https://github.com/xnimorz/use-debounce/releases)
- [Changelog](https://github.com/xnimorz/use-debounce/blob/master/CHANGELOG.md)
- [Commits](xnimorz/use-debounce@9.0.4...10.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.1.0
- [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.1.0)

---
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: use-debounce
  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 force-pushed the dependabot/npm_and_yarn/major-dependencies-9c870dec7f branch from 2a6a45c to 1f3766a Compare November 22, 2023 11:58
Copy link

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

@charliemidtlyng charliemidtlyng merged commit 49647e3 into master Nov 22, 2023
3 checks passed
@charliemidtlyng charliemidtlyng deleted the dependabot/npm_and_yarn/major-dependencies-9c870dec7f branch November 22, 2023 15:36
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