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 friendsofsymfony/jsrouting-bundle from 2.8.0 to 3.5.0 #991

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps friendsofsymfony/jsrouting-bundle from 2.8.0 to 3.5.0.

Release notes

Sourced from friendsofsymfony/jsrouting-bundle's releases.

Miscellaneous features and fixes

What's Changed

New Contributors

Full Changelog: FriendsOfSymfony/FOSJsRoutingBundle@3.4.1...3.5.0

Switch back to webpack-inject-plugin, but newer version

No release notes provided.

Symfony 7, remove webpack-inject-plugin dependency

Allow Symfony 7.0 (FriendsOfSymfony/FOSJsRoutingBundle#471) fix: remove webpack-inject-plugin dependency (FriendsOfSymfony/FOSJsRoutingBundle#464) Docs only: remove $ so gitclip works (FriendsOfSymfony/FOSJsRoutingBundle#472) Docs only: Update console note (FriendsOfSymfony/FOSJsRoutingBundle#463)

Some minor deprecations and reworks

Bugfix for webpack plugin

No release notes provided.

3.2.0

[BC break] Use Symfony Flex default path. Will break if you're still using the web directory and not defining the path Add webpack plugin to automatically load the routes with no user interactions Changed ExposedRoutesExtractor to handle mkdir warnings Handle nullable route defaults Fix Symfony 6.1 deprecations

Update dependency and fix code style

Allow willdurand/jsonp-callback-validator v2 (#430) Use latest PHP 8.0 features (#432)

Add explicit defaults inclusion when generating URL

No release notes provided.

Allow Symfony 6, migrate to Typescript, drop support for SF<5.4 and PHP<8.0

... (truncated)

Changelog

Sourced from friendsofsymfony/jsrouting-bundle's changelog.

v3.5.0 - 2024-01-23

  • Fix TypeScript error when verbatimModuleSyntax is enabled (#476)
  • Define RoutesResponse as a Service (#474)
  • Ignore session in stateless requests (#468)
  • Add option to skip registering compile hooks (#462)

v3.4.1 - 2023-12-15

  • fix: do not use BannerPlugin but newer webpack-inject-plugin instead to fix vulnerability

v3.4.0 - 2023-12-12

  • Allow Symfony 7.0 (#471)
  • fix: remove webpack-inject-plugin dependency (#464)
  • Docs only: remove $ so gitclip works (#472)
  • Docs only: Update console note (#463)

v3.3.0 - 2023-07-04

  • add support for Windows when using the webpack plugin (#444)
  • Add PHP 8.2 tests (#449)
  • Phpunit config file migration (#450))
  • Deprecation fixes (PHP 8 (#451) and Symfony 6.3 (#460))
  • JSON Callback validator static call instead of new object (#458)
  • Optimize package size by excluding tests (#457)

v3.2.1 - 2022-07-01

  • fix for webpack plugin: fosRoute.json dir created at root (#443)

v3.2.0 - 2022-06-30

  • [BC break] Use Symfony Flex default path. Will break if you're still using the web directory and not defining the path (#433)
  • Add webpack plugin to automatically load the routes with no user interactions (#429)
  • Changed ExposedRoutesExtractor to handle mkdir warnings (#434)
  • Handle nullable route defaults (#436)
  • Fix Symfony 6.1 deprecations (#439)

v3.1.1 - 2022-03-02

  • Allow willdurand/jsonp-callback-validator v2 (#430)
  • Use latest PHP 8.0 features (#432)

v3.1.0 - 2021-12-28

  • Improve documentation for dump command when using locales (#426)
  • Add support for explicit default inclusion (#423)

v3.0.0 - 2021-12-15

  • Migrate router implementation to TS (#406)
  • Allow Symfony 6 (#408)
  • [BC break] Drop support for PHP <8.0 and Symfony <5.4, add typing to all classes
  • Add documentation for attributes
Commits
  • 571de55 Prepare 3.5.0 release
  • 42422c8 adopt usage.rst
  • 167ca0e move skipCompile from options to constructir argument, so it won't be passed ...
  • 770cb42 add skipCompile option to webpack plugin.
  • 77de7e4 Ignore session in stateless requests
  • 8aaf3ae Update PHPUnit tests
  • 92c6d04 Define RoutesResponse as a Service
  • 6650f94 Actually change the correct import
  • 8afcc2b Fix TypeScript error when verbatimModuleSyntax is enabled
  • 2b88ce9 Prepare 3.4.1 release
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [friendsofsymfony/jsrouting-bundle](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle) from 2.8.0 to 3.5.0.
- [Release notes](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/releases)
- [Changelog](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/blob/master/CHANGELOG.md)
- [Commits](FriendsOfSymfony/FOSJsRoutingBundle@2.8.0...3.5.0)

---
updated-dependencies:
- dependency-name: friendsofsymfony/jsrouting-bundle
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jan 29, 2024
Copy link

codecov bot commented Jan 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8501546) 50.97% compared to head (07cd5a6) 50.97%.
Report is 10 commits behind head on 2.3.x.

Additional details and impacted files
@@            Coverage Diff            @@
##              2.3.x     #991   +/-   ##
=========================================
  Coverage     50.97%   50.97%           
  Complexity     2213     2213           
=========================================
  Files           442      442           
  Lines          8137     8137           
=========================================
  Hits           4148     4148           
  Misses         3989     3989           
Flag Coverage Δ
unittests 50.97% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pierredup pierredup closed this Apr 16, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 16, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/composer/friendsofsymfony/jsrouting-bundle-3.5.0 branch April 16, 2024 11:33
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 php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant