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

Update dependency @podium/utils to v5 #50

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 29, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@podium/utils (source) 4.4.39 -> 5.4.0 age adoption passing confidence

Release Notes

podium-lib/utils (@​podium/utils)

v5.4.0

Compare Source

Bug Fixes
  • refactor hints to assets (fa85f8a)
Features
  • add waitForAssets method (c4aaaf2)

5.3.2 (2024-11-04)

Bug Fixes

5.3.1 (2024-09-22)

Bug Fixes
  • receive and emit hinted assets (a07e0e3)

v5.3.2

Compare Source

Bug Fixes

v5.3.1

Compare Source

Bug Fixes
  • receive and emit hinted assets (a07e0e3)

v5.3.0

Compare Source

Features
  • add early hint tracking to html-template (e9b5867)

5.2.1 (2024-09-20)

Bug Fixes
  • remove asset type header tagging (ff16547)

v5.2.1

Compare Source

Bug Fixes
  • remove asset type header tagging (ff16547)

v5.2.0

Compare Source

Features
  • add asset-type link header attribute and set to either style or script (0a02da6)

v5.1.0

Compare Source

Features
  • add toEarlyHint methods to Asset classes (150b6e2)

5.0.7 (2024-05-15)

Bug Fixes

5.0.6 (2024-05-13)

Bug Fixes

5.0.5 (2024-05-07)

Bug Fixes
  • include the types folder in the distributed package (#​236) (fcf16d0)

5.0.4 (2024-04-23)

Bug Fixes

5.0.3 (2024-04-11)

Bug Fixes
  • ensure html-template lang attribute works in both layout and podlet (2545ac8)

5.0.2 (2024-02-01)

Bug Fixes
  • validate inputs when passing both async and defer (#​226) (dfb40d6)

5.0.1 (2023-12-07)

Bug Fixes
  • deps: update dependency camelcase to v8 (4bb0483)

v5.0.7

Compare Source

Bug Fixes

v5.0.6

Compare Source

Bug Fixes

v5.0.5

Compare Source

Bug Fixes
  • include the types folder in the distributed package (#​236) (fcf16d0)

v5.0.4

Compare Source

Bug Fixes

v5.0.3

Compare Source

Bug Fixes
  • ensure html-template lang attribute works in both layout and podlet (2545ac8)

v5.0.2

Compare Source

Bug Fixes
  • validate inputs when passing both async and defer (#​226) (dfb40d6)

v5.0.1

Compare Source

Bug Fixes
  • deps: update dependency camelcase to v8 (4bb0483)

v5.0.0

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • Convert from CommonJS to ESM

  • feat: convert to ESM

  • fix: Remove outcommented code

  • ci: Add build step for backward compat to CJS

  • ci: Ignore linting dist directory

Co-authored-by: Trygve Lie trygve.lie@finn.no

  • Due to dropping node 10.x support we use ES private properties instead of Symbols.

We've been using Symbols to define private properties in classes up until now. This has the downside that they are not true private and in later versions of node.js one would see these Symbols when inspecting an object. What we want is proper private properties.

This PR does also add a pretty printer which outputs an object literal or the object so when debugging one can see the getters and setters of the object.

Example: printing a object with console.log() would previously print the following:

PodiumHttpIncoming {
  [Symbol(podium:httpincoming:development)]: false,
  [Symbol(podium:httpincoming:response)]: {},
  [Symbol(podium:httpincoming:request)]: {},
  [Symbol(podium:httpincoming:context)]: {},
  [Symbol(podium:httpincoming:params)]: {},
  [Symbol(podium:httpincoming:proxy)]: false,
  [Symbol(podium:httpincoming:name)]: '',
  [Symbol(podium:httpincoming:view)]: {},
  [Symbol(podium:httpincoming:url)]: {},
  [Symbol(podium:httpincoming:css)]: [],
  [Symbol(podium:httpincoming:js)]: []
}

Now the following will be printed:

{
  development: false,
  response: {},
  request: {},
  context: {},
  params: {},
  proxy: false,
  name: '',
  view: {},
  url: {},
  css: [],
  js: []
}

Co-authored-by: Trygve Lie trygve.lie@finn.no

  • Only support node 12 and 14.

Co-authored-by: Trygve Lie trygve.lie@finn.no

v4.5.1

Compare Source

Bug Fixes
  • correctly build lazy load script tag html when asset strategy is lazy (b1b2646)

v4.5.0

Compare Source

Features
  • add strategy and scope fields to AssetCss and AssetJs classes (5a8ecb1)
  • update default document template to use asset strategy (0688b03)

v4.4.42

Compare Source

Bug Fixes

v4.4.41

Compare Source

Bug Fixes
  • add missing functions to type definition (b260c4f)

v4.4.40

Compare Source

Bug Fixes
  • make AssetCss and AssetJs constructable for TS (f3f7fee)
  • mark params as optional (51d84da)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/podium-utils-5.x branch from 8182ce1 to 9dd3449 Compare December 7, 2023 19:26
@renovate renovate bot force-pushed the renovate/podium-utils-5.x branch from 9dd3449 to be7c775 Compare February 1, 2024 17:04
@renovate renovate bot force-pushed the renovate/podium-utils-5.x branch from be7c775 to 2deb88c Compare April 11, 2024 22:13
@renovate renovate bot force-pushed the renovate/podium-utils-5.x branch from 2deb88c to 4185ecb Compare April 23, 2024 13:21
@renovate renovate bot force-pushed the renovate/podium-utils-5.x branch 2 times, most recently from e07e470 to 1c3c402 Compare May 13, 2024 11:06
@renovate renovate bot force-pushed the renovate/podium-utils-5.x branch from 1c3c402 to 52281e0 Compare May 15, 2024 17:07
@renovate renovate bot force-pushed the renovate/podium-utils-5.x branch from 52281e0 to 53a6e2f Compare August 18, 2024 22:27
@renovate renovate bot force-pushed the renovate/podium-utils-5.x branch from 53a6e2f to 006e2ac Compare September 5, 2024 20:11
@renovate renovate bot force-pushed the renovate/podium-utils-5.x branch 3 times, most recently from e75bc78 to 98d1031 Compare September 23, 2024 01:47
@renovate renovate bot force-pushed the renovate/podium-utils-5.x branch from 98d1031 to 65c2697 Compare November 5, 2024 00:49
@renovate renovate bot force-pushed the renovate/podium-utils-5.x branch from 65c2697 to 78d7938 Compare November 13, 2024 05:23
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.

0 participants