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

build(deps): bump the app-production-dependencies group with 7 updates #451

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 18, 2023

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

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

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

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: cheton/is-electron@v2.2.1...v2.2.2

Commits

Updates postcss-preset-env from 9.1.4 to 9.2.0

Changelog

Sourced from postcss-preset-env's changelog.

9.2.0

October 9, 2023

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: reduxjs/redux@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: omnidan/redux-undo@v1.0.1...v1.1.0

Commits

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.


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 dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 18, 2023
Bumps the app-production-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/react-beautiful-dnd](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-beautiful-dnd) | `13.1.3` | `13.1.6` |
| [is-electron](https://github.com/cheton/is-electron) | `2.2.1` | `2.2.2` |
| [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) | `9.1.4` | `9.2.0` |
| [redux](https://github.com/reduxjs/redux) | `4.2.0` | `4.2.1` |
| [redux-undo](https://github.com/omnidan/redux-undo) | `1.0.1` | `1.1.0` |
| [universal-analytics](https://github.com/peaksandpies/universal-analytics) | `0.4.23` | `0.5.3` |
| [v8-compile-cache](https://github.com/zertosh/v8-compile-cache) | `2.3.0` | `2.4.0` |


Updates `@types/react-beautiful-dnd` from 13.1.3 to 13.1.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-beautiful-dnd)

Updates `is-electron` from 2.2.1 to 2.2.2
- [Release notes](https://github.com/cheton/is-electron/releases)
- [Commits](cheton/is-electron@v2.2.1...v2.2.2)

Updates `postcss-preset-env` from 9.1.4 to 9.2.0
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env)

Updates `redux` from 4.2.0 to 4.2.1
- [Release notes](https://github.com/reduxjs/redux/releases)
- [Changelog](https://github.com/reduxjs/redux/blob/master/CHANGELOG.md)
- [Commits](reduxjs/redux@v4.2.0...v4.2.1)

Updates `redux-undo` from 1.0.1 to 1.1.0
- [Release notes](https://github.com/omnidan/redux-undo/releases)
- [Commits](omnidan/redux-undo@v1.0.1...v1.1.0)

Updates `universal-analytics` from 0.4.23 to 0.5.3
- [Changelog](https://github.com/peaksandpies/universal-analytics/blob/master/HISTORY.md)
- [Commits](https://github.com/peaksandpies/universal-analytics/commits/0.5.3)

Updates `v8-compile-cache` from 2.3.0 to 2.4.0
- [Changelog](https://github.com/zertosh/v8-compile-cache/blob/master/CHANGELOG.md)
- [Commits](zertosh/v8-compile-cache@v2.3.0...v2.4.0)

---
updated-dependencies:
- dependency-name: "@types/react-beautiful-dnd"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-production-dependencies
- dependency-name: is-electron
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-production-dependencies
- dependency-name: postcss-preset-env
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-production-dependencies
- dependency-name: redux
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-production-dependencies
- dependency-name: redux-undo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-production-dependencies
- dependency-name: universal-analytics
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-production-dependencies
- dependency-name: v8-compile-cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/app-production-dependencies-1943407ea8 branch from faff889 to f732372 Compare October 19, 2023 16:18
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 20, 2023

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

@dependabot dependabot bot closed this Oct 20, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/app-production-dependencies-1943407ea8 branch October 20, 2023 16:17
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
Status: Closed/Done
Development

Successfully merging this pull request may close these issues.

0 participants