Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: descope/descope-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 87b2c6d63e1758554787fbba43b8d7c6883b2217
Choose a base ref
...
head repository: descope/descope-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 47f69c2335737809e91f5f16fb0e5c91751c3511
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Apr 19, 2024

  1. chore(deps): update nrwl monorepo to v18.2.1 (#532)

    This PR contains the following updates:
    
    | Package | Type | Update | Change | Pending |
    |---|---|---|---|---|
    | [@nrwl/eslint-plugin-nx](https://nx.dev)
    ([source](https://togithub.com/nrwl/nx/tree/HEAD/packages-legacy/eslint-plugin-nx))
    | devDependencies | minor | [`18.1.3` ->
    `18.2.1`](https://renovatebot.com/diffs/npm/@nrwl%2feslint-plugin-nx/18.1.3/18.2.1)
    | `18.3.2` (+5) |
    | [@nrwl/jest](https://nx.dev)
    ([source](https://togithub.com/nrwl/nx/tree/HEAD/packages-legacy/jest))
    | devDependencies | minor | [`18.1.3` ->
    `18.2.1`](https://renovatebot.com/diffs/npm/@nrwl%2fjest/18.1.3/18.2.1)
    | `18.3.2` (+5) |
    | [@nrwl/js](https://nx.dev)
    ([source](https://togithub.com/nrwl/nx/tree/HEAD/packages-legacy/js)) |
    devDependencies | minor | [`18.1.3` ->
    `18.2.1`](https://renovatebot.com/diffs/npm/@nrwl%2fjs/18.1.3/18.2.1) |
    `18.3.2` (+5) |
    | [@nrwl/linter](https://nx.dev)
    ([source](https://togithub.com/nrwl/nx/tree/HEAD/packages-legacy/linter))
    | devDependencies | minor | [`18.1.3` ->
    `18.2.1`](https://renovatebot.com/diffs/npm/@nrwl%2flinter/18.1.3/18.2.1)
    | `18.3.2` (+5) |
    | [@nrwl/workspace](https://nx.dev)
    ([source](https://togithub.com/nrwl/nx/tree/HEAD/packages-legacy/workspace))
    | devDependencies | minor | [`18.1.3` ->
    `18.2.1`](https://renovatebot.com/diffs/npm/@nrwl%2fworkspace/18.1.3/18.2.1)
    | `18.3.2` (+5) |
    | [nx](https://nx.dev)
    ([source](https://togithub.com/nrwl/nx/tree/HEAD/packages/nx)) |
    devDependencies | minor | [`18.1.3` ->
    `18.2.1`](https://renovatebot.com/diffs/npm/nx/18.1.3/18.2.1) | `18.3.2`
    (+5) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>nrwl/nx (@&#8203;nrwl/eslint-plugin-nx)</summary>
    
    ### [`v18.2.1`](https://togithub.com/nrwl/nx/releases/tag/18.2.1)
    
    [Compare Source](https://togithub.com/nrwl/nx/compare/18.2.0...18.2.1)
    
    ##### 18.2.1 (2024-03-28)
    
    ##### 🩹 Fixes
    
    - **nuxt:** use loadConfigFile from devkit rather than
    [@&#8203;nuxt/kit](https://togithub.com/nuxt/kit)
    ([#&#8203;22571](https://togithub.com/nrwl/nx/pull/22571))
    
    ##### ❤️  Thank You
    
    -   Jack Hsu [@&#8203;jaysoo](https://togithub.com/jaysoo)
    
    ### [`v18.2.0`](https://togithub.com/nrwl/nx/releases/tag/18.2.0)
    
    [Compare Source](https://togithub.com/nrwl/nx/compare/18.1.3...18.2.0)
    
    ##### 18.2.0 (2024-03-28)
    
    ##### 🚀 Features
    
    - **angular:** support angular 17.3.0
    ([#&#8203;22202](https://togithub.com/nrwl/nx/pull/22202))
    - **bundling:** refactor rollup executor to perform single build for all
    formats ([#&#8203;22436](https://togithub.com/nrwl/nx/pull/22436))
    - **core:** add ability to add metadata to projects
    ([#&#8203;22299](https://togithub.com/nrwl/nx/pull/22299))
    - **core:** create structured project graph errors with all plugin er…
    ([#&#8203;22404](https://togithub.com/nrwl/nx/pull/22404))
    - **core:** add ability to scope plugins
    ([#&#8203;22379](https://togithub.com/nrwl/nx/pull/22379))
    - **gradle:** add gradle init generator
    ([#&#8203;22245](https://togithub.com/nrwl/nx/pull/22245))
    - **gradle:** make gradle public
    ([#&#8203;22399](https://togithub.com/nrwl/nx/pull/22399))
    - **gradle:** add gradle init generator
    ([#&#8203;22245](https://togithub.com/nrwl/nx/pull/22245))
    - **gradle:** add technology
    ([#&#8203;22528](https://togithub.com/nrwl/nx/pull/22528))
    - **graph:** remove polyfills from graph client
    ([#&#8203;22494](https://togithub.com/nrwl/nx/pull/22494))
    - **testing:** infer open-cypress task
    ([#&#8203;22556](https://togithub.com/nrwl/nx/pull/22556))
    - **webpack:** create build log for remotes to help debug errors
    ([#&#8203;22539](https://togithub.com/nrwl/nx/pull/22539))
    
    ##### 🩹 Fixes
    
    - **angular:** target correct versions of ng-packagr to create
    stylesheet worker synchronously
    ([#&#8203;22485](https://togithub.com/nrwl/nx/pull/22485))
    - **angular:** prevent creating stylesheet worker multiple times in
    ng-packagr executors
    ([#&#8203;22491](https://togithub.com/nrwl/nx/pull/22491))
    - **bundling:** prevent sensitive keys from being bundled
    ([#&#8203;22413](https://togithub.com/nrwl/nx/pull/22413))
    - **bundling:** prevent sensitive keys from being bundled
    ([#&#8203;22413](https://togithub.com/nrwl/nx/pull/22413))
    - **core:** override Path env variable on Windows platform
    ([#&#8203;22382](https://togithub.com/nrwl/nx/pull/22382))
    - **core:** Should work if extends is a string
    ([a00f6438b9](https://togithub.com/nrwl/nx/commit/a00f6438b9))
    - **core:** fix no plugins found for nx init without packge.json
    ([#&#8203;22434](https://togithub.com/nrwl/nx/pull/22434))
    - **core:** exponential backoff retry on cache put fail
    ([#&#8203;21926](https://togithub.com/nrwl/nx/pull/21926))
    - **core:** override Path env variable on Windows platform
    ([#&#8203;22382](https://togithub.com/nrwl/nx/pull/22382))
    - **core:** Should work if extends is a string
    ([66ae83e569](https://togithub.com/nrwl/nx/commit/66ae83e569))
    - **core:** fix no plugins found for nx init without packge.json
    ([#&#8203;22434](https://togithub.com/nrwl/nx/pull/22434))
    - **core:** exponential backoff retry on cache put fail
    ([#&#8203;21926](https://togithub.com/nrwl/nx/pull/21926))
    - **core:** cannot read property kind of undefined
    ([#&#8203;21715](https://togithub.com/nrwl/nx/pull/21715))
    - **core:** rethrow unknown errors during incremental graph calculation
    ([#&#8203;22522](https://togithub.com/nrwl/nx/pull/22522))
    - **core:** ignore yarn/cache when watching with the daemon
    ([#&#8203;22516](https://togithub.com/nrwl/nx/pull/22516))
    - **core:** handle undefined properties in schemas with
    additionalProperties
    ([#&#8203;22426](https://togithub.com/nrwl/nx/pull/22426))
    - **core:** fix caching outputs which have symlinks
    ([#&#8203;22548](https://togithub.com/nrwl/nx/pull/22548))
    - **gradle:** fix missing tasks
    ([#&#8203;22400](https://togithub.com/nrwl/nx/pull/22400))
    - **gradle:** fix gradle plugin path
    ([#&#8203;22405](https://togithub.com/nrwl/nx/pull/22405))
    - **gradle:** fix missing tasks
    ([#&#8203;22400](https://togithub.com/nrwl/nx/pull/22400))
    - **gradle:** fix gradle plugin path
    ([#&#8203;22405](https://togithub.com/nrwl/nx/pull/22405))
    - **gradle:** fix gradle to work on windows
    ([#&#8203;22470](https://togithub.com/nrwl/nx/pull/22470))
    - **gradle:** fix gradle icon
    ([#&#8203;22553](https://togithub.com/nrwl/nx/pull/22553))
    - **gradle:** only allow certain types of task to be cached
    ([#&#8203;22559](https://togithub.com/nrwl/nx/pull/22559))
    - **gradle:** add [@&#8203;nx/gradle](https://togithub.com/nx/gradle) to
    nx migrations ([#&#8203;22567](https://togithub.com/nrwl/nx/pull/22567))
    - **js:** update babel preset to specify minor version of core-js for
    better optimization
    ([#&#8203;22433](https://togithub.com/nrwl/nx/pull/22433))
    - **js:** match core-js version with babel options
    ([#&#8203;22493](https://togithub.com/nrwl/nx/pull/22493))
    - **js:** migrate core-js to 3.36 for workspaces that use it
    ([#&#8203;22495](https://togithub.com/nrwl/nx/pull/22495))
    - **js:** handle case where tslib or
    [@&#8203;swc/helpers](https://togithub.com/swc/helpers) are missing from
    externalNodes ([#&#8203;22523](https://togithub.com/nrwl/nx/pull/22523))
    - **js:** do not write cached lockfile parsed results when an error is…
    ([#&#8203;22526](https://togithub.com/nrwl/nx/pull/22526))
    - **linter:** convert parser options to flat config even is parser is
    missing ([#&#8203;22388](https://togithub.com/nrwl/nx/pull/22388))
    - **linter:** convert parser options to flat config even is parser is
    missing ([#&#8203;22388](https://togithub.com/nrwl/nx/pull/22388))
    - **misc:** handle cwd correctly when generating artifacts with
    as-provided ([#&#8203;22411](https://togithub.com/nrwl/nx/pull/22411))
    - **misc:** handle cwd correctly when generating artifacts with
    as-provided ([#&#8203;22411](https://togithub.com/nrwl/nx/pull/22411))
    - **misc:** align nx init package.json scripts handling when deselecting
    all plugins ([#&#8203;22490](https://togithub.com/nrwl/nx/pull/22490))
    - **react:** HMR for withModuleFederation
    [#&#8203;22300](https://togithub.com/nrwl/nx/issues/22300)
    ([#&#8203;22562](https://togithub.com/nrwl/nx/pull/22562),
    [#&#8203;22300](https://togithub.com/nrwl/nx/issues/22300))
    - **remix:** generate correct e2e config if Crystal is used
    ([#&#8203;22558](https://togithub.com/nrwl/nx/pull/22558))
    - **rollup:** remove exports field from @&#8203;nx/rollup/package.json
    since is a breaking change
    ([#&#8203;22545](https://togithub.com/nrwl/nx/pull/22545))
    - **storybook:** do not set cacheableOperations if not previously set
    ([#&#8203;22535](https://togithub.com/nrwl/nx/pull/22535))
    - **testing:** remove root from the cypress ci-e2e group
    ([#&#8203;22468](https://togithub.com/nrwl/nx/pull/22468))
    - **testing:** name group of e2e ci tasks distinctly from target name
    ([#&#8203;22525](https://togithub.com/nrwl/nx/pull/22525))
    - **web:** spa flag should correctly define redirect
    ([#&#8203;22487](https://togithub.com/nrwl/nx/pull/22487))
    - **webpack:** Stylus loader path
    ([#&#8203;22373](https://togithub.com/nrwl/nx/pull/22373))
    - **webpack:** Stylus loader path
    ([#&#8203;22373](https://togithub.com/nrwl/nx/pull/22373))
    - **webpack:** pass options from executor to NxWebpackPlugin correctly
    ([#&#8203;22529](https://togithub.com/nrwl/nx/pull/22529))
    - **webpack:** resolve assets from executor options as relative to
    workspace root
    ([#&#8203;22544](https://togithub.com/nrwl/nx/pull/22544))
    
    ##### ❤️  Thank You
    
    -   Colum Ferry [@&#8203;Coly010](https://togithub.com/Coly010)
    -   Emily Xiong [@&#8203;xiongemi](https://togithub.com/xiongemi)
    -   Jack Hsu [@&#8203;jaysoo](https://togithub.com/jaysoo)
    -   Jason Jean [@&#8203;FrozenPandaz](https://togithub.com/FrozenPandaz)
    -   Joel Pelaez Jorge
    - Leosvel Pérez Espinosa
    [@&#8203;leosvelperez](https://togithub.com/leosvelperez)
    -   Maxence LEFEBVRE
    -   MaxKless [@&#8203;MaxKless](https://togithub.com/MaxKless)
    -   Mike Pham
    -   Miroslav Jonaš [@&#8203;meeroslav](https://togithub.com/meeroslav)
    - Nicholas Cunningham
    [@&#8203;ndcunningham](https://togithub.com/ndcunningham)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "after 10pm every weekday,every
    weekend,before 5am every weekday" in timezone Asia/Jerusalem, Automerge
    - At any time (no schedule defined).
    
    🚦 **Automerge**: Enabled.
    
    ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
    rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about these
    updates again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR has been generated by [Renovate
    Bot](https://togithub.com/renovatebot/renovate).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    
    Co-authored-by: descope[bot] <descope[bot]@users.noreply.github.com>
    descope[bot] and descope[bot] committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    0967dc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47f69c2 View commit details
    Browse the repository at this point in the history
Loading