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

fix(deps): update dependency url-template to v3 (master) #256

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 17, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change OpenSSF
url-template dependencies major ^2.0.8 -> ^3.0.0 OpenSSF Scorecard

Release Notes

bramstein/url-template (url-template)

v3.1.1

Compare Source

Bug Fixes 🐞

  • Allow nested array values for expand() in type definition (see #​70)

v3.1.0

Compare Source

New Features ✨

  • A primitive value of null is now allowed by the TypeScript definitions (see #​56).

Bug Fixes 🐞

  • Missing TypeScript definitions for array and object values have been added (see #​56).

v3.0.0

Compare Source

New Features ✨

  • Package is now distributed in the ECMAScript module syntax (see #​36).
  • Definitions for TypeScript are now included out of the box (see #​37).

Enhancements πŸ“

  • The the NPM package only includes the production files (see #​23).

Breaking Changes πŸ’₯

  • Support for Bower has been dropped, use NPM or another package manager instead.
  • Some functions that were already marked as private are now no longer available (see #​37).
  • Support for CommonJS modules has been dropped, use the ES module import instead (see migration guide).
  • The default export has been changed to a named export (see migration guide).

Migration 🚚

Use the new import

Previously when importing a default export would be provided with methods attached to it, this has been replaced with a named one.

This means the following code:

const template = require('url-template');
const emailUrlTemplate = template.parse('/{email}/{folder}/{id}');

Will become:

import { parseTemplate } from 'url-template';
const emailUrlTemplate = parseTemplate('/{email}/{folder}/{id}');
TypeScript

If you are a user of TypeScript you can remove @types/url-template from your project. The type definitions are now included in the package itself, so it is no longer required to keep a separate dependency around.

npm uninstall @​types/url-template

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled because a matching PR was automerged previously.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency url-template to v3 (master) fix(deps): update dependency url-template to v3 (master) Dec 17, 2022
@renovate renovate bot force-pushed the renovate/master-url-template-3.x branch 2 times, most recently from 52dd9ee to 5aea500 Compare December 26, 2022 04:21
@renovate renovate bot force-pushed the renovate/master-url-template-3.x branch 3 times, most recently from 4118047 to 167b356 Compare January 10, 2023 06:22
@renovate renovate bot force-pushed the renovate/master-url-template-3.x branch 2 times, most recently from da09261 to a331eac Compare January 19, 2023 09:13
@renovate renovate bot force-pushed the renovate/master-url-template-3.x branch from a331eac to c823d3f Compare January 23, 2023 03:45
@renovate renovate bot force-pushed the renovate/master-url-template-3.x branch from c823d3f to ed4905d Compare January 31, 2023 19:51
@renovate renovate bot force-pushed the renovate/master-url-template-3.x branch 4 times, most recently from 7b94e50 to 0e05d75 Compare February 18, 2023 07:54
@renovate renovate bot force-pushed the renovate/master-url-template-3.x branch 2 times, most recently from 7de1468 to 1528810 Compare February 27, 2023 04:47
@renovate renovate bot force-pushed the renovate/master-url-template-3.x branch 2 times, most recently from 2dcf4fa to 98f3245 Compare March 16, 2023 01:10
@renovate renovate bot force-pushed the renovate/master-url-template-3.x branch 7 times, most recently from 7ae2d2f to b64726e Compare March 28, 2023 19:33
@renovate renovate bot force-pushed the renovate/master-url-template-3.x branch 5 times, most recently from 702afb2 to 25865f9 Compare April 15, 2023 05:53
@renovate renovate bot force-pushed the renovate/master-url-template-3.x branch from 25865f9 to 9e970cf Compare April 20, 2023 20:59
@renovate renovate bot force-pushed the renovate/master-url-template-3.x branch 3 times, most recently from e350110 to 5202d47 Compare May 5, 2023 00:13
@renovate renovate bot force-pushed the renovate/master-url-template-3.x branch from 5202d47 to 6624166 Compare May 15, 2023 01:12
@renovate renovate bot force-pushed the renovate/master-url-template-3.x branch from 6624166 to b710a16 Compare May 15, 2023 04:15
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.

None yet

0 participants