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

Bump the development-dependencies group with 5 updates #285

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2024

Bumps the development-dependencies group with 5 updates:

Package From To
@babel/core 7.23.6 7.23.7
@babel/preset-env 7.23.6 7.23.7
classnames 2.3.3 2.5.1
jotai 2.6.0 2.6.1
postcss-loader 7.3.3 7.3.4

Updates @babel/core from 7.23.6 to 7.23.7

Release notes

Sourced from @​babel/core's releases.

v7.23.7 (2023-12-29)

🐛 Bug Fix

🏠 Internal

  • babel-helper-create-class-features-plugin
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators

Committers: 4

Changelog

Sourced from @​babel/core's changelog.

v7.23.7 (2023-12-29)

🐛 Bug Fix

🏠 Internal

  • babel-helper-create-class-features-plugin
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
Commits

Updates @babel/preset-env from 7.23.6 to 7.23.7

Release notes

Sourced from @​babel/preset-env's releases.

v7.23.7 (2023-12-29)

🐛 Bug Fix

🏠 Internal

  • babel-helper-create-class-features-plugin
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators

Committers: 4

Changelog

Sourced from @​babel/preset-env's changelog.

v7.23.7 (2023-12-29)

🐛 Bug Fix

🏠 Internal

  • babel-helper-create-class-features-plugin
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
Commits

Updates classnames from 2.3.3 to 2.5.1

Changelog

Sourced from classnames's changelog.

v2.5.1 / 2023-12-29

  • Remove workspaces field from package (#350)

v2.5.0 / 2023-12-27

  • Restore ability to pass a TypeScript interface (#341)
  • Add exports field to package (#342)

v2.4.0 / 2023-12-26

  • Use string concatenation to increase performance thanks Jon Koops (#336)
Commits

Updates jotai from 2.6.0 to 2.6.1

Release notes

Sourced from jotai's releases.

v2.6.1

This version has two minor improvements for library authors. It's wonderful to see Jotai ecosystem growing. No major bugs have been reported lately. It's fairly okay to say the current version is pretty stable.

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.6.0...v2.6.1

Commits
  • 06074d5 2.6.1
  • b958866 chore(deps): update dev dependencies (#2310)
  • 63de5b0 fix(utils): add description for the RESET symbol. (#2307)
  • e986e63 fix(utils): add init property to the return type of atomWithReset (#2304)
  • f602d74 Update initialize-atom-on-render.mdx (#2280)
  • 1198f35 docs: update suspense badge (#2309)
  • 82ee447 docs: fix useQuery options definition, update isLoading to isPending to be m...
  • ad818df docs: update tanstack query integration documentation to the new api (#2294)
  • 3e68ccc docs: fix dispatchAtom example (#2284)
  • 06442d3 ci: add typescript 5.3.2 (#2275)
  • Additional commits viewable in compare view

Updates postcss-loader from 7.3.3 to 7.3.4

Release notes

Sourced from postcss-loader's releases.

v7.3.4

7.3.4 (2023-12-27)

Bug Fixes

  • do not crash if pkg.(d|devD)ependencies unset (#667) (8ef0c7e)
Changelog

Sourced from postcss-loader's changelog.

7.3.4 (2023-12-27)

Bug Fixes

  • do not crash if pkg.(d|devD)ependencies unset (#667) (8ef0c7e)
Commits
  • 754c4a5 chore(release): 7.3.4
  • 8ef0c7e fix: do not crash if pkg.(d|devD)ependencies unset (#667)
  • 84f16be chore: update github action/setup-node (#675)
  • d6a0768 chore(deps-dev): bump @​babel/traverse from 7.22.17 to 7.23.2 (#674)
  • fdf99fd chore: upgrade dependencies to the latest version (#671)
  • c05b3bf chore: update github actions/checkout (#665)
  • 59c86f1 chore: update dependencies to the latest version (#666)
  • cde30a4 chore: update dependencies to the latest version (#661)
  • 46c4018 chore: upgrade dependencies to the latest version (#660)
  • 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

Bumps the development-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.23.6` | `7.23.7` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.23.6` | `7.23.7` |
| [classnames](https://github.com/JedWatson/classnames) | `2.3.3` | `2.5.1` |
| [jotai](https://github.com/pmndrs/jotai) | `2.6.0` | `2.6.1` |
| [postcss-loader](https://github.com/webpack-contrib/postcss-loader) | `7.3.3` | `7.3.4` |


Updates `@babel/core` from 7.23.6 to 7.23.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.7/packages/babel-core)

Updates `@babel/preset-env` from 7.23.6 to 7.23.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.7/packages/babel-preset-env)

Updates `classnames` from 2.3.3 to 2.5.1
- [Changelog](https://github.com/JedWatson/classnames/blob/main/HISTORY.md)
- [Commits](JedWatson/classnames@v2.3.3...v2.5.1)

Updates `jotai` from 2.6.0 to 2.6.1
- [Release notes](https://github.com/pmndrs/jotai/releases)
- [Commits](pmndrs/jotai@v2.6.0...v2.6.1)

Updates `postcss-loader` from 7.3.3 to 7.3.4
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases)
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/postcss-loader@v7.3.3...v7.3.4)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: classnames
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: jotai
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: postcss-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 1, 2024
Copy link

vercel bot commented Jan 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
ddr-tools ✅ Ready (Inspect) Visit Preview Jan 1, 2024 0:40am

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 3, 2024

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jan 3, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-dependencies-45f9748cc8 branch January 3, 2024 21:00
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
None yet
Development

Successfully merging this pull request may close these issues.

0 participants