zidoro / pomatez

Stay Focused. Take a Break.
https://zidoro.github.io/pomatez/
MIT License
4.07k stars 171 forks source link

build(deps): bump the app-production-dependencies group with 8 updates #628

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps the app-production-dependencies group with 8 updates:

Package From To
universal-analytics 0.4.23 0.5.3
v8-compile-cache 2.3.0 2.4.0
@reduxjs/toolkit 2.0.1 2.2.1
@types/react-beautiful-dnd 13.1.3 13.1.8
is-electron 2.2.1 2.2.2
postcss-preset-env 9.1.4 9.5.0
redux 4.2.0 4.2.1
redux-undo 1.0.1 1.1.0

Updates universal-analytics from 0.4.23 to 0.5.3

Changelog

Sourced from universal-analytics's changelog.

0.5.3

  • Refactored request sending to no use JSON.stringify
  • Removed chapter regarding requestOptions that are no longer available since 0.5
  • Fixed UUID test errors

0.5.2

  • Upgraded debug to 4.3.1
  • Improved documentation

0.5.1

  • Fixed bug that caused requests to fail

0.5

  • Removed request dependency
  • Updated Readme
  • Added nodejs 10 and 12 in travis tests
  • Option to override default instance name
  • Invalid configuration key in README file.

0.4.22

  • Pin native-request version to 1.0.5

0.4.21

  • Upgraded request to native-request

0.4.20

  • Maintenance release

0.4.19

  • Updated request package

0.4.18

  • Fixed package-lock.json bug

0.4.17

  • Default to https instead of http when submitting data to Google Analytics
  • Switched from custom debugger to debug module

Deprecated:

  • .debug() is now deprecated in favor of setting the DEBUG environment variable: DEBUG=universal-analytics

... (truncated)

Commits


Updates v8-compile-cache from 2.3.0 to 2.4.0

Changelog

Sourced from v8-compile-cache's changelog.

2023-08-14, Version 2.4.0

  • Fix segmentation fault with Rosetta on Apple Silicon #45.
Commits
Maintainer changes

This version was pushed to npm by yungsters, a new releaser for v8-compile-cache since your current version.


Updates @reduxjs/toolkit from 2.0.1 to 2.2.1

Release notes

Sourced from @​reduxjs/toolkit's releases.

v2.2.0

This minor release:

  • Adds a second parameter to entityAdapter.getInitialState(additionalProps, entities) to allow prefilling state
    • Equivalent to entityAdapter.setAll(entityAdapter.getInitialState(additionalProps), entities)
    • First parameter can be undefined if no additional properties are desired
  • Allows initialising combineSlices with no static reducers
    • Previously const combinedReducer = combineSlices().withLazyLoadedSlices<LazyLoadedSlices>() would have thrown an error
    • Now returns a "no-op" reducer that just returns an empty object until first reducer injected
  • Allows a new 'throw' value for overrideExisting in injectEndpoints, which throws an error if a definition is injected with a name which is already used
  • Exports more type helpers for RTKQ hook and trigger types
  • Exports types related to overriding result types in enhanceEndpoints
  • Fixes state inference for injected slices when undeclared (i.e. not in LazyLoadedSlices)
  • Adds a action.meta.arg.isPrefetch value to query thunk actions when prefetched

What's Changed

New Contributors

... (truncated)

Commits
  • 20df6f0 2.2.1
  • 6f2d782 Merge pull request #4204 from reduxjs/typed-use-mutation-trigger
  • a131b32 fix imports and exports
  • 9a4cdaa remove alias
  • 65d5a64 rename TypedUseMutationTrigger to TypedMutationTrigger, and add deprecated alias
  • d712ab3 Merge pull request #4202 from aryaemami59/bump-prettier
  • a181a5c Format all files
  • 0213df5 Remove overrides field in .prettierrc.json
  • f8683a6 Bump prettier for all packages
  • 34c3b5f Merge pull request #4191 from reduxjs/update-entityadapter-docs
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by phryneas, a new releaser for @​reduxjs/toolkit since your current version.


Updates @types/react-beautiful-dnd from 13.1.3 to 13.1.8

Commits


Updates is-electron from 2.2.1 to 2.2.2

Release notes

Sourced from is-electron's releases.

v2.2.2

What's Changed

New Contributors

Full Changelog: https://github.com/cheton/is-electron/compare/v2.2.1...v2.2.2

Commits


Updates postcss-preset-env from 9.1.4 to 9.5.0

Changelog

Sourced from postcss-preset-env's changelog.

9.5.0

March 6, 2024

9.4.0

February 19, 2024

... (truncated)

Commits


Updates redux from 4.2.0 to 4.2.1

Release notes

Sourced from redux's releases.

v4.2.1

This bugfix release removes the isMinified internal check to fix a compat issue with Expo. That check has added in early 2016, soon after Redux 3.0 was released, at a time when it was still less common to use bundlers with proper production build settings. Today that check is irrelevant, so we've removed it.

What's Changed

Full Changelog: https://github.com/reduxjs/redux/compare/v4.2.0...v4.2.1

Commits


Updates redux-undo from 1.0.1 to 1.1.0

Release notes

Sourced from redux-undo's releases.

1.1.0

Thanks to @​alexander-heimbuch we are now using Vite to build the project (omnidan/redux-undo#305)! 🎉

This allows us to export UMD as well as MJS builds and have our tooling ready for future updates.

What's Changed

New Contributors

Full Changelog: https://github.com/omnidan/redux-undo/compare/v1.0.1...v1.1.0

Commits


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 8 months ago

Superseded by #632.