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

chore: bump the nx group across 1 directory with 2 updates #2195

Merged
merged 1 commit into from
Aug 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the nx group with 1 update in the /typescript directory: @nx/jest.

Updates @nx/jest from 19.2.3 to 19.6.2

Release notes

Sourced from @​nx/jest's releases.

19.6.2 (2024-08-21)

🚀 Features

  • bundling: add option to generate sourcemaps for Rollup build (#27539)
  • devkit: prefer strings over Linter enum (#27209)
  • graph: add expandedTargets to project details on nx dev (#26911)
  • js: add skipPackageManager option to build executors in order to skip generating "packageManager" entry in package.json (#27518)
  • nx-dev: honor prefers-reduced-motion (#27541)

🩹 Fixes

  • missing export for setRemoteDefinition (#27491)
  • core: fix importing files with special characters (#27484)
  • core: use withVerbose util (#27553)
  • core: support import detection of packages installed from git remote URL (#27569)
  • esbuild: declaration:true should find the correct package root regardless of cwd #26261 (#27560, #26261)
  • gradle: track childProjects in properties report (#27488)
  • gradle: fix tasksFileLines might be undefined (#27548)
  • js: only sync references when composite is true, preserve comments in other parts of file (#27530)
  • js: ensure assets option in tsc executor defaults to empty array for programmatic usage (#27565)
  • module-federation: ensure shared packages can be shared from host #27162 (#27513, #27162)
  • nextjs: should not fail when running outside of nx cli (#27523)
  • nextjs: Should be able to run custom server targets with swc (#27526)
  • nextjs: schema type for unitTestRunner for library (#26824)
  • node: generate webpack server apps with generatePackageJson:true by default (#27570)
  • nx-dev: modify prompt (#27536)
  • nx-plugin: allow create-package without e2eProject (#27572)
  • react: handle more scenarios when collecting component props for generating stories (#27528)
  • storybook: should generate correct config for nextjs apps #27233 (#27510, #27233)
  • testing: fix issues in static server target migrations (#27547)
  • vite: plugin should infer serve target if server config defined #27370 (#27507, #27370)
  • vite: load the correct config file from @​nx/vite:test executor (#27514)
  • vite: add typecheck inferred target for vite plugin #27501 (#27531, #27501)

❤️ Thank You

19.6.1 (2024-08-19)

... (truncated)

Commits
  • 23e6029 docs(core): update Nx tag line (#27481)
  • f4659d7 fix(testing): revert bump for ts-jest (#27432)
  • 17f09bc fix(testing): resolve jest utils in plugin from the @​jest/core package locati...
  • a9ac3d9 fix(testing): cache resolved jest path in plugin correctly (#27407)
  • b224e7c feat(testing): support positional arg for jest executor (#27328)
  • 6c0e70e feat(testing): allow usage of jest 30 pre-release versions (#27334)
  • 46dcee6 fix(testing): resolve jest package from the project root in plugin (#27342)
  • 6e8a3e5 feat(testing): update jest to v29.7.0 (#27301)
  • 51f5fe4 fix(core): merge package.json plugins and updated project.json plugin… (#26952)
  • 336d371 fix(testing): only add atomizer label for parent atomizer task (#26740)
  • Additional commits viewable in compare view

Updates nx from 19.2.3 to 19.6.2

Release notes

Sourced from nx's releases.

19.6.2 (2024-08-21)

🚀 Features

  • bundling: add option to generate sourcemaps for Rollup build (#27539)
  • devkit: prefer strings over Linter enum (#27209)
  • graph: add expandedTargets to project details on nx dev (#26911)
  • js: add skipPackageManager option to build executors in order to skip generating "packageManager" entry in package.json (#27518)
  • nx-dev: honor prefers-reduced-motion (#27541)

🩹 Fixes

  • missing export for setRemoteDefinition (#27491)
  • core: fix importing files with special characters (#27484)
  • core: use withVerbose util (#27553)
  • core: support import detection of packages installed from git remote URL (#27569)
  • esbuild: declaration:true should find the correct package root regardless of cwd #26261 (#27560, #26261)
  • gradle: track childProjects in properties report (#27488)
  • gradle: fix tasksFileLines might be undefined (#27548)
  • js: only sync references when composite is true, preserve comments in other parts of file (#27530)
  • js: ensure assets option in tsc executor defaults to empty array for programmatic usage (#27565)
  • module-federation: ensure shared packages can be shared from host #27162 (#27513, #27162)
  • nextjs: should not fail when running outside of nx cli (#27523)
  • nextjs: Should be able to run custom server targets with swc (#27526)
  • nextjs: schema type for unitTestRunner for library (#26824)
  • node: generate webpack server apps with generatePackageJson:true by default (#27570)
  • nx-dev: modify prompt (#27536)
  • nx-plugin: allow create-package without e2eProject (#27572)
  • react: handle more scenarios when collecting component props for generating stories (#27528)
  • storybook: should generate correct config for nextjs apps #27233 (#27510, #27233)
  • testing: fix issues in static server target migrations (#27547)
  • vite: plugin should infer serve target if server config defined #27370 (#27507, #27370)
  • vite: load the correct config file from @​nx/vite:test executor (#27514)
  • vite: add typecheck inferred target for vite plugin #27501 (#27531, #27501)

❤️ Thank You

19.6.1 (2024-08-19)

... (truncated)

Commits
  • 7f071c0 fix(core): support import detection of packages installed from git remote URL...
  • c652f43 fix(core): use withVerbose util (#27553)
  • ea1ca8c feat(js): add skipPackageManager option to build executors in order to skip g...
  • 23e6029 docs(core): update Nx tag line (#27481)
  • 8ea11bd fix(core): fix importing files with special characters (#27484)
  • 40307dc chore(core): update axios to ^1.7.4 (#27420)
  • 289c1cb fix(angular): module-federation-ssr-dev-server should call correct builder (#...
  • 42e1684 chore(repo): add comments to make sure code stays manually synced with nx con...
  • 4d27939 fix(release): allow specifier override for version command when version plans...
  • c56bfbe fix(core): ensure the error has message before reading indexOf #27078 (#27426)
  • 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 added the dependencies Pull requests that update a dependency file label Aug 22, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript/nx-dd922afb21 branch 4 times, most recently from e570891 to abd5e60 Compare August 22, 2024 06:46
Bumps the nx group with 1 update in the /typescript directory: [@nx/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest).


Updates `@nx/jest` from 19.2.3 to 19.6.2
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.6.2/packages/jest)

Updates `nx` from 19.2.3 to 19.6.2
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.6.2/packages/nx)

---
updated-dependencies:
- dependency-name: "@nx/jest"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
- dependency-name: nx
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript/nx-dd922afb21 branch from abd5e60 to bc922dc Compare August 22, 2024 06:48
@hkfb hkfb merged commit 7a27134 into master Aug 22, 2024
13 checks passed
@hkfb hkfb deleted the dependabot/npm_and_yarn/typescript/nx-dd922afb21 branch August 22, 2024 08:06
hkfb pushed a commit to hkfb/webviz-subsurface-components that referenced this pull request Aug 23, 2024
## [0.6.6](https://github.com/equinor/webviz-subsurface-components/compare/wsc-common@0.6.5...wsc-common@0.6.6) (2024-07-18)

### Bug Fixes

* bump @equinor/videx-wellog from 0.9.4 to 0.10.0 in /typescript ([equinor#2120](equinor#2120)) ([614bc81](equinor@614bc81))
* bump @turf/simplify from 6.5.0 to 7.0.0 in /typescript ([equinor#2144](equinor#2144)) ([888d147](equinor@888d147)), closes [/github.com/Turfjs/turf/blob/master/CHANGELOG.md#700](https://github.com//github.com/Turfjs/turf/blob/master/CHANGELOG.md/issues/700) [equinor#2158](equinor#2158) [equinor#2237](equinor#2237) [equinor#2177](equinor#2177) [equinor#2173](equinor#2173) [equinor#2393](equinor#2393) [equinor#2166](equinor#2166) [equinor#2183](equinor#2183) [equinor#2106](equinor#2106) [equinor#2106](equinor#2106) [equinor#2247](equinor#2247) [equinor#2247](equinor#2247) [equinor#2247](equinor#2247) [#2613](https://github.com/equinor/webviz-subsurface-components/issues/2613) [equinor#1896](equinor#1896) [equinor#2217](equinor#2217) [equinor#2231](equinor#2231) [equinor#1893](equinor#1893) [equinor#2033](equinor#2033) [equinor#2338](equinor#2338) [#2415](https://github.com/equinor/webviz-subsurface-components/issues/2415) [equinor#1450](equinor#1450) [equinor#2149](equinor#2149) [equinor#2323](equinor#2323) [equinor#2142](equinor#2142) [equinor#2316](equinor#2316) [equinor#2345](equinor#2345) [equinor#2178](equinor#2178) [equinor#2168](equinor#2168) [equinor#2174](equinor#2174) [equinor#2182](equinor#2182) [equinor#2171](equinor#2171) [equinor#2171](equinor#2171) [equinor#2167](equinor#2167) [equinor#2134](equinor#2134) [equinor#2169](equinor#2169) [equinor#2195](equinor#2195) [equinor#2216](equinor#2216) [equinor#2227](equinor#2227) [equinor#2172](equinor#2172) [#2475](https://github.com/equinor/webviz-subsurface-components/issues/2475) [#2504](https://github.com/equinor/webviz-subsurface-components/issues/2504) [#2524](https://github.com/equinor/webviz-subsurface-components/issues/2524) [#2609](https://github.com/equinor/webviz-subsurface-components/issues/2609) [#2607](https://github.com/equinor/webviz-subsurface-components/issues/2607) [#2603](https://github.com/equinor/webviz-subsurface-components/issues/2603) [#2599](https://github.com/equinor/webviz-subsurface-components/issues/2599) [#2565](https://github.com/equinor/webviz-subsurface-components/issues/2565) [#2576](https://github.com/equinor/webviz-subsurface-components/issues/2576) [#2572](https://github.com/equinor/webviz-subsurface-components/issues/2572) [#2571](https://github.com/equinor/webviz-subsurface-components/issues/2571)
* bump ajv from 8.14.0 to 8.16.0 in /typescript ([equinor#2138](equinor#2138)) ([3f02100](equinor@3f02100)), closes [ajv-validator/ajv#2444](ajv-validator/ajv#2444) [ajv-validator/ajv#2415](ajv-validator/ajv#2415) [ajv-validator/ajv#2442](ajv-validator/ajv#2442) [ajv-validator/ajv#2415](ajv-validator/ajv#2415) [#2444](https://github.com/equinor/webviz-subsurface-components/issues/2444) [#2442](https://github.com/equinor/webviz-subsurface-components/issues/2442) [#2415](https://github.com/equinor/webviz-subsurface-components/issues/2415)
* bump mathjs from 12.4.2 to 13.0.0 in /typescript ([equinor#2124](equinor#2124)) ([caae3f2](equinor@caae3f2)), closes [#3223](https://github.com/equinor/webviz-subsurface-components/issues/3223) [#3139](https://github.com/equinor/webviz-subsurface-components/issues/3139) [#2838](https://github.com/equinor/webviz-subsurface-components/issues/2838) [#3152](https://github.com/equinor/webviz-subsurface-components/issues/3152) [#2838](https://github.com/equinor/webviz-subsurface-components/issues/2838) [rawify/Fraction.js#68](rawify/Fraction.js#68) [#3207](https://github.com/equinor/webviz-subsurface-components/issues/3207) [#3207](https://github.com/equinor/webviz-subsurface-components/issues/3207) [#3207](https://github.com/equinor/webviz-subsurface-components/issues/3207) [equinor#1240](equinor#1240) [#3189](https://github.com/equinor/webviz-subsurface-components/issues/3189) [#3197](https://github.com/equinor/webviz-subsurface-components/issues/3197) [#3198](https://github.com/equinor/webviz-subsurface-components/issues/3198)
* semantic release not publishing ([equinor#2160](equinor#2160)) ([235c558](equinor@235c558))
* semantic release not publishing ([equinor#2164](equinor#2164)) ([9878239](equinor@9878239))
hkfb pushed a commit to hkfb/webviz-subsurface-components that referenced this pull request Aug 23, 2024
## [1.2.18](https://github.com/equinor/webviz-subsurface-components/compare/well-completions-plot@1.2.17...well-completions-plot@1.2.18) (2024-07-18)

### Bug Fixes

* bump @equinor/videx-wellog from 0.9.4 to 0.10.0 in /typescript ([equinor#2120](equinor#2120)) ([614bc81](equinor@614bc81))
* bump @turf/simplify from 6.5.0 to 7.0.0 in /typescript ([equinor#2144](equinor#2144)) ([888d147](equinor@888d147)), closes [/github.com/Turfjs/turf/blob/master/CHANGELOG.md#700](https://github.com//github.com/Turfjs/turf/blob/master/CHANGELOG.md/issues/700) [equinor#2158](equinor#2158) [equinor#2237](equinor#2237) [equinor#2177](equinor#2177) [equinor#2173](equinor#2173) [equinor#2393](equinor#2393) [equinor#2166](equinor#2166) [equinor#2183](equinor#2183) [equinor#2106](equinor#2106) [equinor#2106](equinor#2106) [equinor#2247](equinor#2247) [equinor#2247](equinor#2247) [equinor#2247](equinor#2247) [#2613](https://github.com/equinor/webviz-subsurface-components/issues/2613) [equinor#1896](equinor#1896) [equinor#2217](equinor#2217) [equinor#2231](equinor#2231) [equinor#1893](equinor#1893) [equinor#2033](equinor#2033) [equinor#2338](equinor#2338) [#2415](https://github.com/equinor/webviz-subsurface-components/issues/2415) [equinor#1450](equinor#1450) [equinor#2149](equinor#2149) [equinor#2323](equinor#2323) [equinor#2142](equinor#2142) [equinor#2316](equinor#2316) [equinor#2345](equinor#2345) [equinor#2178](equinor#2178) [equinor#2168](equinor#2168) [equinor#2174](equinor#2174) [equinor#2182](equinor#2182) [equinor#2171](equinor#2171) [equinor#2171](equinor#2171) [equinor#2167](equinor#2167) [equinor#2134](equinor#2134) [equinor#2169](equinor#2169) [equinor#2195](equinor#2195) [equinor#2216](equinor#2216) [equinor#2227](equinor#2227) [equinor#2172](equinor#2172) [#2475](https://github.com/equinor/webviz-subsurface-components/issues/2475) [#2504](https://github.com/equinor/webviz-subsurface-components/issues/2504) [#2524](https://github.com/equinor/webviz-subsurface-components/issues/2524) [#2609](https://github.com/equinor/webviz-subsurface-components/issues/2609) [#2607](https://github.com/equinor/webviz-subsurface-components/issues/2607) [#2603](https://github.com/equinor/webviz-subsurface-components/issues/2603) [#2599](https://github.com/equinor/webviz-subsurface-components/issues/2599) [#2565](https://github.com/equinor/webviz-subsurface-components/issues/2565) [#2576](https://github.com/equinor/webviz-subsurface-components/issues/2576) [#2572](https://github.com/equinor/webviz-subsurface-components/issues/2572) [#2571](https://github.com/equinor/webviz-subsurface-components/issues/2571)
* bump ajv from 8.14.0 to 8.16.0 in /typescript ([equinor#2138](equinor#2138)) ([3f02100](equinor@3f02100)), closes [ajv-validator/ajv#2444](ajv-validator/ajv#2444) [ajv-validator/ajv#2415](ajv-validator/ajv#2415) [ajv-validator/ajv#2442](ajv-validator/ajv#2442) [ajv-validator/ajv#2415](ajv-validator/ajv#2415) [#2444](https://github.com/equinor/webviz-subsurface-components/issues/2444) [#2442](https://github.com/equinor/webviz-subsurface-components/issues/2442) [#2415](https://github.com/equinor/webviz-subsurface-components/issues/2415)
* bump mathjs from 12.4.2 to 13.0.0 in /typescript ([equinor#2124](equinor#2124)) ([caae3f2](equinor@caae3f2)), closes [#3223](https://github.com/equinor/webviz-subsurface-components/issues/3223) [#3139](https://github.com/equinor/webviz-subsurface-components/issues/3139) [#2838](https://github.com/equinor/webviz-subsurface-components/issues/2838) [#3152](https://github.com/equinor/webviz-subsurface-components/issues/3152) [#2838](https://github.com/equinor/webviz-subsurface-components/issues/2838) [rawify/Fraction.js#68](rawify/Fraction.js#68) [#3207](https://github.com/equinor/webviz-subsurface-components/issues/3207) [#3207](https://github.com/equinor/webviz-subsurface-components/issues/3207) [#3207](https://github.com/equinor/webviz-subsurface-components/issues/3207) [equinor#1240](equinor#1240) [#3189](https://github.com/equinor/webviz-subsurface-components/issues/3189) [#3197](https://github.com/equinor/webviz-subsurface-components/issues/3197) [#3198](https://github.com/equinor/webviz-subsurface-components/issues/3198)
* semantic release not publishing ([equinor#2160](equinor#2160)) ([235c558](equinor@235c558))
* semantic release not publishing ([equinor#2164](equinor#2164)) ([9878239](equinor@9878239))
hkfb pushed a commit to hkfb/webviz-subsurface-components that referenced this pull request Aug 23, 2024
## [0.27.10](https://github.com/equinor/webviz-subsurface-components/compare/subsurface-viewer@0.27.9...subsurface-viewer@0.27.10) (2024-07-18)

### Bug Fixes

* [NGRM] - Strange artefacts in 2D maps [equinor#2134](equinor#2134) ([equinor#2135](equinor#2135)) ([0446493](equinor@0446493))
* bump @equinor/videx-wellog from 0.9.4 to 0.10.0 in /typescript ([equinor#2120](equinor#2120)) ([614bc81](equinor@614bc81))
* bump @turf/simplify from 6.5.0 to 7.0.0 in /typescript ([equinor#2144](equinor#2144)) ([888d147](equinor@888d147)), closes [/github.com/Turfjs/turf/blob/master/CHANGELOG.md#700](https://github.com//github.com/Turfjs/turf/blob/master/CHANGELOG.md/issues/700) [equinor#2158](equinor#2158) [equinor#2237](equinor#2237) [equinor#2177](equinor#2177) [equinor#2173](equinor#2173) [equinor#2393](equinor#2393) [equinor#2166](equinor#2166) [equinor#2183](equinor#2183) [equinor#2106](equinor#2106) [equinor#2106](equinor#2106) [equinor#2247](equinor#2247) [equinor#2247](equinor#2247) [equinor#2247](equinor#2247) [#2613](https://github.com/equinor/webviz-subsurface-components/issues/2613) [equinor#1896](equinor#1896) [equinor#2217](equinor#2217) [equinor#2231](equinor#2231) [equinor#1893](equinor#1893) [equinor#2033](equinor#2033) [equinor#2338](equinor#2338) [#2415](https://github.com/equinor/webviz-subsurface-components/issues/2415) [equinor#1450](equinor#1450) [equinor#2149](equinor#2149) [equinor#2323](equinor#2323) [equinor#2142](equinor#2142) [equinor#2316](equinor#2316) [equinor#2345](equinor#2345) [equinor#2178](equinor#2178) [equinor#2168](equinor#2168) [equinor#2174](equinor#2174) [equinor#2182](equinor#2182) [equinor#2171](equinor#2171) [equinor#2171](equinor#2171) [equinor#2167](equinor#2167) [equinor#2134](equinor#2134) [equinor#2169](equinor#2169) [equinor#2195](equinor#2195) [equinor#2216](equinor#2216) [equinor#2227](equinor#2227) [equinor#2172](equinor#2172) [#2475](https://github.com/equinor/webviz-subsurface-components/issues/2475) [#2504](https://github.com/equinor/webviz-subsurface-components/issues/2504) [#2524](https://github.com/equinor/webviz-subsurface-components/issues/2524) [#2609](https://github.com/equinor/webviz-subsurface-components/issues/2609) [#2607](https://github.com/equinor/webviz-subsurface-components/issues/2607) [#2603](https://github.com/equinor/webviz-subsurface-components/issues/2603) [#2599](https://github.com/equinor/webviz-subsurface-components/issues/2599) [#2565](https://github.com/equinor/webviz-subsurface-components/issues/2565) [#2576](https://github.com/equinor/webviz-subsurface-components/issues/2576) [#2572](https://github.com/equinor/webviz-subsurface-components/issues/2572) [#2571](https://github.com/equinor/webviz-subsurface-components/issues/2571)
* bump ajv from 8.14.0 to 8.16.0 in /typescript ([equinor#2138](equinor#2138)) ([3f02100](equinor@3f02100)), closes [ajv-validator/ajv#2444](ajv-validator/ajv#2444) [ajv-validator/ajv#2415](ajv-validator/ajv#2415) [ajv-validator/ajv#2442](ajv-validator/ajv#2442) [ajv-validator/ajv#2415](ajv-validator/ajv#2415) [#2444](https://github.com/equinor/webviz-subsurface-components/issues/2444) [#2442](https://github.com/equinor/webviz-subsurface-components/issues/2442) [#2415](https://github.com/equinor/webviz-subsurface-components/issues/2415)
* bump mathjs from 12.4.2 to 13.0.0 in /typescript ([equinor#2124](equinor#2124)) ([caae3f2](equinor@caae3f2)), closes [#3223](https://github.com/equinor/webviz-subsurface-components/issues/3223) [#3139](https://github.com/equinor/webviz-subsurface-components/issues/3139) [#2838](https://github.com/equinor/webviz-subsurface-components/issues/2838) [#3152](https://github.com/equinor/webviz-subsurface-components/issues/3152) [#2838](https://github.com/equinor/webviz-subsurface-components/issues/2838) [rawify/Fraction.js#68](rawify/Fraction.js#68) [#3207](https://github.com/equinor/webviz-subsurface-components/issues/3207) [#3207](https://github.com/equinor/webviz-subsurface-components/issues/3207) [#3207](https://github.com/equinor/webviz-subsurface-components/issues/3207) [equinor#1240](equinor#1240) [#3189](https://github.com/equinor/webviz-subsurface-components/issues/3189) [#3197](https://github.com/equinor/webviz-subsurface-components/issues/3197) [#3198](https://github.com/equinor/webviz-subsurface-components/issues/3198)
* Changed to low precission for uniform in grid3D layer. ([equinor#2146](equinor#2146)) ([736f5e7](equinor@736f5e7))
* Fixes failing smoke test for axes2D layer. ([equinor#2150](equinor#2150)) ([240ea8d](equinor@240ea8d))
* semantic release not publishing ([equinor#2160](equinor#2160)) ([235c558](equinor@235c558))
* semantic release not publishing ([equinor#2164](equinor#2164)) ([9878239](equinor@9878239))
hkfb pushed a commit to hkfb/webviz-subsurface-components that referenced this pull request Aug 23, 2024
## [1.1.18](https://github.com/equinor/webviz-subsurface-components/compare/group-tree-plot@1.1.17...group-tree-plot@1.1.18) (2024-07-18)

### Bug Fixes

* bump @equinor/videx-wellog from 0.9.4 to 0.10.0 in /typescript ([equinor#2120](equinor#2120)) ([614bc81](equinor@614bc81))
* bump @turf/simplify from 6.5.0 to 7.0.0 in /typescript ([equinor#2144](equinor#2144)) ([888d147](equinor@888d147)), closes [/github.com/Turfjs/turf/blob/master/CHANGELOG.md#700](https://github.com//github.com/Turfjs/turf/blob/master/CHANGELOG.md/issues/700) [equinor#2158](equinor#2158) [equinor#2237](equinor#2237) [equinor#2177](equinor#2177) [equinor#2173](equinor#2173) [equinor#2393](equinor#2393) [equinor#2166](equinor#2166) [equinor#2183](equinor#2183) [equinor#2106](equinor#2106) [equinor#2106](equinor#2106) [equinor#2247](equinor#2247) [equinor#2247](equinor#2247) [equinor#2247](equinor#2247) [#2613](https://github.com/equinor/webviz-subsurface-components/issues/2613) [equinor#1896](equinor#1896) [equinor#2217](equinor#2217) [equinor#2231](equinor#2231) [equinor#1893](equinor#1893) [equinor#2033](equinor#2033) [equinor#2338](equinor#2338) [#2415](https://github.com/equinor/webviz-subsurface-components/issues/2415) [equinor#1450](equinor#1450) [equinor#2149](equinor#2149) [equinor#2323](equinor#2323) [equinor#2142](equinor#2142) [equinor#2316](equinor#2316) [equinor#2345](equinor#2345) [equinor#2178](equinor#2178) [equinor#2168](equinor#2168) [equinor#2174](equinor#2174) [equinor#2182](equinor#2182) [equinor#2171](equinor#2171) [equinor#2171](equinor#2171) [equinor#2167](equinor#2167) [equinor#2134](equinor#2134) [equinor#2169](equinor#2169) [equinor#2195](equinor#2195) [equinor#2216](equinor#2216) [equinor#2227](equinor#2227) [equinor#2172](equinor#2172) [#2475](https://github.com/equinor/webviz-subsurface-components/issues/2475) [#2504](https://github.com/equinor/webviz-subsurface-components/issues/2504) [#2524](https://github.com/equinor/webviz-subsurface-components/issues/2524) [#2609](https://github.com/equinor/webviz-subsurface-components/issues/2609) [#2607](https://github.com/equinor/webviz-subsurface-components/issues/2607) [#2603](https://github.com/equinor/webviz-subsurface-components/issues/2603) [#2599](https://github.com/equinor/webviz-subsurface-components/issues/2599) [#2565](https://github.com/equinor/webviz-subsurface-components/issues/2565) [#2576](https://github.com/equinor/webviz-subsurface-components/issues/2576) [#2572](https://github.com/equinor/webviz-subsurface-components/issues/2572) [#2571](https://github.com/equinor/webviz-subsurface-components/issues/2571)
* bump ajv from 8.14.0 to 8.16.0 in /typescript ([equinor#2138](equinor#2138)) ([3f02100](equinor@3f02100)), closes [ajv-validator/ajv#2444](ajv-validator/ajv#2444) [ajv-validator/ajv#2415](ajv-validator/ajv#2415) [ajv-validator/ajv#2442](ajv-validator/ajv#2442) [ajv-validator/ajv#2415](ajv-validator/ajv#2415) [#2444](https://github.com/equinor/webviz-subsurface-components/issues/2444) [#2442](https://github.com/equinor/webviz-subsurface-components/issues/2442) [#2415](https://github.com/equinor/webviz-subsurface-components/issues/2415)
* bump mathjs from 12.4.2 to 13.0.0 in /typescript ([equinor#2124](equinor#2124)) ([caae3f2](equinor@caae3f2)), closes [#3223](https://github.com/equinor/webviz-subsurface-components/issues/3223) [#3139](https://github.com/equinor/webviz-subsurface-components/issues/3139) [#2838](https://github.com/equinor/webviz-subsurface-components/issues/2838) [#3152](https://github.com/equinor/webviz-subsurface-components/issues/3152) [#2838](https://github.com/equinor/webviz-subsurface-components/issues/2838) [rawify/Fraction.js#68](rawify/Fraction.js#68) [#3207](https://github.com/equinor/webviz-subsurface-components/issues/3207) [#3207](https://github.com/equinor/webviz-subsurface-components/issues/3207) [#3207](https://github.com/equinor/webviz-subsurface-components/issues/3207) [equinor#1240](equinor#1240) [#3189](https://github.com/equinor/webviz-subsurface-components/issues/3189) [#3197](https://github.com/equinor/webviz-subsurface-components/issues/3197) [#3198](https://github.com/equinor/webviz-subsurface-components/issues/3198)
* semantic release not publishing ([equinor#2160](equinor#2160)) ([235c558](equinor@235c558))
* semantic release not publishing ([equinor#2164](equinor#2164)) ([9878239](equinor@9878239))
hkfb pushed a commit to hkfb/webviz-subsurface-components that referenced this pull request Aug 23, 2024
# [1.11.0](https://github.com/equinor/webviz-subsurface-components/compare/well-log-viewer@1.10.1...well-log-viewer@1.11.0) (2024-07-18)

### Bug Fixes

* bump @equinor/videx-wellog from 0.9.4 to 0.10.0 in /typescript ([equinor#2120](equinor#2120)) ([614bc81](equinor@614bc81))
* bump @turf/simplify from 6.5.0 to 7.0.0 in /typescript ([equinor#2144](equinor#2144)) ([888d147](equinor@888d147)), closes [/github.com/Turfjs/turf/blob/master/CHANGELOG.md#700](https://github.com//github.com/Turfjs/turf/blob/master/CHANGELOG.md/issues/700) [equinor#2158](equinor#2158) [equinor#2237](equinor#2237) [equinor#2177](equinor#2177) [equinor#2173](equinor#2173) [equinor#2393](equinor#2393) [equinor#2166](equinor#2166) [equinor#2183](equinor#2183) [equinor#2106](equinor#2106) [equinor#2106](equinor#2106) [equinor#2247](equinor#2247) [equinor#2247](equinor#2247) [equinor#2247](equinor#2247) [#2613](https://github.com/equinor/webviz-subsurface-components/issues/2613) [equinor#1896](equinor#1896) [equinor#2217](equinor#2217) [equinor#2231](equinor#2231) [equinor#1893](equinor#1893) [equinor#2033](equinor#2033) [equinor#2338](equinor#2338) [#2415](https://github.com/equinor/webviz-subsurface-components/issues/2415) [equinor#1450](equinor#1450) [equinor#2149](equinor#2149) [equinor#2323](equinor#2323) [equinor#2142](equinor#2142) [equinor#2316](equinor#2316) [equinor#2345](equinor#2345) [equinor#2178](equinor#2178) [equinor#2168](equinor#2168) [equinor#2174](equinor#2174) [equinor#2182](equinor#2182) [equinor#2171](equinor#2171) [equinor#2171](equinor#2171) [equinor#2167](equinor#2167) [equinor#2134](equinor#2134) [equinor#2169](equinor#2169) [equinor#2195](equinor#2195) [equinor#2216](equinor#2216) [equinor#2227](equinor#2227) [equinor#2172](equinor#2172) [#2475](https://github.com/equinor/webviz-subsurface-components/issues/2475) [#2504](https://github.com/equinor/webviz-subsurface-components/issues/2504) [#2524](https://github.com/equinor/webviz-subsurface-components/issues/2524) [#2609](https://github.com/equinor/webviz-subsurface-components/issues/2609) [#2607](https://github.com/equinor/webviz-subsurface-components/issues/2607) [#2603](https://github.com/equinor/webviz-subsurface-components/issues/2603) [#2599](https://github.com/equinor/webviz-subsurface-components/issues/2599) [#2565](https://github.com/equinor/webviz-subsurface-components/issues/2565) [#2576](https://github.com/equinor/webviz-subsurface-components/issues/2576) [#2572](https://github.com/equinor/webviz-subsurface-components/issues/2572) [#2571](https://github.com/equinor/webviz-subsurface-components/issues/2571)
* bump ajv from 8.14.0 to 8.16.0 in /typescript ([equinor#2138](equinor#2138)) ([3f02100](equinor@3f02100)), closes [ajv-validator/ajv#2444](ajv-validator/ajv#2444) [ajv-validator/ajv#2415](ajv-validator/ajv#2415) [ajv-validator/ajv#2442](ajv-validator/ajv#2442) [ajv-validator/ajv#2415](ajv-validator/ajv#2415) [#2444](https://github.com/equinor/webviz-subsurface-components/issues/2444) [#2442](https://github.com/equinor/webviz-subsurface-components/issues/2442) [#2415](https://github.com/equinor/webviz-subsurface-components/issues/2415)
* bump mathjs from 12.4.2 to 13.0.0 in /typescript ([equinor#2124](equinor#2124)) ([caae3f2](equinor@caae3f2)), closes [#3223](https://github.com/equinor/webviz-subsurface-components/issues/3223) [#3139](https://github.com/equinor/webviz-subsurface-components/issues/3139) [#2838](https://github.com/equinor/webviz-subsurface-components/issues/2838) [#3152](https://github.com/equinor/webviz-subsurface-components/issues/3152) [#2838](https://github.com/equinor/webviz-subsurface-components/issues/2838) [rawify/Fraction.js#68](rawify/Fraction.js#68) [#3207](https://github.com/equinor/webviz-subsurface-components/issues/3207) [#3207](https://github.com/equinor/webviz-subsurface-components/issues/3207) [#3207](https://github.com/equinor/webviz-subsurface-components/issues/3207) [equinor#1240](equinor#1240) [#3189](https://github.com/equinor/webviz-subsurface-components/issues/3189) [#3197](https://github.com/equinor/webviz-subsurface-components/issues/3197) [#3198](https://github.com/equinor/webviz-subsurface-components/issues/3198)
* Crash Removing Well Log in SLV ([equinor#2122](equinor#2122)) ([4139860](equinor@4139860)), closes [equinor#2114](equinor#2114)
* Property "setControllerDefaultZoom" does not exist on type "WellLogController" ([equinor#2136](equinor#2136)) ([a2390e2](equinor@a2390e2))
* semantic release not publishing ([equinor#2160](equinor#2160)) ([235c558](equinor@235c558))
* semantic release not publishing ([equinor#2164](equinor#2164)) ([9878239](equinor@9878239))
* StrictMode behaviour ([equinor#2139](equinor#2139)) ([807fff4](equinor@807fff4)), closes [equinor#2110](equinor#2110) [/github.com/equinor/issues/2053#issuecomment-2194025734](https://github.com//github.com/equinor/webviz-subsurface-components/issues/2053/issues/issuecomment-2194025734)

### Features

* color function ([equinor#2054](equinor#2054)) ([equinor#2152](equinor#2152)) ([36b85bb](equinor@36b85bb))
@hkfb
Copy link
Collaborator

hkfb commented Aug 28, 2024

🎉 This issue has been resolved in version subsurface-viewer@0.29.0 🎉

The release is available on GitHub release

@hkfb hkfb added the released label Aug 28, 2024
@hkfb
Copy link
Collaborator

hkfb commented Aug 28, 2024

🎉 This issue has been resolved in version well-log-viewer@1.12.5 🎉

The release is available on GitHub release

@hkfb
Copy link
Collaborator

hkfb commented Aug 30, 2024

🎉 This issue has been resolved in version wsc-common@0.7.3 🎉

The release is available on GitHub release

@hkfb
Copy link
Collaborator

hkfb commented Aug 30, 2024

🎉 This issue has been resolved in version well-completions-plot@1.3.3 🎉

The release is available on GitHub release

@hkfb
Copy link
Collaborator

hkfb commented Aug 30, 2024

🎉 This issue has been resolved in version group-tree-plot@1.2.3 🎉

The release is available on GitHub release

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 released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant