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

[Snyk] Upgrade ra-i18n-polyglot from 4.15.1 to 4.16.16 #5

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

Conversation

michael-moussaoui
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade ra-i18n-polyglot from 4.15.1 to 4.16.16.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 17 versions ahead of your current version.

  • The recommended version was released a month ago, on 2024-04-23.

Release notes
Package name: ra-i18n-polyglot
  • 4.16.16 - 2024-04-23
    • Fix <Admin requireAuth> forbids access to custom routes with no layout (#9786) (fzaninotto)
    • [Doc] Add Soul data provider (#9776) (fzaninotto)
    • [Doc] Update third-party Inputs to add link to Google Places AutocompleteInput (#9771) (quentin-decre)
    • [Doc] Update <Search> and <SearchWithResult> to introduce queryOptions (#9779) (erwanMarmelab)
    • [Doc] Update RBAC to better explain the difference between the built-in actions (#9766) (slax57)
    • [Doc] Fix <SimpleForm> has wrong import for <RichTextInput> (#9775) (anthonycmain)
    • [Doc] Fix <RichTextInput> typo on TipTap (#9759) (adguernier)
    • [Doc] Update <JsonSchemaForm> to add details about available widgets (#9758) (adguernier)
    • [TypeScript] Fix warning in create-react-admin (#9728) (hbendev)
  • 4.16.15 - 2024-04-05
  • 4.16.12 - 2024-03-01
    • Fix support for readOnly on all RA Inputs (#9656) (erwanMarmelab)
    • Fix AutocompleteInput ignores TextFieldProps (#9681) (fzaninotto)
    • Fix <ArrayInput> should keep error state on children after unmount (#9677) (sweco-sedalh)
    • Fix <SortButton> should use the provided resource prop to build its label (#9694) (slax57)
    • Fix <ReferenceInput> throws a recoverable error in production (#9690) (fzaninotto)
    • [chore] Fix vulnerable dev dependency ip (#9673) (fzaninotto)
    • [Doc] Mention the Multi-column sorting feature of <DatagridAG> (#9674) (slax57)
    • [Doc] Fix typo in example showing custom CSV export (#9671) (kav)
  • 4.16.11 - 2024-02-16
    • Fix <FilterForm> ignores key prop on children (#9588) (Dreamsorcerer)
    • [Demo] Fix missing tags field in simple example fake dataset raises a warning (#9660) (slax57)
    • [chore] Remove unused dependency on wait-on (#9663) (slax57)
    • [Doc] Add video tutorial to the Datagrid doc (#9666) (fzaninotto)
    • [Doc] Update Datagrid documentation regarding preferenceKey (#9649) (erwanMarmelab)
    • [Doc] Fix typo in Caching documentation (#9667) (n-kulic)
  • 4.16.10 - 2024-02-09
    • Fix DeleteWithConfirmButton raises an error when the record is not loaded (#9636) (fzaninotto)
    • Fix field label translation concatenates previous prefix (#9648) (adguernier)
    • Fix <ReferenceInput> accepts a validate prop while it should not (#9637) (fzaninotto)
    • [TypeScript] Fix some strict null checks errors in core (#9644) (fzaninotto)
    • [Doc] Add video tutorial for the <Admin> component (#9641) (fzaninotto)
    • [Doc] Update <AccordionForm> and <AccordionFormPanel> docs (#9646) (erwanMarmelab)
    • [Doc] Update DateInput, TimeInput, and DateTimeInput chapters to mention MUI variant (#9631) (erwanMarmelab)
    • [Doc] Update docs for <Breadcrumb> (#9640) (erwanMarmelab)
    • [Doc] Add screencasts and screenshot to <EditableDatagrid> docs (#9633) (erwanMarmelab)
    • [Doc] Add warning about using setFilters with other callbacks (#9639) (fzaninotto)
    • [Doc] Fix example code for sending files in Base64 (#9647) (davidhenley)
    • [Doc] Fix authProvider images (#9654) (erwanMarmelab)
    • [Doc] Fix dataproviders images (#9653) (djhi)
    • [Doc] Fix code example in the Usage section of <SaveButton> is broken (#9651) (slax57)
  • 4.16.9 - 2024-02-02
  • 4.16.8 - 2024-01-26
  • 4.16.7 - 2024-01-19
  • 4.16.6 - 2024-01-12
  • 4.16.5 - 2024-01-05
  • 4.16.3 - 2023-12-15
  • 4.16.2 - 2023-12-04
  • 4.16.1 - 2023-11-24
  • 4.16.0 - 2023-11-17
  • 4.15.5 - 2023-11-17
  • 4.15.4 - 2023-11-10
  • 4.15.2 - 2023-10-27
  • 4.15.1 - 2023-10-20
from ra-i18n-polyglot GitHub release notes
Commit messages
Package name: ra-i18n-polyglot
  • 91bf61e v4.16.16
  • 8ed1f0f Prepare changelog for v4.16.16
  • a2746b4 Merge pull request #9786 from marmelab/fix-anonymous-access-custom-routes
  • 1816aa1 Fix `<Admin requireAuth>` forbids access to custom routes with no layout
  • 6b78433 [Doc] Add video tutorial to Next.js installation instructions
  • aa00a69 Merge pull request #9779 from marmelab/update-rasearch-doc
  • e362c3e update raSearch doc for `<Search>` and `<SearchWithResult>`
  • a7f4ca4 Merge pull request #9776 from marmelab/data-provider-soul
  • 840e8b6 [Doc] Add Soul data provider
  • bfa847b Merge pull request #9775 from anthonycmain/patch-1
  • f6331ba [no ci] apply changes from code review
  • e152686 Update SimpleForm.md
  • 3214e91 Merge pull request #9728 from hbendev/patch-1
  • 2862ad1 [Doc] Replace screenshot by screencast for note-taking app demo
  • eafd47a Merge pull request #9772 from marmelab/update-ra-ee-links
  • 71d8a5d Remove internal hook documentation
  • 612ad6f Apply suggestions from code review
  • 8115145 Merge pull request #9771 from quentin-decre/patch-1
  • 832b659 Fix assets links
  • 8cf25fd Fix modules links
  • 34e18b1 Fix demo links
  • 6617564 Update all react-admin enterprise edition links in the documentation
  • 5a07b02 doc(input): withGoogleMapsPlacesResource gist link added to Inputs documentation
  • 7a3ab48 Merge pull request #9766 from marmelab/rbac-doc-action

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Note: This is a default PR template raised by Snyk. Find out more about how you can customise Snyk PRs in our documentation.

Snyk has created this PR to upgrade ra-i18n-polyglot from 4.15.1 to 4.16.16.

See this package in npm:
ra-i18n-polyglot

See this project in Snyk:
https://app.snyk.io/org/michael.moussaoui/project/fe77cfd8-5fd1-4264-af03-e4c623ebca7d?utm_source=github&utm_medium=referral&page=upgrade-pr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants