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): bump the dependencies group across 1 directory with 5 updates #3135

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
react-grid-layout 1.2.2 1.5.0
@bahmutov/cypress-esbuild-preprocessor 2.2.1 2.2.3
@testing-library/jest-dom 6.1.2 6.6.2
cypress 13.13.1 13.15.1
redux-mock-store 1.5.4 1.5.5

Updates react-grid-layout from 1.2.2 to 1.5.0

Release notes

Sourced from react-grid-layout's releases.

1.5.0

What's Changed

Other Changes

New Contributors

Full Changelog: react-grid-layout/react-grid-layout@1.4.4...1.5.0

1.4.1

  • fix(resize): fix bug where height could not be resized if h=0
  • fix(deps): revert fast-equals to @​4.0.3

1.4.0

  • add ISSUE_TEMPLATE files
  • test deepFreeze
  • docs: add missing props to custom child example
  • docs - added children props to custom child component example
  • Update README.md
  • [bug-fix] Corrected draggableHandle configuration in static elements example
  • fix(grid): Fixed Compact horizontal not always moving elements as left as possible.
  • chore(npm): update packages
  • Add checking the compactType null value to avoid breaking the layout when overlapping is allowed.
  • chore(test): add test github action

... (truncated)

Changelog

Sourced from react-grid-layout's changelog.

Changelog

1.4.4 (Nov 28, 2023)

Bugfixes

  • Fix position logic when draggable item is dragged into the grid. We no longer use the deprecated / non-standard e.nativeEvent.layer{X,Y} properties. #1915
  • Fix drag values according to containerPadding. Previously, when dragging an item, the intuited position within the grid was not modified by containerPadding, causing it to off by that value. On most grids, this is only set to [10, 10], so this may not have been noticeable, but for higher values it was very obvious. Thanks @​hywlss9. #1323
  • Various lint/dependency fixes.

1.4.3 (Nov 8, 2023)

Bugfixes

  • Set activeDrag in onDragStart. Fixes issues where, if no drag is performed, the onDragStop handler would error out and the drag would freeze. #1923
    • THis fixes some broader issues with React 18 but testing library support is still not complete.

1.4.2 (Sep 22, 2023)

Bugfixes

  • Resizing in every directionnow obeys preventCollision restrictions #1937

1.4.1 (Sep 12, 2023)

Bugfixes

  • Fixed bug where height/width could not be resized if h = 0 or w = 0 and 0 containerPadding. #1931
  • Revert fast-equals to @​4. Fixes incompatibility with Create-React-App@5.

1.4.0 (Sep 11, 2023)

Hey, it's been a long time! Taking a year and a half off is a pretty "open-source" thing to do, thanks for bearing with me.

New Features

  • Grid items can now be resized left and up! Thanks to @​ludovic and @​dseif for all the hard work they did on this. #1917
    • To use, specify resizeHandles directions on your <GridItem>s. See the example for more on how to do this.
    • See also the demo.
  • <WidthProvider> now uses a ResizeObserver instead of hooking into the window's 'resize' event. #1839
    • This should not be breaking for any users but introduces a new dependency, resize-observer-polyfill. It will not be imported unless you use <WidthProvider>.

Bugfixes

  • Fixed horizontal compact not always moving grid elements as far left as possible. #1822
  • Fixed a bug when allowOverlap={true} and compactType={null}, where collisions would still be processed. #1782
  • Fixed onResizeStop and onDragStop callbacks not returning updated layout. #1613
  • An item will now rerender when data-grid props change. #718
  • Corrected draggableHandle configuration in static elements example #1826

... (truncated)

Commits

Updates @bahmutov/cypress-esbuild-preprocessor from 2.2.1 to 2.2.3

Release notes

Sourced from @​bahmutov/cypress-esbuild-preprocessor's releases.

v2.2.3

2.2.3 (2024-09-06)

Bug Fixes

  • deps: update dependency debug to v4.3.7 (6b34d4e)

v2.2.2

2.2.2 (2024-07-27)

Bug Fixes

  • deps: update dependency debug to v4.3.6 (3236e41)
Commits
  • 6b34d4e fix(deps): update dependency debug to v4.3.7
  • acac1b6 Updated badges
  • dca860f chore(deps): update dependency cypress to v13.14.2
  • 589ca52 Updated badges
  • 1ac3aec chore(deps): update dependency cypress to v13.14.1
  • 636e42e Updated badges
  • 8fc2866 chore(deps): update dependency cypress to v13.14.0
  • dc3d8d4 Updated badges
  • 490f0f2 chore(deps): update dependency semantic-release to v24.1.0
  • 04f6a70 chore(deps): update dependency esbuild to v0.23.1
  • Additional commits viewable in compare view

Updates @testing-library/jest-dom from 6.1.2 to 6.6.2

Release notes

Sourced from @​testing-library/jest-dom's releases.

v6.6.2

6.6.2 (2024-10-17)

Bug Fixes

  • remove recursive type reference in vitest types (#636) (4468378)

v6.6.1

6.6.1 (2024-10-16)

Bug Fixes

  • fix lodash import in to-have-selection.js (#642) (ced792e)

v6.6.0

6.6.0 (2024-10-16)

Features

v6.5.0

6.5.0 (2024-08-23)

Features

  • toHaveValue: Asserting aria-valuenow (#479) (acbf416)

v6.4.8

6.4.8 (2024-07-23)

Bug Fixes

  • Drop peerDependencies from package.json (#610) (faf534b)

v6.4.7

6.4.7 (2024-07-22)

Bug Fixes

v6.4.6

6.4.6 (2024-06-10)

... (truncated)

Commits
  • 4468378 fix: remove recursive type reference in vitest types (#636)
  • abba961 docs: add billyjanitsch as a contributor for bug (#644)
  • 9490615 docs: add G-Rath as a contributor for code (#643)
  • ced792e fix: fix lodash import in to-have-selection.js (#642)
  • 9b14804 feat: implement toHaveSelection (#637)
  • f5b0e94 docs: add diegohaz as a contributor for ideas (#640)
  • 68e927e docs: add pwolaq as a contributor for code, and test (#639)
  • 04005db docs: add silviuaavram as a contributor for code, and test (#638)
  • 4723de3 docs: add mibcadet as a contributor for doc (#628)
  • 8fd402a docs: how to update tsconfig for vitest matchers extension (#624)
  • Additional commits viewable in compare view

Updates cypress from 13.13.1 to 13.15.1

Release notes

Sourced from cypress's releases.

v13.15.1

Changelog: https://docs.cypress.io/guides/references/changelog#13-15-1

v13.15.0

Changelog: https://docs.cypress.io/guides/references/changelog#13-15-0

v13.14.2

Changelog: https://docs.cypress.io/guides/references/changelog#13-14-2

v13.14.1

Changelog: https://docs.cypress.io/guides/references/changelog#13-14-1

v13.14.0

Changelog: https://docs.cypress.io/guides/references/changelog#13-14-0

v13.13.3

Changelog: https://docs.cypress.io/guides/references/changelog#13-13-3

v13.13.2

Changelog: https://docs.cypress.io/guides/references/changelog#13-13-2

Commits
  • 199b1cd chore: release 13.15.1 (#30454)
  • c8439b2 chore: disable nx caching and add web extension docs (#30449)
  • cfed01b chore: attempt to not cache electron build (#30446)
  • 63937b6 chore: enable nx cache invalidation via the circle version file (#30444)
  • b335e4b chore: Update Chrome (stable) to 130.0.6723.69 (#30442)
  • eed699e chore: update lerna to 8.1.8 from 6.6.2 (#30436)
  • 0e28a81 chore: fix windows job due to ipv6 issues (#30437)
  • 4ba72c9 fix: ensure that requests to the same resource will be properly intercepted e...
  • aafac6a chore: add graphql schema update and wrap process.kill to swallow esrch error...
  • e0177ff chore: Update Chrome (beta) to 131.0.6778.3 (#30416)
  • Additional commits viewable 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.


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 Oct 28, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dependencies-90a107e302 branch from 7c37a38 to 1a6f0c9 Compare October 29, 2024 12:51
…dates

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

| Package | From | To |
| --- | --- | --- |
| [react-grid-layout](https://github.com/STRML/react-grid-layout) | `1.2.2` | `1.5.0` |
| [@bahmutov/cypress-esbuild-preprocessor](https://github.com/bahmutov/cypress-esbuild-preprocessor) | `2.2.1` | `2.2.3` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.1.2` | `6.6.2` |
| [cypress](https://github.com/cypress-io/cypress) | `13.13.1` | `13.15.1` |
| [redux-mock-store](https://github.com/arnaudbenard/redux-mock-store) | `1.5.4` | `1.5.5` |



Updates `react-grid-layout` from 1.2.2 to 1.5.0
- [Release notes](https://github.com/STRML/react-grid-layout/releases)
- [Changelog](https://github.com/react-grid-layout/react-grid-layout/blob/master/CHANGELOG.md)
- [Commits](react-grid-layout/react-grid-layout@1.2.2...1.5.0)

Updates `@bahmutov/cypress-esbuild-preprocessor` from 2.2.1 to 2.2.3
- [Release notes](https://github.com/bahmutov/cypress-esbuild-preprocessor/releases)
- [Commits](bahmutov/cypress-esbuild-preprocessor@v2.2.1...v2.2.3)

Updates `@testing-library/jest-dom` from 6.1.2 to 6.6.2
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v6.1.2...v6.6.2)

Updates `cypress` from 13.13.1 to 13.15.1
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v13.13.1...v13.15.1)

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)

---
updated-dependencies:
- dependency-name: react-grid-layout
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@bahmutov/cypress-esbuild-preprocessor"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: redux-mock-store
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dependencies-90a107e302 branch from 1a6f0c9 to 883968d Compare October 29, 2024 13:37
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 30, 2024

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

@dependabot dependabot bot closed this Oct 30, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-90a107e302 branch October 30, 2024 09:58
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