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 all non-major dependencies (minor) #5359

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 1, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@opentelemetry/instrumentation-generic-pool (source) ^0.37.0 -> ^0.39.0 age adoption passing confidence
@opentelemetry/instrumentation-http (source) ^0.52.0 -> ^0.53.0 age adoption passing confidence
@opentelemetry/instrumentation-net (source) ^0.37.0 -> ^0.39.0 age adoption passing confidence
@reach/dialog (source) 0.15.3 -> 0.18.0 age adoption passing confidence
lit (source) 2.6.1 -> 2.8.0 age adoption passing confidence
publicodes (source) 1.0.0-beta.60 -> 1.5.1 age adoption passing confidence

Release Notes

open-telemetry/opentelemetry-js-contrib (@​opentelemetry/instrumentation-generic-pool)

v0.39.0

Compare Source

v0.38.1

Compare Source

v0.38.0

Compare Source

open-telemetry/opentelemetry-js (@​opentelemetry/instrumentation-http)

v0.53.0

Compare Source

v0.52.1

Compare Source

reach/reach-ui (@​reach/dialog)

v0.18.0

Compare Source

BREAKING Changes
  • All default exports have been removed. Replace all default imports with the appropriate documented named export.
  • The output directory structure has changed slightly. Module files are now named reach-<pkg>.mjs instead of reach-<pkg>.esm.js.
Minor Changes
  • We have simplified our build setup to remove a boatload of dependencies. Build output for all packages may look slightly different, though functionally packages that don't have explicit changes marked in the release notes have not changed.

    This may affect you if you use patch-package to modify output code. If you need support for legacy browsers, the new bundle may not transpile the same ECMA features as before. In that case you may want to transpile Reach packages directly.

  • We no longer check that our internal styles are included by looking for a defined CSS custom property. You can still include our base styles as before, but this removes the need to define --reach-<pkg> in your own stylesheets to silence dev warnings.

Patch Changes
  • Updated dependencies:
    • @reach/portal@0.18.0
    • @reach/utils@0.18.0
    • @reach/polymorphic@0.18.0

v0.17.0

Compare Source

💔 Breaking Changes

  • disclosure
    • In uncontrolled disclosures, previously we would render the disclosure as open on the first render, regardless of the defaultOpen prop's value. This was done as a progressive enhancement to ensure content was visible to users without JavaScript, but in most cases it just meant that the user might see a flash before the state would change, causing unwanted layout shift.
    • We simplified this by simply respecting the defaultOpen prop's value on the initial render. If you want the old behavior, control the state of your disclosures and ensure that the initial open state is always set to true, then set the desired state for the following render in useEffect.
  • tabs
    • Removed the isSelected from from the Tab component. This prop was useful before we had hooks, but we can now get the selected tab from context without using render props. (2dd0aec)

🐛 Bugfixes

  • auto-id
    • Use the user-provided ID beyond the first render for deterministic behavior (b2f3bc0)
  • tabs
    • Stop managing focus on mouse clicks to fix :focus-visible
  • listbox
    • Update submit button querySelector specificity to fix incorrect button clicks (#​903)
  • menu-button, combobox, listbox
    • Skip rendering of portaled popovers before hydration. This prevents unwanted layout shift when the server-rendered popover mounts to a temporary DOM node (a8f38a4).
🤜🤛 8 Committers

v0.16.2

Compare Source

✨ Enhancements

🤜🤛 5 Committers

v0.16.0

Compare Source

BREAKING: This release fixes a rendering bug in the descendants, but the bug in some cases may have coincidentally allowed descendants to be re-indexed in dynamically sorted lists. While this is probably a nice feature, it didn't work consistently and created problems with nested collections.

We do not directly support dynamic sorting of lists, so if you relied on this "feature" you'll need to provide indices to the descendant item directly via props. If you're rendering dynamic lists you are probably iterating an array anyway, so you shouldn't have any issues.

This applies to all collection-based compound components:

  • Tabs
  • Accordion
  • MenuButton
  • Listbox
  • Combobox

🐛 Bugfixes

  • menu-button
    • Reference root's ownerDocument instead of global, better support in iframes

✨ Enhancements

  • menu-button
    • Better handling of mouse-move that caused problems with long lists on small screens
  • dialog
    • Update dependencies to fix small bugs in focus-lock
  • rect
    • Only log warning if observe is true
🤜🤛 3 Committers
lit/lit (lit)

v2.8.0

Compare Source

Minor Changes
  • #​3993 e2c50569 - Fix return type of isTemplateResult helper to include the CompiledTemplateResult and fix the cache directive to work correctly with CompiledTemplateResults. Also add an explicit isCompiledTemplateResult helper.
Patch Changes
  • #​4031 8057c78d - Rename ReactiveElement._initialize to __initialize, make it private, and remove the @​internal annotation. This will help prevent collisions with subclasses that implement their own _initialize method, while using development builds.

  • Updated dependencies [e2c50569]:

    • lit-html@2.8.0

v2.7.6

Compare Source

Patch Changes
  • #​3968 5bb40831 - Allow undefined to be passed to the ref() directive

  • #​3969 7d8d4a15 - Make RefOrCallback generic like Ref

  • #​3987 bb2560f1 - Change the h field of CompiledTemplates to a TemplateStringsArray preventing the spoofing of CompiledTemplates by JSON injection attacks. This should not be a breaking change for most users unless you're using CompiledTemplates. This is a necessary security fix, similar to #​2307.

v2.7.5

Compare Source

Patch Changes
  • #​3917 f6387e35 - Allow decorators to accept ReactiveElement class from a different source.

v2.7.4

Compare Source

Patch Changes

v2.7.3

Compare Source

Patch Changes
  • #​3825 343187b1 - static-html no longer adds an item to TemplateResult's value array for the last consumed static value. This fixes an error with server-side rendering of static html.

  • #​3766 4431cbb8 - Fix styleMap initial render of mixed-case custom props

v2.7.2

Compare Source

Patch Changes

v2.7.1

Compare Source

Patch Changes
  • #​3768 7c1191da - Fix styleMap's handling of important flags

  • #​3720 575fb578 - lit-html/experimental-hydrate.js and lit-element/experimental-hydrate-support.js have been moved to @lit-labs/ssr-client.

    The modules in the original location have been marked deprecated and will be removed in a future version.

v2.7.0

Compare Source

Minor Changes
  • #​3677 b95c86e5 - [SSR only] Reflect ARIA attributes onto server rendered Lit elements with attached internals during SSR and remove them upon hydration.

  • #​3667 e00f6f52 - [SSR only] Improved how nodes with attribute/property/event/element bindings are rendered in SSR, to avoid adding comments inside of "raw text elements" like <textarea>. Fixes #​3663.

    Note: @lit-labs/ssr and lit-html must be updated together.

Patch Changes
publicodes/publicodes (publicodes)

v1.5.1

Compare Source

Patch Changes
  • 78bc846 Thanks @​johangirod! - Fix arrondi mecanism error

    For certain case, the value returned by the arrondi mecanism was not correct. For instance :

    arrondi:
      valeur: 4.55
      arrondi: 1 décimales

    The value returned was 4.5 instead of 4.6. This is now fixed.

v1.5.0

Compare Source

v1.4.0

Compare Source

v1.3.3

Compare Source

v1.3.2

Compare Source

v1.3.1

Compare Source

v1.3.0

Compare Source

v1.2.0

Compare Source

v1.1.1

Compare Source

v1.1.0

Compare Source

@​publicodes/react-ui

  • feat: add an optional search bar in the documentation (#​470)

v1.0.5

Compare Source

@​publicodes/react-ui

  • fix: contexte visualisation crash (#​463)

v1.0.4

Compare Source

@​publicodes/core

  • [Perf] Don't evaluate barème tranche if assiette is null/undefined/0
  • Fix contexte mecanism

@​publicodes/react-ui

  • Various style improvement
  • Improve wording and position of « voir plus » button in somme and produit

v1.0.3

Compare Source

@​publicodes/core

  • remove console.log

@​publicodes/react-ui

  • style: improve readability of context mecanism
  • fix: arrondi visualisation crash (severe)
  • fix: inversion numérique view

v1.0.2

Compare Source

  • fix: value of est non applicable with context mecanism (#​454)

v1.0.1

Compare Source

@​publicodes/core

  • fix: correctly parse inlined unit (#​444)
  • fix: date equality (#​441)
  • fix: subcontexts links in the studio (#​438)
  • support leap years (#​439)

v1.0.0-rfc.2

Compare Source

fix

v1.0.0-rfc.1

Compare Source

BREAKING

publicodes

  • Add priorité to replacement
  • Supprimer le paramètre avec dans le mécanisme inversion numérique #​321

@​publicodes/codemod

  • Add a codemod to refactor rules for the following breaking : #​332, #​410, #​420, #​412, #​321
  • You'll need to check for for bug following changes in the order of applied replacement rules

website

  • update doc

v1.0.0-rc.7

Compare Source

@​publicodes/core

  • introduce a new engine option allowOrphanRules #​435

v1.0.0-rc.6

Compare Source

@​publicodes/core

  • small improvement on performance of evaluate

v1.0.0-rc.5

Compare Source

BREAKING

  • replacement are effective if they are defined on a rule applicable (or not non applicable) #​432
  • remove traversedVariables from evaluate #​422

@​publicodes/core

  • add possibility to disambiguate between parent and child rules with the same name #​253
  • add error message when a parent rule is missing #​431
  • perf improvement for parsing (+50%)
  • perf improvement for evaluation (+15%)

@​publicodes/react-ui
Lighten the explanations in the documentation :

  • New shiny visualisation for variations, and deplier
  • improve visualisation for replacement
  • possibility to cutomize the styling of small button with the class publicodes_btn-small

website

  • update doc

v1.0.0-rc.4

Compare Source

@​publicodes/rest-api

  • fix openapi.json filename in /dist

v1.0.0-rc.3

Compare Source

BREAKING

  • Renommage des paramètres des remplacements #​319

@​publicodes/core

  • improve type signature of ASTNode & EvaluatedNode

@​publicodes/codemod

  • Add codemod for replacement parameters renaming

@​publicodes/react-ui

  • improve documentation for replacement
  • improve documentation style of produit and somme

website

  • update doc

v1.0.0-beta.77

Compare Source

  • Améliore la gestion des unités (#​374)
  • Améliore le message d'erreur pour les opérations
  • Permet de convertir correctement un dénominateur produit
  • Première fonction de gestion d'unité "puissance"
  • Ajout d'une première table d'unités équivalentes
  • Nouveaux tests

v1.0.0-beta.76

Compare Source

  • Fix engine.inversionFail dont la valeur était réinitialisée à chaque appel de engine.evaluate

v1.0.0-beta.75

Compare Source

  • Remove yaml package from publicodes-react and use json instead
  • Use hash instead of url parameter in doc by default
  • Replace react-monaco-editor by @monaco-editor/react which add yaml coloration
  • Update packages: docusaurus, tsup, typescript, vitest, and more
  • Fix console.log à supprimer #​379

v1.0.0-beta.74

Compare Source

core

  • 30% d'amélioration des perfs de parsing grâce à des micros optimisations

v1.0.0-beta.73

Compare Source

publicodes-react

  • Corrige un bug de style suite à la mise à jour de styled component v6
  • Cache les élements non applicable par défaut dans les mécanismes de type liste, et ajoute un bouton « Afficher les valeurs non applicables ».

v1.0.0-beta.72

Compare Source

publicodes-react

  • Corrige un bug dans la compilation esm de react-ui
  • BREAKING : passe à styled component v6

v1.0.0-beta.71

Compare Source

core

  • Expose the parseExpression function (#​370)

v1.0.0-beta.70

Compare Source

publicodes-react

  • Fix crash on documentation when a ‘variable manquante’ mecanism is used with a replacement

v1.0.0-beta.69

Compare Source

publicodes-react

  • Fix crash on documentation page with private rule

v1.0.0-beta.68

Compare Source

publicodes-react

  • Pass down the prop dottedName to the Reference component for allowing users to implement better custom logic (#​87, #​90)

v1.0.0-beta.67

Compare Source

core

v1.0.0-beta.66

Compare Source

publicodes-react

  • Fix the display of explanations in the context of a recalul mecanism (the computed values where those of the base engine before)

core

  • Recalcul mecanism now use the initial context to compute the values of overrides, instead of using the new one.

v1.0.0-beta.65

Compare Source

publicodes-react

  • Add id and classname in documentation (#​343)
  • Fix remaining accessibility violations (#​339)

website

  • Nouvelle page de doc exposant les principe de conception de modèles ouverts (#​338)
  • documentation: api section (#​341)

core

  • CI: test multiple node versions (#​323)
  • Fix direct import from browser (#​322)
  • Remove iife format (#​306)

v1.0.0-beta.64

Compare Source

publicodes-react

  • Fix remaining accessibility violations (#​339)

v1.0.0-beta.63

Compare Source

core

  • ⚠ Changement cassant : Supprime la méthode dépréciée UNSAFE_isNotApplicable (#​329)

publicodes-react

v1.0.0-beta.62

Compare Source

monorepo

  • ⚠ Changement cassant : Update Node requirement to lts (v18)
  • Update yarn to v3.3
  • Update typescript, tsup
  • Use workspace version of publicodes, publicodes-react
  • Add missing READMEs (#​297)

core

  • ⚠ Changement cassant : exception en cas de division par 0 dans un mécanisme.
  • ⚠ Changement cassant : plus de publication du paquet au format obsolète “iife”

publicodes-react

  • Refacto publicodes-react to esm
  • Refacto in RuleLink
  • Temporary fix bad babel transformation on […new Set()]]
  • Fix publicodes-react missing sourcemap

website

  • Clean docusaurus old unused packages
  • Update docusaurus to 2.2
  • fix(Studio): fix doc link (#​311)

v1.0.0-beta.61

Compare Source

core

  • Ajoute la conversion des unités de longueurs (mm/cm/m/km)

publicodes-react

  • Enlève situation des props du composant RulePage : la situation utilisée pour la règle courante est maintenant retrouvée uniquement avec engine
  • Ajoute showDevRules aux props du composant RulePage : permet de cacher la section dev de la documentation

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" in timezone Europe/Paris, 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

Copy link

socket-security bot commented Mar 5, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/conventional-recommended-bump@7.0.1 None 0 16.7 kB oss-bot
npm/cosmiconfig@8.3.6 filesystem +1 483 kB d-fischer
npm/dedent@1.5.3 None 0 23.9 kB joshuakgoldberg
npm/envinfo@7.13.0 environment, eval, filesystem, shell 0 162 kB tabrindle
npm/execa@5.0.0 environment, shell +1 65.4 kB sindresorhus
npm/fs-extra@11.2.0 Transitive: environment, filesystem +1 87.4 kB ryanzim
npm/get-port@5.1.1 network 0 8.74 kB sindresorhus
npm/get-stream@6.0.0 None 0 12.3 kB sindresorhus
npm/git-url-parse@14.0.0 None 0 31.5 kB ionicabizau
npm/glob-parent@6.0.2 None 0 7.72 kB phated
npm/globby@11.1.0 filesystem +1 73.2 kB sindresorhus
npm/has-unicode@2.0.1 environment 0 3.44 kB iarna
npm/import-local@3.1.0 None 0 4.66 kB sindresorhus
npm/ini@1.3.8 None 0 9.3 kB isaacs
npm/init-package-json@6.0.3 filesystem Transitive: unsafe +1 21.6 kB npm-cli-ops
npm/inquirer@8.2.5 None +1 91.6 kB sboudrias
npm/is-ci@3.0.1 None 0 3.81 kB sibiraj-s
npm/is-stream@2.0.0 None 0 5.69 kB sindresorhus
npm/jest-diff@29.7.0 None 0 78.5 kB simenb
npm/libnpmaccess@8.0.6 None 0 8.49 kB lukekarrys
npm/libnpmpublish@9.0.9 environment +1 55.4 kB gar
npm/load-json-file@6.2.0 None 0 5.59 kB sindresorhus
npm/lodash@4.17.21 None 0 1.41 MB bnjmnt4n
npm/make-dir@4.0.0 filesystem 0 9.91 kB sindresorhus
npm/minimatch@3.0.5 None 0 34 kB isaacs
npm/multimatch@5.0.0 None 0 6.03 kB sindresorhus
npm/node-fetch@2.6.7 network 0 152 kB endless
npm/npm-package-arg@11.0.2 None 0 19.1 kB npm-cli-ops
npm/npm-packlist@8.0.2 filesystem 0 22.2 kB npm-cli-ops

View full report↗︎

@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 181ab4c to 6a367d8 Compare March 6, 2024 20:33
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 6a367d8 to e2055b4 Compare March 6, 2024 23:15
Copy link

socket-security bot commented Mar 8, 2024

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 53f0ac5 to e63d81c Compare June 20, 2024 19:28
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from e63d81c to f5a37c1 Compare July 4, 2024 07:46
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from f5a37c1 to 12d0678 Compare July 4, 2024 08:49
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 12d0678 to d3120b9 Compare July 4, 2024 12:24
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from d3120b9 to 3efbb1d Compare July 11, 2024 17:57
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 3efbb1d to bb6e506 Compare July 26, 2024 10:14
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from bb6e506 to b0329e3 Compare August 5, 2024 08:26
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from b0329e3 to eb925d9 Compare August 7, 2024 12:14
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from eb925d9 to 5479a5b Compare August 28, 2024 10:34
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 5479a5b to 8bf585b Compare September 2, 2024 16:53
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 8bf585b to 97945b2 Compare September 5, 2024 12:46
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 97945b2 to ad519a4 Compare September 18, 2024 05:20
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from ad519a4 to f608bec Compare October 15, 2024 10:12
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants