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 minor-and-patch group across 1 directory with 11 updates #566

Open
wants to merge 1 commit into
base: recette
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps the minor-and-patch group with 11 updates in the / directory:

Package From To
@gouvfr/dsfr 1.9.1 1.13.0
@reduxjs/toolkit 2.2.0 2.5.0
@vitejs/plugin-react 4.3.1 4.3.4
axios 1.7.4 1.7.9
dayjs 1.11.10 1.11.13
react-datepicker 7.3.0 7.5.0
react-redux 9.1.0 9.2.0
react-select 5.8.0 5.9.0
react-tooltip 5.26.2 5.28.0
remixicon 4.1.0 4.5.0
web-vitals 4.2.2 4.2.4

Updates @gouvfr/dsfr from 1.9.1 to 1.13.0

Release notes

Sourced from @​gouvfr/dsfr's releases.

DSFR v1.13.0

🎉 AJOUT, ✨ ÉVOLUTION, 🐛 CORRECTIF, 🚫 SUPPRESSION 💥 BREAKING CHANGE : les changements de la structure HTML sont indiqués par cette icône, en gras, et souligné

🎨 Fondamentaux

Global

  • 🎉 Ajout de storybook #945
    • ajout d'un package storybook dans /dsfr-sb
    • ajout de stories dans le dossier template de chaque composant
    • accès au storybook en local dans le dossier /storybook généré via la commande yarn build-storybook depuis le dossier /dsfr-sb
  • ✨ Changement de structure #945
    • tous les dossiers de /src sont déplacés dans un sous-dossier dsfr
    • les dossiers module et i18n passent dans src
  • 🐛 Correction des valeurs en dur dans les templates #945
  • 🐛 Correction du nom du fichier utility.min.css dans le readme #1002
  • ✨ Ajout du type button aux boutons par défaut #1005
    • Mise à jour des exemples des modèles de pages analytics et page de connexion
    • Mise à jour des snippets d'exemple des composants : accordéon, alerte, fil d'ariane, bouton, bouton France Connect, carte, gestionnaire de consentement, paramètres d'affichage, champ de saisie, lettre d'information, navigation principale, menu latéral, onglets, tag, tuile et transcription
    • Remplacement de l'attribut type par variant dans le template du Bouton France Connect et ajoute le type button par défaut

Core

  • 🐛 Correction du retour du getter instance.node qui engendrait une boucle infinie #993
  • 🐛 Ajout d'un overflow auto sur le collapse pour éviter le passage des menus sous des éléments survolés ou le texte surligné #1023

Build

  • ✨ Mise à jour des dépendances
  • ✨ Évolution de la version de BrowserSync dans le package.json, permettant l'utilisation d'une version plus récente. Et retrait de browserSync des peerDependencies #997
  • Toute référence à polyfill-io a été retirée pour éviter une redirection vers ses noms de domaine qui ont été détournés #1038

Utility

  • 🎉 Ajout des classes utilitaires de bordure (couleur et épaisseur) #1013
  • 🎉 Ajout de pages d'exemples d'utilisation des classes utilitaires de background, de texte et de bordure #1013

🧩 Composants

Accordion - Accordéon

  • 🐛 Correction lorsque tous les disclosures d'un groupe avec l'attribut group="false" sont ouverts au chargement #1032

Radio rich - Bouton radio riche

  • ✨ Modification du bouton radio pour une version compacte du radio riche sans pictogramme #1047

Form – Formulaire

  • ✨ Ajout de la classe fr-message--warning et ajout d'exemples de messages dans la page d'exemple formulaire #1015

Header – En-tête

  • 🐛 Correction du focus croppé sur le header en mobile #1008
  • 🐛 Permet la duplication des attributs aria dans le menu mobile des accès rapides #976
  • 🐛 Retrait des sélecteurs d'enfants directs “>” pour éviter les problèmes lors de l'ajout de balises intermédiaires (cas de création de sous-composants) #1049

... (truncated)

Changelog

Sourced from @​gouvfr/dsfr's changelog.

🐛 fix: corrections diverses 1.13.0 [(#1054)](GouvernementFR/dsfr#1054)

  • Corrections mineures : legacy, storybook, analytics, ...

✨ feat(analytics): optimisation des créations d'instances [(#1055)](GouvernementFR/dsfr#1055)

  • La propriété isActionEnabled peut maintenant prendre la valeur reduce pour limiter la création d'instance de tracking aux éléments comportant l'attribut data-fr-analytics-action

v1.13.0 - 26 Novembre 2024

⬆️ chore(dependencies): mise à jour des dépendances npm [(#1052)](GouvernementFR/dsfr#1052)

  • bump cross-spawn from 7.0.3 to 7.0.6
  • bump micromatch from 4.0.5 to 4.0.8
  • bump semver from 7.3.5 to 7.6.2
  • bump ws from 7.5.9 to 7.5.10

✨ feat(table): supporte le comportement row-select via data attribute [(#1053)](GouvernementFR/dsfr#1053)

  • la sélection de ligne du tableau est implémentée via l'attribut data-fr-row-select="true" sur la case à cocher, le fonctionnement via l'attribut name="row-select" est déprécié.

✨ feat(colors) : page d'exemple utilitaires de couleurs [(#1013)](GouvernementFR/dsfr#1013)

  • Ajoute au build la generation d'un json des colors
  • Ajoute des classes utilitaire de bordure (couleur et épaisseur)
  • Ajoute des pages d'exemple d'utilisation des classes utilitaires des couleurs de background, texte et bordure
  • Ajoute une page d'exemple d'utilisation des classes utilitaires de largeur de bordures

🐛 fix(tile, navigation): retrait des sélecteur css ">" [(#1049)](GouvernementFR/dsfr#1049)

  • Retrait des selecteurs d'enfants directs pour éviter les problèmes lors de l'ajout de balises intermediaires (cas de création de sous composants)

🐛 fix(tab): correction de l'ombre au scroll en RTL [(#1051)](GouvernementFR/dsfr#1051)

  • Correction de l'ombre au scroll en direction RTL

🐛 fix(analytics): correction syntaxique documentation des actions [(#1043)](GouvernementFR/dsfr#1043)

  • Correction d'éléments manquants ou mal écrits dans la documentation analytics

🐛 fix(table): bordure disparait lors d'un rowspan en dernière position [(#1041)](GouvernementFR/dsfr#1041)

  • Correction de la bordure lorsqu'un rowspan est en dernière position

✨ feat(radio): radio riche sans pictogramme compact [(#1047)](GouvernementFR/dsfr#1047)

  • modification du bouton radio pour une version compacte du radio riche sans pictogramme

✨ feat: ajout de storybook & restructuration [(#945)](GouvernementFR/dsfr#945)

... (truncated)

Commits
  • 0509e56 🔖 chore(*): DSFR v1.13.0
  • 87e1100 🚀 chore(*): changelog v1.13.0 (#1056)
  • 28809e5 🐛 fix: corrections diverses 1.13.0 (#1054)
  • a006496 ✨ feat(analytics): optimisation des créations d'instances (#1055)
  • 68ad2ce ⬆️ chore(dependencies): mise à jour des dépendances npm (#1052)
  • da2a973 ✨ feat(table): supporte le comportement row-select via data attribute (#1053)
  • a11427c ✨ feat(colors) : page d'exemple utilitaires de couleurs [DS-2763] (#1013)
  • 2bf3ed9 🐛 fix(tile, navigation): retrait des sélecteur css ">" (#1049)
  • ffbed46 🐛 fix(tab): correction de l'ombre au scroll en RTL (#1051)
  • f67153c 🐛 fix(analytics): correction syntaxique documentation des actions (#1043)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by keryans, a new releaser for @​gouvfr/dsfr since your current version.


Updates @reduxjs/toolkit from 2.2.0 to 2.5.0

Release notes

Sourced from @​reduxjs/toolkit's releases.

v2.5.0

This feature release updates the React peer dependency to work with React 19, and fixes an additional skip token issue.

Changelog

React 19 Compat

React 19 was just released! We've updated our peer dep to accept React 19, and updated our runtime and type tests to check against both React 18 and 19.

Also see React-Redux v9.2.0 for the same peer dep update.

Other Fixes

We previously fixed an issue with the RTKQ core where serializeQueryArgs callbacks could be called with skipToken, potentially leading to errors. We've fixed an additional location in the useQuery hooks where that could happen as well.

What's Changed

Full Changelog: reduxjs/redux-toolkit@v2.4.0...v2.5.0

v2.4.0

This feature release includes multiple tweaks and fixes to RTK Query functionality, additional exported TS types, and drops support for TS versions earlier than 5.0.

Changelog

RTK Query Improvements

Lazy query hooks can now be reset.

retry.fail now accepts meta as a second argument.

Tag invalidation arrays now ignore nullish values.

We did some small internal refactoring around Maps and default values that shrank bundle size slightly.

Bugfixes

Passing skipToken to a query hook now bails out before running any other logic, which fixes cases where serializeQueryArgs previously threw an error because there were no args to process.

The autoBatchEnhancer now reads window.requestAnimationFrame later, which it to work properly with Jest fake timers.

We fixed cases where the hook result isSuccess flag would briefly flicker to false when switched to a different cache entry that was uninitialized, and would briefly flicker to true when refetching a query that previously errored.

The listener middleware previously had inconsistent logic checks for comparing against existing listener entries (effect + type, vs effect only). It now always checks both effect + type.

Additional TS Types

... (truncated)

Commits

Updates @vitejs/plugin-react from 4.3.1 to 4.3.4

Release notes

Sourced from @​vitejs/plugin-react's releases.

v4.3.4

Add Vite 6 to peerDependencies range

Vite 6 is highly backward compatible, not much to add!

Force Babel to output spec compliant import attributes #386

The default was an old spec (with type: "json"). We now enforce spec compliant (with { type: "json" })

v4.3.3

React Compiler runtimeModule option removed

React Compiler was updated to accept a target option and runtimeModule was removed. vite-plugin-react will still detect runtimeModule for backwards compatibility.

When using a custom runtimeModule or target !== '19', the plugin will not try to pre-optimize react/compiler-runtime dependency.

The react-compiler-runtime is now available on npm can be used instead of the local shim for people using the compiler with React < 19.

Here is the configuration to use the compiler with React 18 and correct source maps in development:

npm install babel-plugin-react-compiler react-compiler-runtime @babel/plugin-transform-react-jsx-development
export default defineConfig(({ command }) => {
  const babelPlugins = [['babel-plugin-react-compiler', { target: '18' }]]
  if (command === 'serve') {
    babelPlugins.push(['@babel/plugin-transform-react-jsx-development', {}])
  }
return {
plugins: [react({ babel: { plugins: babelPlugins } })],
}
})

v4.3.2

Ignore directive sourcemap error #369

Changelog

Sourced from @​vitejs/plugin-react's changelog.

4.3.4 (2024-11-26)

Add Vite 6 to peerDependencies range

Vite 6 is highly backward compatible, not much to add!

Force Babel to output spec compliant import attributes #386

The default was an old spec (with type: "json"). We now enforce spec compliant (with { type: "json" })

4.3.3 (2024-10-19)

React Compiler runtimeModule option removed

React Compiler was updated to accept a target option and runtimeModule was removed. vite-plugin-react will still detect runtimeModule for backwards compatibility.

When using a custom runtimeModule or target !== '19', the plugin will not try to pre-optimize react/compiler-runtime dependency.

The react-compiler-runtime is now available on npm can be used instead of the local shim for people using the compiler with React < 19.

Here is the configuration to use the compiler with React 18 and correct source maps in development:

npm install babel-plugin-react-compiler react-compiler-runtime @babel/plugin-transform-react-jsx-development
export default defineConfig(({ command }) => {
  const babelPlugins = [['babel-plugin-react-compiler', { target: '18' }]]
  if (command === 'serve') {
    babelPlugins.push(['@babel/plugin-transform-react-jsx-development', {}])
  }
return {
plugins: [react({ babel: { plugins: babelPlugins } })],
}
})

4.3.2 (2024-09-29)

Ignore directive sourcemap error #369

Commits

Updates axios from 1.7.4 to 1.7.9

Release notes

Sourced from axios's releases.

Release v1.7.9

Release notes:

Reverts

Contributors to this release

Release v1.7.8

Release notes:

Bug Fixes

  • allow passing a callback as paramsSerializer to buildURL (#6680) (eac4619)
  • core: fixed config merging bug (#6668) (5d99fe4)
  • fixed width form to not shrink after 'Send Request' button is clicked (#6644) (7ccd5fd)
  • http: add support for File objects as payload in http adapter (#6588) (#6605) (6841d8d)
  • http: fixed proxy-from-env module import (#5222) (12b3295)
  • http: use globalThis.TextEncoder when available (#6634) (df956d1)
  • ios11 breaks when build (#6608) (7638952)
  • types: add missing types for mergeConfig function (#6590) (00de614)
  • types: export CJS types from ESM (#6218) (c71811b)
  • updated stream aborted error message to be more clear (#6615) (cc3217a)
  • use URL API instead of DOM to fix a potential vulnerability warning; (#6714) (0a8d6e1)

Contributors to this release

Release v1.7.7

Release notes:

Bug Fixes

... (truncated)

Changelog

Sourced from axios's changelog.

1.7.9 (2024-12-04)

Reverts

Contributors to this release

1.7.8 (2024-11-25)

Bug Fixes

  • allow passing a callback as paramsSerializer to buildURL (#6680) (eac4619)
  • core: fixed config merging bug (#6668) (5d99fe4)
  • fixed width form to not shrink after 'Send Request' button is clicked (#6644) (7ccd5fd)
  • http: add support for File objects as payload in http adapter (#6588) (#6605) (6841d8d)
  • http: fixed proxy-from-env module import (#5222) (12b3295)
  • http: use globalThis.TextEncoder when available (#6634) (df956d1)
  • ios11 breaks when build (#6608) (7638952)
  • types: add missing types for mergeConfig function (#6590) (00de614)
  • types: export CJS types from ESM (#6218) (c71811b)
  • updated stream aborted error message to be more clear (#6615) (cc3217a)
  • use URL API instead of DOM to fix a potential vulnerability warning; (#6714) (0a8d6e1)

Contributors to this release

1.7.7 (2024-08-31)

... (truncated)

Commits

Updates dayjs from 1.11.10 to 1.11.13

Release notes

Sourced from dayjs's releases.

v1.11.13

1.11.13 (2024-08-20)

Bug Fixes

  • customParseFormat supports Q quter / w ww weekOfYear (#2705) (8ca74f1)

v1.11.12

1.11.12 (2024-07-18)

Bug Fixes

v1.11.11

1.11.11 (2024-04-28)

Bug Fixes

Changelog

Sourced from dayjs's changelog.

1.11.13 (2024-08-20)

Bug Fixes

  • customParseFormat supports Q quter / w ww weekOfYear (#2705) (8ca74f1)

1.11.12 (2024-07-18)

Bug Fixes

1.11.11 (2024-04-28)

Bug Fixes

Commits

Updates react-datepicker from 7.3.0 to 7.5.0

Release notes

Sourced from react-datepicker's releases.

7.5.0

What's Changed

New Contributors

Full Changelog: Hacker0x01/react-datepicker@v7.4.0...v7.5.0

7.4.0

What's Changed

New Contributors

Full Changelog: Hacker0x01/react-datepicker@v7.3.0...v7.4.0

Commits
  • d37f271 7.5.0
  • ca79270 Merge pull request #5160 from Hacker0x01/dependabot/npm_and_yarn/types/react-...
  • 31a37d9 Merge pull request #5161 from Hacker0x01/dependabot/npm_and_yarn/babel/eslint...
  • 80b7a27 Merge pull request #5162 from Hacker0x01/dependabot/npm_and_yarn/babel/preset...
  • 352de5d chore(deps-dev): bump @​babel/preset-react from 7.24.7 to 7.25.7
  • 300bea2 chore(deps-dev): bump @​babel/eslint-parser from 7.25.1 to 7.25.8
  • 3e8533b chore(deps-dev): bump @​types/react-dom from 18.3.0 to 18.3.1
  • b6ed96f Merge pull request #5153 from Hacker0x01/dependabot/npm_and_yarn/typescript-5...
  • b6b010e chore(deps-dev): bump typescript from 5.5.4 to 5.6.3
  • b1fcedf Merge pull request #5151 from qburst/issue-5147/fix/date-navigation-issue
  • Additional commits viewable in compare view

Updates react-redux from 9.1.0 to 9.2.0

Release notes

Sourced from react-redux's releases.

v9.2.0

This feature release updates the React peer dependency to work with React 19, and improves treeshakeability of our build artifacts.

Changelog

React 19 Compat

React 19 was just released! We've updated our peer dep to accept React 19, and updated our runtime and type tests to check against both React 18 and 19.

Also see Redux Toolkit v2.5.0 for the same peer dep update.

Treeshaking

We've done some nitty-gritty optimization work to ensure bundlers correctly treeshake unused parts of the bundle.

What's Changed

Full Changelog: reduxjs/react-redux@v9.1.2...v9.2.0

v9.1.2

This bugfix release removes the no-longer-necessary peer dependency on react-native, and tweaks a few TS types for compat with the upcoming React 19 release.

Changes

React Native Peer Dependency Removed

We've always had an awkward peer dependency on both ReactDOM and React Native, because of the need to import the unstable_batchedUpdates API directly from each reconciler. That's part of what led to the sequence of 9.x patch releases to deal with RN compat.

As of 9.0.3, we dropped the batching imports completely, since React 18 now batches by default. That means we didn't even have any remaining imports from react-native.

Meanwhile, React 18.3 just came out, but so did React Native 0.74. RN 0.74 still requires React 18.2.

This caused NPM users to have installation failures when trying to use React-Redux:

  • React-Redux has a peer dep on RN
  • RN has a peer dep on React 18.2
  • But the latest React, 18.3 would get installed in the app
  • NPM errors with a peer dep mismatch

We no longer need to list RN as a peer dep, and dropping that also fixes the NPM installation issues as well.

What's Changed

... (truncated)

Commits

…1 updates

Bumps the minor-and-patch group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@gouvfr/dsfr](https://github.com/GouvernementFR/dsfr) | `1.9.1` | `1.13.0` |
| [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) | `2.2.0` | `2.5.0` |
| [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `4.3.1` | `4.3.4` |
| [axios](https://github.com/axios/axios) | `1.7.4` | `1.7.9` |
| [dayjs](https://github.com/iamkun/dayjs) | `1.11.10` | `1.11.13` |
| [react-datepicker](https://github.com/Hacker0x01/react-datepicker) | `7.3.0` | `7.5.0` |
| [react-redux](https://github.com/reduxjs/react-redux) | `9.1.0` | `9.2.0` |
| [react-select](https://github.com/JedWatson/react-select) | `5.8.0` | `5.9.0` |
| [react-tooltip](https://github.com/ReactTooltip/react-tooltip) | `5.26.2` | `5.28.0` |
| [remixicon](https://github.com/Remix-Design/remixicon) | `4.1.0` | `4.5.0` |
| [web-vitals](https://github.com/GoogleChrome/web-vitals) | `4.2.2` | `4.2.4` |



Updates `@gouvfr/dsfr` from 1.9.1 to 1.13.0
- [Release notes](https://github.com/GouvernementFR/dsfr/releases)
- [Changelog](https://github.com/GouvernementFR/dsfr/blob/main/CHANGELOG.md)
- [Commits](GouvernementFR/dsfr@v1.9.1...v1.13.0)

Updates `@reduxjs/toolkit` from 2.2.0 to 2.5.0
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](reduxjs/redux-toolkit@v2.2.0...v2.5.0)

Updates `@vitejs/plugin-react` from 4.3.1 to 4.3.4
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.3.4/packages/plugin-react)

Updates `axios` from 1.7.4 to 1.7.9
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.4...v1.7.9)

Updates `dayjs` from 1.11.10 to 1.11.13
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.13/CHANGELOG.md)
- [Commits](iamkun/dayjs@v1.11.10...v1.11.13)

Updates `react-datepicker` from 7.3.0 to 7.5.0
- [Release notes](https://github.com/Hacker0x01/react-datepicker/releases)
- [Commits](Hacker0x01/react-datepicker@v7.3.0...v7.5.0)

Updates `react-redux` from 9.1.0 to 9.2.0
- [Release notes](https://github.com/reduxjs/react-redux/releases)
- [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md)
- [Commits](reduxjs/react-redux@v9.1.0...v9.2.0)

Updates `react-select` from 5.8.0 to 5.9.0
- [Release notes](https://github.com/JedWatson/react-select/releases)
- [Changelog](https://github.com/JedWatson/react-select/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/JedWatson/react-select/compare/[email protected]@5.9.0)

Updates `react-tooltip` from 5.26.2 to 5.28.0
- [Release notes](https://github.com/ReactTooltip/react-tooltip/releases)
- [Changelog](https://github.com/ReactTooltip/react-tooltip/blob/master/CHANGELOG.md)
- [Commits](ReactTooltip/react-tooltip@v5.26.2...v5.28.0)

Updates `remixicon` from 4.1.0 to 4.5.0
- [Release notes](https://github.com/Remix-Design/remixicon/releases)
- [Commits](Remix-Design/RemixIcon@v4.1.0...v4.5.0)

Updates `web-vitals` from 4.2.2 to 4.2.4
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
- [Commits](GoogleChrome/web-vitals@v4.2.2...v4.2.4)

---
updated-dependencies:
- dependency-name: "@gouvfr/dsfr"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@reduxjs/toolkit"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@vitejs/plugin-react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: dayjs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: react-datepicker
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: react-redux
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: react-select
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: react-tooltip
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: remixicon
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: web-vitals
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 16, 2024
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.

0 participants