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 dev-minor-dependencies group with 9 updates #7668

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 11, 2025

Bumps the dev-minor-dependencies group with 9 updates:

Package From To
@aws-sdk/client-s3 3.738.0 3.744.0
compression 1.7.5 1.8.0
jotai 2.11.2 2.12.0
leaflet.gridlayer.googlemutant 0.14.1 0.15.0
react-image-gallery 1.3.0 1.4.0
react-router 7.1.1 7.1.5
postcss 8.5.1 8.5.2
prettier 3.4.2 3.5.0
sass 1.83.4 1.84.0

Updates @aws-sdk/client-s3 from 3.738.0 to 3.744.0

Release notes

Sourced from @​aws-sdk/client-s3's releases.

v3.744.0

3.744.0(2025-02-07)

Chores
New Features
  • clients: update client endpoints as of 2025-02-07 (abfb6eab)
  • client-ecr: Adds support to handle the new basic scanning daily quota. (07297d32)
  • client-transcribe: This release adds support for the Clinical Note Template Customization feature for the AWS HealthScribe APIs within Amazon Transcribe. (91fce740)
  • client-transcribe-streaming: This release adds support for the Clinical Note Template Customization feature for the AWS HealthScribe Streaming APIs within Amazon Transcribe. (d338b705)
  • client-pi: Adds documentation for dimension groups and dimensions to analyze locks for Database Insights. (94f7ccb9)
  • client-eks: Introduce versionStatus field to take place of status field in EKS DescribeClusterVersions API (5b421306)
  • client-mediaconvert: This release adds support for Animated GIF output, forced chroma sample positioning metadata, and Extensible Wave Container format (5f0e21d8)

For list of updated packages, view updated-packages.md in assets-3.744.0.zip

v3.743.0

3.743.0(2025-02-06)

Chores
  • util-endpoints: update aws partitions.json (f4a25aef)
  • endpoints: update endpoints model (93ab6884)
  • models: update API models (82b00d0e)
New Features
  • client-cloudformation: We added 5 new stack refactoring APIs: CreateStackRefactor, ExecuteStackRefactor, ListStackRefactors, DescribeStackRefactor, ListStackRefactorActions. (0eb8c573)
  • client-s3: Updated list of the valid AWS Region values for the LocationConstraint parameter for general purpose buckets. (794f4b5c)
  • client-cost-optimization-hub: This release enables AWS Cost Optimization Hub to show cost optimization recommendations for Amazon Auto Scaling Groups, including those with single and mixed instance types. (57c15254)
  • client-connectcases: This release adds the ability to conditionally require fields on a template. Check public documentation for more information. (83f73550)

For list of updated packages, view updated-packages.md in assets-3.743.0.zip

v3.742.1

3.742.1(2025-02-05)

Documentation Changes
  • client-rds: Documentation updates to clarify the description for the parameter AllocatedStorage for the DB cluster data type, the description for the parameter DeleteAutomatedBackups for the DeleteDBCluster API operation, and removing an outdated note for the CreateDBParameterGroup API operation. (ba6ad0a6)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-s3's changelog.

3.744.0 (2025-02-07)

Note: Version bump only for package @​aws-sdk/client-s3

3.743.0 (2025-02-06)

Features

  • client-s3: Updated list of the valid AWS Region values for the LocationConstraint parameter for general purpose buckets. (794f4b5)

3.741.0 (2025-02-03)

Note: Version bump only for package @​aws-sdk/client-s3

3.740.0 (2025-01-31)

Note: Version bump only for package @​aws-sdk/client-s3

Commits

Updates compression from 1.7.5 to 1.8.0

Release notes

Sourced from compression's releases.

v1.8.0

What's Changed

New Contributors

Full Changelog: expressjs/compression@1.7.5...v1.8.0

Changelog

Sourced from compression's changelog.

1.8.0 / 2025-02-10

  • Use res.headersSent when available
  • Replace _implicitHeader with writeHead property
  • add brotli support for versions of node that support it
  • Add the enforceEncoding option for requests without Accept-Encoding header
Commits
Maintainer changes

This version was pushed to npm by wesleytodd, a new releaser for compression since your current version.


Updates jotai from 2.11.2 to 2.12.0

Release notes

Sourced from jotai's releases.

v2.12.0

This introduces a significant change in the history of Jotai development. The Jotai core aims to remain minimal while supporting the growth of the ecosystem. It now exposes some internal functions for the ecosystem.

For library authors, please make sure to pin the jotai package version if you rely on these internal functions.

Huge thanks to @​dmaskasky for helping finalize the API.

What's Changed

Full Changelog: pmndrs/jotai@v2.11.3...v2.12.0

v2.11.3

Unfortunately, we encountered another regression with the v2.11 rearchitecture. We hope there are no more issues, but we can't be sure if it's stable unless no more are reported. Please give it a try and let us know if you find anything!

What's Changed

Full Changelog: pmndrs/jotai@v2.11.2...v2.11.3

Commits
  • 6b15d22 2.12.0
  • e796fbe chore: update dev dependencies (#2981)
  • 253e9bd feat(core): expose internals instead of unstable_derive (#2911)
  • 72c1144 chore(package.json): reorder 'fix' scripts to run 'lint' before 'format' (#2976)
  • 2db9769 add pnpm run fix script and update pr template (#2975)
  • 4fcad98 chore(*): remove duplicate 'test-build:spec', replace with 'test:spec' (#2973)
  • 6cec9b4 chore(*): replace 'pnpm <command>' with 'pnpm run <command>' (#2971)
  • 48b6726 docs: update CONTRIBUTING.md (#2935)
  • a8409a9 2.11.3
  • 644ba5e fix(store): recompute dependents on eager evaluation in writeAtomState (#2965)
  • See full diff in compare view

Updates leaflet.gridlayer.googlemutant from 0.14.1 to 0.15.0

Changelog

Sourced from leaflet.gridlayer.googlemutant's changelog.

v0.15.0

  • Hybrid mode now uses just one image node per tile (instead of aerial tile + transparent overlay tile)
  • Rename *.js to *.mjs
Commits

Updates react-image-gallery from 1.3.0 to 1.4.0

Release notes

Sourced from react-image-gallery's releases.

React 19 and esm support

Release:

#813

Commits

Updates react-router from 7.1.1 to 7.1.5

Release notes

Sourced from react-router's releases.

v.7.1.5

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v715

v7.1.4

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v714

v7.1.3

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v713

v7.1.2

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v712

Changelog

Sourced from react-router's changelog.

7.1.5

Patch Changes

  • Fix regression introduced in 7.1.4 via #12800 that caused issues navigating to hash routes inside splat routes for applications using Lazy Route Discovery (patchRoutesOnNavigation) (#12927)

7.1.4

Patch Changes

  • Internal reorg to clean up some duplicated route module types (#12799)
  • Properly handle status codes that cannot have a body in single fetch responses (204, etc.) (#12760)
  • Stop erroring on resource routes that return raw strings/objects and instead serialize them as text/plain or application/json responses (#12848)
    • This only applies when accessed as a resource route without the .data extension
    • When accessed from a Single Fetch .data request, they will still be encoded via turbo-stream
  • Optimize Lazy Route Discovery path discovery to favor a single querySelectorAll call at the body level instead of many calls at the sub-tree level (#12731)
  • Properly bubble headers as errorHeaders when throwing a data() result (#12846)
    • Avoid duplication of Set-Cookie headers could be duplicated if also returned from headers
  • Optimize route matching by skipping redundant matchRoutes calls when possible (#12800)

7.1.3

No changes

7.1.2

Patch Changes

  • Fix issue with fetcher data cleanup in the data layer on fetcher unmount (#12681)

  • Do not rely on symbol for filtering out redirect responses from loader data (#12694)

    Previously, some projects were getting type checking errors like:

    error TS4058: Return type of exported function has or is using name 'redirectSymbol' from external module "node_modules/..." but cannot be named.

    Now that symbols are not used for the redirect response type, these errors should no longer be present.

Commits

Updates postcss from 8.5.1 to 8.5.2

Release notes

Sourced from postcss's releases.

8.5.2

Changelog

Sourced from postcss's changelog.

8.5.2

Commits

Updates prettier from 3.4.2 to 3.5.0

Release notes

Sourced from prettier's releases.

3.5.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.5.0

diff

🔗 Release Notes

Commits

Updates sass from 1.83.4 to 1.84.0

Changelog

Sourced from sass's changelog.

1.84.0

  • Allow newlines in whitespace in the indented syntax.

  • Potentially breaking bug fix: Selectors with unmatched brackets now always produce a parser error. Previously, some edge cases like [foo#{"]:is(bar"}) {a: b} would compile without error, but this was an unintentional bug.

  • Fix a bug in which various Color Level 4 functions weren't allowed in plain CSS.

  • Fix the error message for @extend without a selector and possibly other parsing edge-cases in contexts that allow interpolation.

Embedded Host

  • Fixed the implementation of the SassBoolean type to adhere to the spec, now using a class instead of an interface.
Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
react-router [>= 6.a, < 7]
prettier [>= 2.8.a, < 2.9]

You can trigger a rebase of this PR 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 dev-minor-dependencies group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.738.0` | `3.744.0` |
| [compression](https://github.com/expressjs/compression) | `1.7.5` | `1.8.0` |
| [jotai](https://github.com/pmndrs/jotai) | `2.11.2` | `2.12.0` |
| [leaflet.gridlayer.googlemutant](https://gitlab.com/IvanSanchez/Leaflet.GridLayer.GoogleMutant) | `0.14.1` | `0.15.0` |
| [react-image-gallery](https://github.com/xiaolin/react-image-gallery) | `1.3.0` | `1.4.0` |
| [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `7.1.1` | `7.1.5` |
| [postcss](https://github.com/postcss/postcss) | `8.5.1` | `8.5.2` |
| [prettier](https://github.com/prettier/prettier) | `3.4.2` | `3.5.0` |
| [sass](https://github.com/sass/dart-sass) | `1.83.4` | `1.84.0` |


Updates `@aws-sdk/client-s3` from 3.738.0 to 3.744.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.744.0/clients/client-s3)

Updates `compression` from 1.7.5 to 1.8.0
- [Release notes](https://github.com/expressjs/compression/releases)
- [Changelog](https://github.com/expressjs/compression/blob/master/HISTORY.md)
- [Commits](expressjs/compression@1.7.5...1.8.0)

Updates `jotai` from 2.11.2 to 2.12.0
- [Release notes](https://github.com/pmndrs/jotai/releases)
- [Commits](pmndrs/jotai@v2.11.2...v2.12.0)

Updates `leaflet.gridlayer.googlemutant` from 0.14.1 to 0.15.0
- [Changelog](https://gitlab.com/IvanSanchez/Leaflet.GridLayer.GoogleMutant/blob/master/CHANGELOG)
- [Commits](https://gitlab.com/IvanSanchez/Leaflet.GridLayer.GoogleMutant/commits/master)

Updates `react-image-gallery` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/xiaolin/react-image-gallery/releases)
- [Commits](xiaolin/react-image-gallery@v1.3.0...v1.4.0)

Updates `react-router` from 7.1.1 to 7.1.5
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router@7.1.5/packages/react-router)

Updates `postcss` from 8.5.1 to 8.5.2
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.1...8.5.2)

Updates `prettier` from 3.4.2 to 3.5.0
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.4.2...3.5.0)

Updates `sass` from 1.83.4 to 1.84.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.83.4...1.84.0)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-s3"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-minor-dependencies
- dependency-name: compression
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-minor-dependencies
- dependency-name: jotai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-minor-dependencies
- dependency-name: leaflet.gridlayer.googlemutant
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-minor-dependencies
- dependency-name: react-image-gallery
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-minor-dependencies
- dependency-name: react-router
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-minor-dependencies
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-minor-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-minor-dependencies
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-minor-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 11, 2025
@mfacar mfacar merged commit db49a02 into development Feb 12, 2025
17 checks passed
@mfacar mfacar deleted the dependabot/npm_and_yarn/dev-minor-dependencies-7cff2f5a74 branch February 12, 2025 20:21
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.

1 participant