podium-lib / client

Client for fetching Podium component fragments over HTTP.
MIT License
7 stars 6 forks source link

fix(deps): update podium packages to v5 (major) - autoclosed #333

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 9 months ago

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@podium/schemas (source) 4.2.0 -> 5.0.0 age adoption passing confidence
@podium/utils (source) 4.5.1 -> 5.0.0 age adoption passing confidence

Release Notes

podium-lib/schemas (@​podium/schemas) ### [`v5.0.0`](https://togithub.com/podium-lib/schemas/blob/HEAD/CHANGELOG.md#500-2023-11-28) [Compare Source](https://togithub.com/podium-lib/schemas/compare/v4.2.0...v5.0.0) ##### Bug Fixes - Initial setup of next branch ([5314940](https://togithub.com/podium-lib/schemas/commit/53149406b1287c6a7d85dd9cbc7f623eeaaac307)) - Optimize the npm package ([#​112](https://togithub.com/podium-lib/schemas/issues/112)) ([149ce28](https://togithub.com/podium-lib/schemas/commit/149ce28a9cd89c625c0a8ead1127e0c07d368cbb)) - Pure ESM. Run tests on node 18.x ([#​160](https://togithub.com/podium-lib/schemas/issues/160)) ([9c68d23](https://togithub.com/podium-lib/schemas/commit/9c68d23d377a811c09fa851d765eff075b701e0e)) - Use ESM workaround for dirname to find path to schema ([#​113](https://togithub.com/podium-lib/schemas/issues/113)) ([ed40808](https://togithub.com/podium-lib/schemas/commit/ed408081e4c56e4ba794839459331d5454e0c5f3)) ##### chore - Remove .assets.js and .assets.css ([#​62](https://togithub.com/podium-lib/schemas/issues/62)) ([6468f69](https://togithub.com/podium-lib/schemas/commit/6468f69b7d51cffef06d9d5c2d7d05b67b1af575)) ##### Features - Adding support for proxy objects ([#​161](https://togithub.com/podium-lib/schemas/issues/161)) ([6f5de4e](https://togithub.com/podium-lib/schemas/commit/6f5de4e430c2a2662da079b801e24882d9ba8bc1)) - Convert to ESM ([#​64](https://togithub.com/podium-lib/schemas/issues/64)) ([197fe2b](https://togithub.com/podium-lib/schemas/commit/197fe2bf269b625748fb1797eb455a0db46fa0e1)), closes [#​83](https://togithub.com/podium-lib/schemas/issues/83) [#​81](https://togithub.com/podium-lib/schemas/issues/81) [#​83](https://togithub.com/podium-lib/schemas/issues/83) [#​88](https://togithub.com/podium-lib/schemas/issues/88) [#​88](https://togithub.com/podium-lib/schemas/issues/88) [#​96](https://togithub.com/podium-lib/schemas/issues/96) [#​102](https://togithub.com/podium-lib/schemas/issues/102) [#​102](https://togithub.com/podium-lib/schemas/issues/102) [#​106](https://togithub.com/podium-lib/schemas/issues/106) ##### BREAKING CHANGES - Convert from CommonJS module to ESM - dev dependency tap updated to version 14.10.8 - fix(deps): update dependency ajv to v6.12.4 - chore(release): 4.0.3 \[skip ci] #### [4.0.3](https://togithub.com/podium-lib/schemas/compare/v4.0.2...v4.0.3) (2020-08-15) ##### Bug Fixes - **deps:** update dependency ajv to v6.12.4 ([9d32b74](https://togithub.com/podium-lib/schemas/commit/9d32b74a0cc3a35e336fe2a01b90ab6add2779b2)) - dev dependency [@​semantic-release/npm](https://togithub.com/semantic-release/npm) updated to version 7.0.6 - fix(deps): update dependency ajv to v6.12.5 - chore(release): 4.0.4 \[skip ci] #### [4.0.4](https://togithub.com/podium-lib/schemas/compare/v4.0.3...v4.0.4) (2020-09-13) ##### Bug Fixes - **deps:** update dependency ajv to v6.12.5 ([087631b](https://togithub.com/podium-lib/schemas/commit/087631bfb8d759ab44164e99d0df9880ec1f2881)) - dev dependency [@​semantic-release/github](https://togithub.com/semantic-release/github) updated to version 7.1.1 - dev dependency semantic-release updated to version 17.1.2 - dev dependency eslint updated to version 7.10.0 - fix(deps): update dependency ajv to v6.12.6 - chore(release): 4.0.5 \[skip ci] #### [4.0.5](https://togithub.com/podium-lib/schemas/compare/v4.0.4...v4.0.5) (2020-10-10) ##### Bug Fixes - **deps:** update dependency ajv to v6.12.6 ([3ae65d3](https://togithub.com/podium-lib/schemas/commit/3ae65d34432ca7c14c1e142c28604566521b2b5b)) - dev dependency eslint updated to version 7.11.0 - dev dependency eslint updated to version 7.12.0 - dev dependency eslint updated to version 7.12.1 - dev dependency eslint updated to version 7.13.0 - dev dependency [@​semantic-release/github](https://togithub.com/semantic-release/github) updated to version 7.1.2 - dev dependency semantic-release updated to version 17.2.3 - dev dependency [@​semantic-release/github](https://togithub.com/semantic-release/github) updated to version 7.2.0 - dev dependency eslint updated to version 7.15.0 - dev dependency eslint-plugin-prettier updated to version 3.3.0 - dev dependency [@​semantic-release/npm](https://togithub.com/semantic-release/npm) updated to version 7.0.9 - Dev dependency tap updated to version 14.11.0 - Dev dependency eslint updated to version 7.17.0 - .assets.js and .assets.css is now replaced by .js and .css Resolves: [https://github.com/podium-lib/issues/issues/26](https://togithub.com/podium-lib/issues/issues/26) Co-authored-by: Trygve Lie
podium-lib/utils (@​podium/utils) ### [`v5.0.0`](https://togithub.com/podium-lib/utils/blob/HEAD/CHANGELOG.md#500-2023-11-28) [Compare Source](https://togithub.com/podium-lib/utils/compare/v4.5.1...v5.0.0) ##### Bug Fixes - Improve ESM exports to account for dual module exports ([#​123](https://togithub.com/podium-lib/utils/issues/123)) ([42ebb4f](https://togithub.com/podium-lib/utils/commit/42ebb4f3b560bd41fb15019654e60520cbb973a6)) - Point require export to main.js ([#​122](https://togithub.com/podium-lib/utils/issues/122)) ([1438ee6](https://togithub.com/podium-lib/utils/commit/1438ee66eb04bdc289b8b8ba2a3f20b2f6311ea1)) - Remove original url module ([#​185](https://togithub.com/podium-lib/utils/issues/185)) ([6c01c0f](https://togithub.com/podium-lib/utils/commit/6c01c0f44e3b24c7f481a2504003903529e8f80e)) - Simplify js and css value validation ([#​70](https://togithub.com/podium-lib/utils/issues/70)) ([05a1ffc](https://togithub.com/podium-lib/utils/commit/05a1ffc17bce3249b349b218a9b5ea8585db5df8)) ##### Features - Convert to ESM ([#​119](https://togithub.com/podium-lib/utils/issues/119)) ([349c5b9](https://togithub.com/podium-lib/utils/commit/349c5b928726d8f808107ce4d0c0abfd1d15e937)) - Drop node 10.x support ([#​67](https://togithub.com/podium-lib/utils/issues/67)) ([84203f8](https://togithub.com/podium-lib/utils/commit/84203f8ee2591b331aa52b2f70035b2a73f9d95e)) - Remove CJS build step ([#​170](https://togithub.com/podium-lib/utils/issues/170)) ([15390ed](https://togithub.com/podium-lib/utils/commit/15390ed2185fe0e8bc28217a5fff4eb228694c7c)) - Use ES private properties instead of Symbols for privacy ([#​72](https://togithub.com/podium-lib/utils/issues/72)) ([4083fa1](https://togithub.com/podium-lib/utils/commit/4083fa17301630d3669f8c819978fa2a99e5274d)) ##### 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 - 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: ```sh 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: ```sh { development: false, response: {}, request: {}, context: {}, params: {}, proxy: false, name: '', view: {}, url: {}, css: [], js: [] } ``` Co-authored-by: Trygve Lie - Only support node 12 and 14. Co-authored-by: Trygve Lie

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 these updates again.



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