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(deps-dev): bump the devdependencies group with 8 updates #3390

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Bumps the devdependencies group with 8 updates:

Package From To
@dhis2/cli-app-scripts 11.6.1 11.7.4
@dhis2/cli-style 10.5.1 10.7.5
@dhis2/cypress-commands 10.0.3 10.0.6
@dhis2/cypress-plugins 10.0.3 10.0.6
cypress-tags 1.1.2 1.2.2
enzyme-adapter-react-16 1.15.7 1.15.8
redux-mock-store 1.5.4 1.5.5
start-server-and-test 2.0.3 2.0.8

Updates @dhis2/cli-app-scripts from 11.6.1 to 11.7.4

Release notes

Sourced from @​dhis2/cli-app-scripts's releases.

v11.7.4

11.7.4 (2024-10-22)

Bug Fixes

  • bump typescript version used in app shell (8ebb2e8)

v11.7.3

11.7.3 (2024-10-21)

Bug Fixes

  • add @​babel/plugin-syntax-dynamic-import as a direct dependency (#886) (8c5ef0c)

v11.7.2

11.7.2 (2024-09-26)

Bug Fixes

  • provide fallback api version [LIBS-683] (#877) (dc7bdfa)

v11.7.1

11.7.1 (2024-08-27)

Bug Fixes

  • update app-runtime dependency (74a2165)

v11.7.0

11.7.0 (2024-07-23)

Features

  • update boilerplate app code for init command [LIBS-644] (#866) (bd6cfc0)

v11.6.4

11.6.4 (2024-07-19)

Bug Fixes

  • use i18next-scanner v3 for better i18next compatibility (#864) (84a5a59)

v11.6.3

11.6.3 (2024-07-16)

... (truncated)

Changelog

Sourced from @​dhis2/cli-app-scripts's changelog.

11.7.4 (2024-10-22)

Bug Fixes

  • bump typescript version used in app shell (8ebb2e8)

11.7.3 (2024-10-21)

Bug Fixes

  • add @​babel/plugin-syntax-dynamic-import as a direct dependency (#886) (8c5ef0c)

11.7.2 (2024-09-26)

Bug Fixes

  • provide fallback api version [LIBS-683] (#877) (dc7bdfa)

11.7.1 (2024-08-27)

Bug Fixes

  • update app-runtime dependency (74a2165)

11.7.0 (2024-07-23)

Features

  • update boilerplate app code for init command [LIBS-644] (#866) (bd6cfc0)

11.6.4 (2024-07-19)

Bug Fixes

  • use i18next-scanner v3 for better i18next compatibility (#864) (84a5a59)

11.6.3 (2024-07-16)

Bug Fixes

  • deps: update i18next-scanner version to support old plurals format again (#861) (d0e433b)

11.6.2 (2024-07-10)

... (truncated)

Commits
  • 8606b1a chore(release): cut 11.7.4 [skip release]
  • 31a503b chore(release): cut 11.7.3 [skip release]
  • 8c5ef0c fix: add @​babel/plugin-syntax-dynamic-import as a direct dependency (#886)
  • 6ee99ca chore(release): cut 11.7.2 [skip release]
  • 694edde chore(release): cut 11.7.1 [skip release]
  • 6c96827 chore(release): cut 11.7.0 [skip release]
  • bd6cfc0 feat: update boilerplate app code for init command [LIBS-644] (#866)
  • 47c9dd1 chore(release): cut 11.6.4 [skip release]
  • 84a5a59 fix: use i18next-scanner v3 for better i18next compatibility (#864)
  • 763aba7 chore(release): cut 11.6.3 [skip release]
  • Additional commits viewable in compare view

Updates @dhis2/cli-style from 10.5.1 to 10.7.5

Release notes

Sourced from @​dhis2/cli-style's releases.

v10.7.5

10.7.5 (2024-10-28)

Bug Fixes

Features

v10.7.4

10.7.4 (2024-09-18)

Bug Fixes

  • warn user for unfixable properties (2c4134c)

v10.7.3

10.7.3 (2024-05-28)

Bug Fixes

  • run stylelint before prettier (f098adf)

v10.7.2

10.7.2 (2024-05-27)

Bug Fixes

  • set basedir for plugin resolution (83e8d43)

v10.7.1

10.7.1 (2024-05-22)

Bug Fixes

v10.7.0

10.7.0 (2024-05-22)

Features

... (truncated)

Changelog

Sourced from @​dhis2/cli-style's changelog.

10.7.5 (2024-10-28)

Bug Fixes

Features

10.8.0-alpha.1 (2024-10-22)

Features

  • support typescript linting and type checking (#474) (b68f69a)

10.7.4 (2024-09-18)

Bug Fixes

  • warn user for unfixable properties (2c4134c)

10.7.3 (2024-05-28)

Bug Fixes

  • run stylelint before prettier (f098adf)

10.7.2 (2024-05-27)

Bug Fixes

  • set basedir for plugin resolution (83e8d43)

10.7.1 (2024-05-22)

Bug Fixes

10.7.0 (2024-05-22)

... (truncated)

Commits
  • 671ee8f chore(release): cut 10.7.5 [skip release]
  • a9c9c58 Merge pull request #476 from dhis2/fix/force-release
  • 2ef782a fix: force a release
  • 296dd60 feat: support typescript linting and type checking (#475)
  • f36c1e1 chore(release): cut 10.7.4 [skip release]
  • 2c4134c fix: warn user for unfixable properties
  • ccf2b44 chore: mention stylelint in docs
  • f67413c chore: mention stylelint in docs
  • b6982d2 chore: mention prettier in gettingStarted [LIBS-646]
  • 788138f chore: mention prettier in gettingStarted [LIBS-646]
  • Additional commits viewable in compare view

Updates @dhis2/cypress-commands from 10.0.3 to 10.0.6

Release notes

Sourced from @​dhis2/cypress-commands's releases.

v10.0.6

10.0.6 (2024-05-24)

Bug Fixes

  • loginByAPI: update loginByApi cypress command to support v42 (#402) (6109ee5)

v10.0.5

10.0.5 (2024-05-06)

Bug Fixes

  • cucumber peer deps: allow >=15 instead of ^15 (86cd6fb)

v10.0.4

10.0.4 (2024-05-01)

Bug Fixes

  • allow cypress@^13 as a peer dependency (ac53fd3)
Changelog

Sourced from @​dhis2/cypress-commands's changelog.

10.0.6 (2024-05-24)

Bug Fixes

  • loginByAPI: update loginByApi cypress command to support v42 (#402) (6109ee5)

10.0.5 (2024-05-06)

Bug Fixes

  • cucumber peer deps: allow >=15 instead of ^15 (86cd6fb)

10.0.4 (2024-05-01)

Bug Fixes

  • allow cypress@^13 as a peer dependency (ac53fd3)
Commits
  • 3c08364 chore(release): cut 10.0.6 [skip ci]
  • 6109ee5 fix(loginByAPI): update loginByApi cypress command to support v42 (#402)
  • f979565 chore(release): cut 10.0.5 [skip ci]
  • e56346d Merge pull request #401 from dhis2/upgrade-cucumber-peer-deps
  • 86cd6fb fix(cucumber peer deps): allow >=15 instead of ^15
  • bd92fab chore(release): cut 10.0.4 [skip ci]
  • 5cb41d8 Merge pull request #400 from dhis2/trigger-release
  • ac53fd3 fix: allow cypress@^13 as a peer dependency
  • 3831177 chore(cypress peer dep): allow >=12 instead of ^12 (#399)
  • 785a91c Merge pull request #397 from dhis2/docs-improve
  • Additional commits viewable in compare view

Updates @dhis2/cypress-plugins from 10.0.3 to 10.0.6

Release notes

Sourced from @​dhis2/cypress-plugins's releases.

v10.0.6

10.0.6 (2024-05-24)

Bug Fixes

  • loginByAPI: update loginByApi cypress command to support v42 (#402) (6109ee5)

v10.0.5

10.0.5 (2024-05-06)

Bug Fixes

  • cucumber peer deps: allow >=15 instead of ^15 (86cd6fb)

v10.0.4

10.0.4 (2024-05-01)

Bug Fixes

  • allow cypress@^13 as a peer dependency (ac53fd3)
Changelog

Sourced from @​dhis2/cypress-plugins's changelog.

10.0.6 (2024-05-24)

Bug Fixes

  • loginByAPI: update loginByApi cypress command to support v42 (#402) (6109ee5)

10.0.5 (2024-05-06)

Bug Fixes

  • cucumber peer deps: allow >=15 instead of ^15 (86cd6fb)

10.0.4 (2024-05-01)

Bug Fixes

  • allow cypress@^13 as a peer dependency (ac53fd3)
Commits
  • 3c08364 chore(release): cut 10.0.6 [skip ci]
  • 6109ee5 fix(loginByAPI): update loginByApi cypress command to support v42 (#402)
  • f979565 chore(release): cut 10.0.5 [skip ci]
  • e56346d Merge pull request #401 from dhis2/upgrade-cucumber-peer-deps
  • 86cd6fb fix(cucumber peer deps): allow >=15 instead of ^15
  • bd92fab chore(release): cut 10.0.4 [skip ci]
  • 5cb41d8 Merge pull request #400 from dhis2/trigger-release
  • ac53fd3 fix: allow cypress@^13 as a peer dependency
  • 3831177 chore(cypress peer dep): allow >=12 instead of ^12 (#399)
  • 785a91c Merge pull request #397 from dhis2/docs-improve
  • Additional commits viewable in compare view

Updates cypress-tags from 1.1.2 to 1.2.2

Changelog

Sourced from cypress-tags's changelog.

[1.2.2] - 2024-05-14

Changed

  • Remove dist folder from gitignore as we need to publish it in github. Closes 262.

[1.2.1] - 2024-05-14

Changed

  • add check version to pull_request. Closes 262.

[1.2.0] - 2024-05-14

Changed

  • Upgrade dependencies to latest. Closes 262.
Commits
Maintainer changes

This version was pushed to npm by infosum_sre, a new releaser for cypress-tags since your current version.


Updates enzyme-adapter-react-16 from 1.15.7 to 1.15.8

Commits
  • 146467c [enzyme-adapter-react-16] v1.15.8
  • 795e52c [enzyme, enzyme-adapter-react-{14,16.1,16.2,16.3,16}] [deps] update `enzyme-s...
  • 9a59ec5 [*] [deps] update enzyme-adapter-utils
  • f2401cc [*] [refactor] use hasown instead of has
  • 9ddc423 [*] [deps] update in-range deps
  • f937614 [*] [dev deps] update everything in-range
  • 246d323 [*] [dev deps] update eslint-plugin-import, eslint-plugin-react
  • 9bb92eb [meta] run build/files steps in prepack, not prepublish
  • See full diff in compare view

Updates redux-mock-store from 1.5.4 to 1.5.5

Release notes

Sourced from redux-mock-store's releases.

v1.5.5 - Deprecation

This patch release deprecates the configureStore method, as this package does not align with the Redux team's recommended testing practices. Instead, we recommend testing with a real store.

Testing with a mock store leads to potentially confusing behaviour, such as state not updating when actions are dispatched. Additionally, it's a lot less useful to assert on the actions dispatched rather than the observable state changes.

You can test the entire combination of action creators, reducers, and selectors in a single test, for example:

it('should add a todo', () => {
  const store = makeStore() // a user defined reusable store factory
store.dispatch(addTodo('Use Redux'))
expect(selectTodos(store.getState())).toEqual([
{ text: 'Use Redux', completed: false }
])
})

This avoids common pitfalls of testing each of these in isolation, such as mocked state shape becoming out of sync with the actual application.

legacy_configureStore

We recognise that for many codebases, migration will be a major effort that some may not be able to allocate time for. The @deprecated tag is just a visual strikethrough, but some tools will add extra warnings when it is used.

We now have a legacy_configureStore export (similar to legacy_createStore in Redux core) which is the same function but without this tag. You can change any imports to use this if the deprecation notice presents significant issues for you.

- import configureStore from "redux-mock-store"
+ import { legacy_configureStore as configureStore } from "redux-mock-store"
// or

import { configureStore } from "redux-mock-store"


import { legacy_configureStore as configureStore } from "redux-mock-store"

Full Changelog: reduxjs/redux-mock-store@v1.5.4...v1.5.5

Commits
Maintainer changes

This version was pushed to npm by eskimojo, a new releaser for redux-mock-store since your current version.


Updates start-server-and-test from 2.0.3 to 2.0.8

Release notes

Sourced from start-server-and-test's releases.

v2.0.8

2.0.8 (2024-09-16)

Bug Fixes

  • deps: update dependency wait-on to v8.0.1 (fe1c25d)

v2.0.7

2.0.7 (2024-09-09)

Bug Fixes

  • deps: update dependency wait-on to v8 (#386) (d814a72)

v2.0.6

2.0.6 (2024-09-08)

Bug Fixes

  • deps: update dependency debug to v4.3.7 (78c6f53)

v2.0.5

2.0.5 (2024-07-29)

Bug Fixes

  • deps: update dependency debug to v4.3.6 (8ebb70b)

v2.0.4

2.0.4 (2024-06-05)

Bug Fixes

  • deps: update dependency debug to v4.3.5 (dd8a2d7)
Commits
  • fe1c25d fix(deps): update dependency wait-on to v8.0.1
  • d814a72 fix(deps): update dependency wait-on to v8 (#386)
  • 78c6f53 fix(deps): update dependency debug to v4.3.7
  • 8ebb70b fix(deps): update dependency debug to v4.3.6
  • dd8a2d7 fix(deps): update dependency debug to v4.3.5
  • See full diff 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 Nov 4, 2024
Bumps the devdependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@dhis2/cli-app-scripts](https://github.com/dhis2/app-platform/tree/HEAD/cli) | `11.6.1` | `11.7.4` |
| [@dhis2/cli-style](https://github.com/dhis2/cli-style) | `10.5.1` | `10.7.5` |
| [@dhis2/cypress-commands](https://github.com/dhis2/cli-utils-cypress) | `10.0.3` | `10.0.6` |
| [@dhis2/cypress-plugins](https://github.com/dhis2/cli-utils-cypress) | `10.0.3` | `10.0.6` |
| [cypress-tags](https://github.com/infosum/cypress-tags) | `1.1.2` | `1.2.2` |
| [enzyme-adapter-react-16](https://github.com/enzymejs/enzyme/tree/HEAD/packages/enzyme-adapter-react-16) | `1.15.7` | `1.15.8` |
| [redux-mock-store](https://github.com/arnaudbenard/redux-mock-store) | `1.5.4` | `1.5.5` |
| [start-server-and-test](https://github.com/bahmutov/start-server-and-test) | `2.0.3` | `2.0.8` |


Updates `@dhis2/cli-app-scripts` from 11.6.1 to 11.7.4
- [Release notes](https://github.com/dhis2/app-platform/releases)
- [Changelog](https://github.com/dhis2/app-platform/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dhis2/app-platform/commits/v11.7.4/cli)

Updates `@dhis2/cli-style` from 10.5.1 to 10.7.5
- [Release notes](https://github.com/dhis2/cli-style/releases)
- [Changelog](https://github.com/dhis2/cli-style/blob/master/CHANGELOG.md)
- [Commits](dhis2/cli-style@v10.5.1...v10.7.5)

Updates `@dhis2/cypress-commands` from 10.0.3 to 10.0.6
- [Release notes](https://github.com/dhis2/cli-utils-cypress/releases)
- [Changelog](https://github.com/dhis2/cli-utils-cypress/blob/master/CHANGELOG.md)
- [Commits](dhis2/cli-utils-cypress@v10.0.3...v10.0.6)

Updates `@dhis2/cypress-plugins` from 10.0.3 to 10.0.6
- [Release notes](https://github.com/dhis2/cli-utils-cypress/releases)
- [Changelog](https://github.com/dhis2/cli-utils-cypress/blob/master/CHANGELOG.md)
- [Commits](dhis2/cli-utils-cypress@v10.0.3...v10.0.6)

Updates `cypress-tags` from 1.1.2 to 1.2.2
- [Changelog](https://github.com/infosum/cypress-tags/blob/master/CHANGELOG.md)
- [Commits](https://github.com/infosum/cypress-tags/commits)

Updates `enzyme-adapter-react-16` from 1.15.7 to 1.15.8
- [Changelog](https://github.com/enzymejs/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/enzymejs/enzyme/commits/[email protected]/packages/enzyme-adapter-react-16)

Updates `redux-mock-store` from 1.5.4 to 1.5.5
- [Release notes](https://github.com/arnaudbenard/redux-mock-store/releases)
- [Commits](reduxjs/redux-mock-store@v1.5.4...v1.5.5)

Updates `start-server-and-test` from 2.0.3 to 2.0.8
- [Release notes](https://github.com/bahmutov/start-server-and-test/releases)
- [Commits](bahmutov/start-server-and-test@v2.0.3...v2.0.8)

---
updated-dependencies:
- dependency-name: "@dhis2/cli-app-scripts"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: devdependencies
- dependency-name: "@dhis2/cli-style"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: devdependencies
- dependency-name: "@dhis2/cypress-commands"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: devdependencies
- dependency-name: "@dhis2/cypress-plugins"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: devdependencies
- dependency-name: cypress-tags
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: devdependencies
- dependency-name: enzyme-adapter-react-16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: devdependencies
- dependency-name: redux-mock-store
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: devdependencies
- dependency-name: start-server-and-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: devdependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/devdependencies-a1783f07ef branch from 91f0e34 to 412c041 Compare November 4, 2024 12:21
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 8, 2024

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

@dependabot dependabot bot closed this Nov 8, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/devdependencies-a1783f07ef branch November 8, 2024 10:33
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants