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 production-dependencies group across 1 directory with 10 updates #211

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 24, 2024

Bumps the production-dependencies group with 10 updates in the / directory:

Package From To
import-meta-resolve 4.0.0 4.1.0
joi 17.13.0 17.13.3
memoizee 0.4.15 0.4.17
csv-parse 5.5.5 5.5.6
terser 5.30.4 5.31.1
lightningcss 1.24.1 1.25.1
imagemin 8.0.1 9.0.0
@types/imagemin 8.0.5 9.0.0
imagemin-pngquant 9.0.2 10.0.0
imagemin-svgo 10.0.1 11.0.1

Updates import-meta-resolve from 4.0.0 to 4.1.0

Release notes

Sourced from import-meta-resolve's releases.

4.1.0

Misc

Full Changelog: wooorm/import-meta-resolve@4.0.0...4.1.0

Commits

Updates joi from 17.13.0 to 17.13.3

Commits

Updates memoizee from 0.4.15 to 0.4.17

Release notes

Sourced from memoizee's releases.

0.4.17 (2024-05-24)

Bug Fixes

  • Fix node version declaration (15ece26)

Comparison since last release

0.4.16 (2024-05-23)

Maintenance Improvements


Comparison since last release

Changelog

Sourced from memoizee's changelog.

0.4.17 (2024-05-24)

Bug Fixes

  • Fix node version declaration (15ece26)

0.4.16 (2024-05-23)

Maintenance Improvements

Commits
  • 6aa3746 chore: Release v0.4.17
  • 15ece26 chore: Fix node version declaration
  • d46aa99 chore: Release v0.4.16
  • cbc3d0d chore: Bump dependencies
  • d568b46 ci: Setup new CI configuration
  • fc7c7d2 chore: Ensure git-list-updated dependency
  • ec1ed44 chore: Setup git commit hooks
  • 4351cc5 test: Configure coverage script
  • 18663c1 chore: Improve lint scripts
  • fe3e492 style: Prettify
  • Additional commits viewable in compare view

Updates csv-parse from 5.5.5 to 5.5.6

Changelog

Sourced from csv-parse's changelog.

5.5.6 (2024-05-13)

Bug Fixes

  • csv-parse: skip event not raised with bom (fix #411) (1326351)
Commits
  • 6aadcac chore(release): publish
  • 53d62d4 test(csv-parse): on_skip validation
  • 1326351 fix(csv-parse): skip event not raised with bom (fix #411)
  • 7ca18b2 refactor(csv-parse): semi colon lint
  • 7d4961d test: skip test ability
  • 70fc026 docs(csv-parse): new cast sample
  • See full diff in compare view

Updates terser from 5.30.4 to 5.31.1

Changelog

Sourced from terser's changelog.

v5.31.1

  • Allow drop-unused to drop the whole assignment (not just the assigned name) in more situations, in order to avoid duplication of long strings.

v5.31.0

  • Sync up property mangler exceptions with current contents of Firefox and Chrome environments
  • Add more webcomponent properties to property mangler exceptions (#1525)
  • Drop non-nullish constants in ...spreads in objects (#1141)
Commits
  • 57ea592 5.31.1
  • cf57d77 fix normalization of AST_Sequence
  • 14cc291 avoid drop-unused leaving behind the contents of an assignment. Related to we...
  • 78d95b8 5.31.0
  • 98dbfbb update changelog
  • 14062bc sync domprops with Firefox 125 and Chrome 124
  • 4cd17bf fix more webcomponent mangling bugs (#1525)
  • d7e10df fix WebComponents mangling bug (#1524)
  • db932f0 object spread: also drop non-nullish constants (e.g. { ...true }) (#1141)
  • See full diff in compare view

Updates lightningcss from 1.24.1 to 1.25.1

Release notes

Sourced from lightningcss's releases.

v1.25.1

Fixes a property ordering bug when using the all shorthand.

v1.25.0

This release adds more granular options for CSS modules, implements some new CSS properties, and fixes bugs.

Added

  • Add granular options to control which identifiers are scoped in CSS modules. You can turn off scoping for grid, animation, and custom_idents. This may be useful when migrating from other tools. See docs. Thanks @​timneutkens! 83839a98dbe0000acbdf039d968f33e1e8c50277
  • Optimize the all shorthand property to reset other properties except direction and unicode-bidi. d7aeff3db67ee9d15e0fefce9251cf41c0b8ec44
  • Implement animation-timeline property and add support for it in the animation shorthand f4408c7bdbbfa2c4cbdf5731b351811a0323fa8c

Fixed

  • Prevent simplifying translate: none and scale: none which are distinct from translate: 0 and scale: 1. Thanks @​RobinMalfait! a4cc0246d28c364c0f4e16552685bd911444bdc5
  • Fix crash on box-shadow with currentColor keyword. Thanks @​magic-akari! 06ba62f6d1af563cd8ad31dba13844f434345720
  • Fix minifier removing zero channels in color() function to follow spec change 445def9a77f89aa612fecb2f776261fc2c9d8f66
  • Fix CSS module scoping with variables in animation shorthand fb4b33488cbf54ba063de8babb42aec016a96ce8
  • Update browser compatibility data ec9da43eeb1a236f5fd8dc472b3fe060c3db9a79
Commits
  • fa6c015 v1.25.1
  • 60622a1 fix order of properties with all shorthand
  • 81d21b9 v1.25.0
  • f4408c7 Implement animation-timeline property and add to animation shorthand
  • ec9da43 update browser compat data
  • fb4b334 fix CSS module scoping with variables
  • 83839a9 Add granular CSS Modules options (#739)
  • 445def9 fix minifying predefined color spaces
  • 7c34ba5 Merge branch 'master' of github.com:parcel-bundler/lightningcss
  • 4a168e9 fixup ast
  • Additional commits viewable in compare view

Updates imagemin from 8.0.1 to 9.0.0

Release notes

Sourced from imagemin's releases.

v9.0.0

Breaking

  • Require Node.js 18 0f2a0aa

Improvements

  • Update dependencies 0f2a0aa

imagemin/imagemin@v8.0.1...v9.0.0

Commits

Updates @types/imagemin from 8.0.5 to 9.0.0

Commits

Updates imagemin-pngquant from 9.0.2 to 10.0.0

Release notes

Sourced from imagemin-pngquant's releases.

v10.0.0

Breaking

  • Require Node.js 18 981b216
  • This package is now pure ESM. Please read this.
  • It now returns Uint8Array instead of Buffer 981b216
    • Buffer is a subclass of Uint8Array, so this only affects you if you use buffer-specific methods.
  • Removed support for streams 981b216

Improvements

imagemin/imagemin-pngquant@v9.0.2...v10.0.0

Commits

Updates imagemin-svgo from 10.0.1 to 11.0.1

Release notes

Sourced from imagemin-svgo's releases.

v11.0.1

  • Fix broken SVG check (#64) 0c37309

imagemin/imagemin-svgo@v11.0.0...v11.0.1

v11.0.0

Breaking

  • Require Node.js 18 69d8cea
  • Update svgo from v2 to v3

imagemin/imagemin-svgo@v10.0.1...v11.0.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 <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

…y with 10 updates

Bumps the production-dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [import-meta-resolve](https://github.com/wooorm/import-meta-resolve) | `4.0.0` | `4.1.0` |
| [joi](https://github.com/hapijs/joi) | `17.13.0` | `17.13.3` |
| [memoizee](https://github.com/medikoo/memoizee) | `0.4.15` | `0.4.17` |
| [csv-parse](https://github.com/adaltas/node-csv/tree/HEAD/packages/csv-parse) | `5.5.5` | `5.5.6` |
| [terser](https://github.com/terser/terser) | `5.30.4` | `5.31.1` |
| [lightningcss](https://github.com/parcel-bundler/lightningcss) | `1.24.1` | `1.25.1` |
| [imagemin](https://github.com/imagemin/imagemin) | `8.0.1` | `9.0.0` |
| [@types/imagemin](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/imagemin) | `8.0.5` | `9.0.0` |
| [imagemin-pngquant](https://github.com/imagemin/imagemin-pngquant) | `9.0.2` | `10.0.0` |
| [imagemin-svgo](https://github.com/imagemin/imagemin-svgo) | `10.0.1` | `11.0.1` |



Updates `import-meta-resolve` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/wooorm/import-meta-resolve/releases)
- [Commits](wooorm/import-meta-resolve@4.0.0...4.1.0)

Updates `joi` from 17.13.0 to 17.13.3
- [Commits](hapijs/joi@v17.13.0...v17.13.3)

Updates `memoizee` from 0.4.15 to 0.4.17
- [Release notes](https://github.com/medikoo/memoizee/releases)
- [Changelog](https://github.com/medikoo/memoizee/blob/main/CHANGELOG.md)
- [Commits](medikoo/memoizee@v0.4.15...v0.4.17)

Updates `csv-parse` from 5.5.5 to 5.5.6
- [Changelog](https://github.com/adaltas/node-csv/blob/master/packages/csv-parse/CHANGELOG.md)
- [Commits](https://github.com/adaltas/node-csv/commits/csv-parse@5.5.6/packages/csv-parse)

Updates `terser` from 5.30.4 to 5.31.1
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](terser/terser@v5.30.4...v5.31.1)

Updates `lightningcss` from 1.24.1 to 1.25.1
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
- [Commits](parcel-bundler/lightningcss@v1.24.1...v1.25.1)

Updates `imagemin` from 8.0.1 to 9.0.0
- [Release notes](https://github.com/imagemin/imagemin/releases)
- [Commits](imagemin/imagemin@v8.0.1...v9.0.0)

Updates `@types/imagemin` from 8.0.5 to 9.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/imagemin)

Updates `imagemin-pngquant` from 9.0.2 to 10.0.0
- [Release notes](https://github.com/imagemin/imagemin-pngquant/releases)
- [Commits](imagemin/imagemin-pngquant@v9.0.2...v10.0.0)

Updates `imagemin-svgo` from 10.0.1 to 11.0.1
- [Release notes](https://github.com/imagemin/imagemin-svgo/releases)
- [Commits](imagemin/imagemin-svgo@v10.0.1...v11.0.1)

---
updated-dependencies:
- dependency-name: import-meta-resolve
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: joi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: memoizee
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: csv-parse
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: terser
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: lightningcss
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: imagemin
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@types/imagemin"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: imagemin-pngquant
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: imagemin-svgo
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 24, 2024
Copy link

vercel bot commented Jun 24, 2024

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

Name Status Preview Comments Updated (UTC)
magefront ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 24, 2024 3:18am

Copy link

changeset-bot bot commented Jun 24, 2024

⚠️ No Changeset found

Latest commit: bd398d8

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 1, 2024

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

@dependabot dependabot bot closed this Jul 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-6ff04bbf13 branch July 1, 2024 03:16
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